summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/XCore/XCoreISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun2016-07-281-10/+10
* [SelectionDAG] Get rid of bool parameters in SelectionDAG::getLoad, getStore,...Justin Lebar2016-07-151-70/+56
* CodeGen: Use MachineInstr& in TargetLowering, NFCDuncan P. N. Exon Smith2016-06-301-9/+11
* [SDAG] Remove FixedArgs parameter from CallLoweringInfo::setCalleeKrzysztof Parzyszek2016-06-221-2/+2
* Pass DebugLoc and SDLoc by const ref.Benjamin Kramer2016-06-121-39/+24
* Return a StringRef from getSection.Rafael Espindola2016-05-111-1/+1
* [CodeGen] Default CTTZ_ZERO_UNDEF/CTLZ_ZERO_UNDEF to Expand in TargetLowering...Craig Topper2016-04-281-2/+0
* Declare MVT::SimpleValueType as an int8_t sized enum. This removes 400 bytes ...Craig Topper2016-04-171-1/+1
* NFC: make AtomicOrdering an enum classJF Bastien2016-04-061-4/+6
* Tweak some atomics functions in preparation for larger changes; NFC.James Y Knight2016-03-161-1/+0
* [CodeGen] Prefer "if (SDValue R = ...)" to "if (R.getNode())". NFCI.Ahmed Bougacha2016-02-091-4/+2
* GlobalValue: use getValueType() instead of getType()->getPointerElementType().Manuel Jacob2016-01-161-2/+2
* Update to use new name alignTo().Rui Ueyama2016-01-141-1/+1
* [WinEH] Update exception pointer registersJoseph Tremoulet2015-11-071-2/+0
* XCore: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-201-2/+1
* [TLI] Refactor "is integer division cheap" queries.Michael Kuperstein2015-08-191-3/+0
* PseudoSourceValue: Replace global manager with a manager in a machine function.Alex Lorenz2015-08-111-6/+7
* Change conditional to assert. NFC.Pete Cooper2015-07-151-3/+2
* Remove getDataLayout() from TargetLoweringMehdi Amini2015-07-091-8/+10
* Make isLegalAddressingMode() taking DataLayout as an argumentMehdi Amini2015-07-091-6/+4
* Make TargetLowering::getPointerTy() taking DataLayout as an argumentMehdi Amini2015-07-091-34/+33
* [TargetLowering] StringRefize asm constraint getters.Benjamin Kramer2015-07-051-1/+1
* Add address space argument to isLegalAddressingModeMatt Arsenault2015-06-011-1/+2
* Change getTargetNodeName() to produce compiler warnings for missing cases, fi...Matthias Braun2015-05-071-2/+3
* Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"Sergey Dmitrouk2015-04-281-54/+61
* Revert "[DebugInfo] Add debug locations to constant SD nodes"Daniel Jasper2015-04-281-61/+54
* [DebugInfo] Add debug locations to constant SD nodesSergey Dmitrouk2015-04-281-54/+61
* Allow memory intrinsics to be tail callsKrzysztof Parzyszek2015-04-131-2/+3
* [opaque pointer type] API migration for GEP constant factoriesDavid Blaikie2015-04-021-1/+2
* getRegForInlineAsmConstraint wants to use TargetRegisterInfo forEric Christopher2015-02-261-5/+5
* Remove an argument-less call to getSubtargetImpl from TargetLoweringBase.Eric Christopher2015-02-261-1/+1
* CodeGen: convert CCState interface to using ArrayRefsTim Northover2015-02-211-2/+1
* Since TargetLowering is already subtarget dependent just passEric Christopher2015-02-021-9/+6
* Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher2015-01-261-1/+1
* [SelectionDAG] Allow targets to specify legality of extloads' resultAhmed Bougacha2015-01-081-5/+7
* We can get the TLOF from the TargetMachine - so constructor no longer require...Aditya Nandakumar2014-11-131-1/+1
* This patch changes the ownership of TLOF from TargetLoweringBase to TargetMac...Aditya Nandakumar2014-11-131-1/+1
* Remove the target machine from CCState. Previously it was only usedEric Christopher2014-08-061-9/+9
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-4/+7
* Make sure no loads resulting from load->switch DAGCombine are marked invariantLouis Gerbarg2014-07-311-4/+5
* Add alignment value to allowsUnalignedMemoryAccessMatt Arsenault2014-07-271-3/+9
* AA metadata refactoring (introduce AAMDNodes)Hal Finkel2014-07-241-6/+6
* Move the subtarget dependent features from XCoreTargetMachineEric Christopher2014-07-021-4/+3
* [DAG] Pass the argument list to the CallLoweringInfo via move semantics. NFCI.Juergen Ributzka2014-07-011-2/+2
* SelectionDAG: Don't use MVT::Other to determine legality of ISD::SELECT_CCTom Stellard2014-06-101-3/+0
* SelectionDAG: Expand SELECT_CC to SELECT + SETCCTom Stellard2014-06-101-12/+1
* Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola2014-06-031-12/+10
* clang-format function.Rafael Espindola2014-05-231-8/+6
* Remove a confusing use of a static method.Rafael Espindola2014-05-231-1/+1
* Target: remove old constructors for CallLoweringInfoSaleem Abdulrasool2014-05-171-16/+13
OpenPOWER on IntegriCloud