summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/XCore/XCoreISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Delete getAliasedGlobal.Rafael Espindola2014-05-161-1/+1
* Rename ComputeMaskedBits to computeKnownBits. "Masked" has beenJay Foad2014-05-141-9/+9
* [C++] Use 'nullptr'.Craig Topper2014-04-281-1/+1
* Convert SelectionDAG::getMergeValues to use ArrayRef.Craig Topper2014-04-271-12/+12
* Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.Craig Topper2014-04-261-16/+10
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-2/+2
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-2/+2
* Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper2014-04-041-1/+1
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-271-1/+1
* Revert "Prevent alias from pointing to weak aliases."Rafael Espindola2014-03-261-1/+1
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-261-1/+1
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-021-2/+1
* [XCore] Support functions returning more than 4 words.Richard Osborne2014-02-271-19/+94
* [XCore] Make LowerCallResult a static function.Richard Osborne2014-02-271-28/+24
* Revert r202396, r202397.Richard Osborne2014-02-271-107/+36
* [XCore] Support functions returning more than 4 words.Richard Osborne2014-02-271-19/+94
* [XCore] Make LowerCallResult a static function.Richard Osborne2014-02-271-28/+24
* [XCore] Add dag combines for instructions that ignore some input bits.Richard Osborne2014-02-271-0/+42
* [XCore] Provide information about known zero bits of resource instructions.Richard Osborne2014-02-271-0/+28
* [XCore] Prefer to word align functions.Richard Osborne2014-02-251-0/+1
* XCore target: fix const section handlingRobert Lytton2014-02-111-1/+4
* XCore target: Lower ATOMIC_LOAD & ATOMIC_STORERobert Lytton2014-02-111-0/+68
OpenPOWER on IntegriCloud