aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/XCore/XCoreISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* missed fileDale Johannesen2009-02-131-2/+3
* Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowingDan Gohman2009-02-071-1/+1
* Get rid of the last non-DebugLoc versions of getNode!Dale Johannesen2009-02-071-6/+8
* Remove more non-DebugLoc versions of getNode.Dale Johannesen2009-02-061-6/+13
* Get rid of 3 non-DebugLoc getNode variants.Dale Johannesen2009-02-051-11/+12
* Remove non-DebugLoc forms of CopyToReg and CopyFromReg.Dale Johannesen2009-02-041-14/+20
* Remove non-DebugLoc versions of getLoad and getStore.Dale Johannesen2009-02-041-11/+15
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-121-1/+1
* Add support for ISD::TRAP to the XCore backendRichard Osborne2008-12-031-0/+2
* Change the interface to the type legalization methodDuncan Sands2008-12-011-9/+12
* Rename SetCCResultContents to BooleanContents. InDuncan Sands2008-11-231-1/+1
* [XCore] Fix expansion of 64 bit add/sub. Don't custom expandRichard Osborne2008-11-141-21/+11
* Add XCore intrinsics for getid (returns thread id) and bitrev (reversesRichard Osborne2008-11-141-3/+2
* Add XCore backend.Richard Osborne2008-11-071-0/+919