summaryrefslogtreecommitdiff
path: root/lib/Target/XCore/XCoreSelectionDAGInfo.cpp
AgeCommit message (Expand)Author
2017-03-18Make library calls sensitive to regparm module flag (Fixes PR3997).Nirav Dave
2016-09-14getValueType().getSizeInBits() -> getValueSizeInBits() ; NFCISanjay Patel
2016-06-22[SDAG] Remove FixedArgs parameter from CallLoweringInfo::setCalleeKrzysztof Parzyszek
2016-06-12Pass DebugLoc and SDLoc by const ref.Benjamin Kramer
2015-07-09Remove getDataLayout() from TargetSelectionDAGInfo (had no users)Mehdi Amini
2015-07-09Remove getDataLayout() from TargetLoweringMehdi Amini
2015-07-09Make TargetLowering::getPointerTy() taking DataLayout as an argumentMehdi Amini
2014-08-05Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher
2014-07-02Make XCoreSelectionDAGInfo take a DataLayout since it only needsEric Christopher
2014-07-01[DAG] Pass the argument list to the CallLoweringInfo via move semantics. NFCI.Juergen Ributzka
2014-06-06Have TargetSelectionDAGInfo take a DataLayout initializer rather thanEric Christopher
2014-05-17Target: remove old constructors for CallLoweringInfoSaleem Abdulrasool
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth
2014-02-27[XCore] Target optimized library function __memcpy_4()Richard Osborne
2010-05-11Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman
2010-04-16Add skeleton target-specific SelectionDAGInfo files.Dan Gohman