summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/XCore/XCoreSelectionDAGInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove getDataLayout() from TargetLoweringMehdi Amini2015-07-091-1/+1
* Make TargetLowering::getPointerTy() taking DataLayout as an argumentMehdi Amini2015-07-091-6/+8
* Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher2014-08-051-2/+1
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-1/+2
* Make XCoreSelectionDAGInfo take a DataLayout since it only needsEric Christopher2014-07-021-2/+2
* [DAG] Pass the argument list to the CallLoweringInfo via move semantics. NFCI.Juergen Ributzka2014-07-011-1/+1
* Have TargetSelectionDAGInfo take a DataLayout initializer rather thanEric Christopher2014-06-061-2/+1
* Target: remove old constructors for CallLoweringInfoSaleem Abdulrasool2014-05-171-7/+9
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* [XCore] Target optimized library function __memcpy_4()Richard Osborne2014-02-271-0/+33
* Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman2010-05-111-2/+3
* Add skeleton target-specific SelectionDAGInfo files.Dan Gohman2010-04-161-0/+22
OpenPOWER on IntegriCloud