aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/XCore/XCoreAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands2009-05-091-1/+1
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-291-3/+4
* Second attempt:Bill Wendling2009-04-291-4/+5
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-281-5/+4
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-281-4/+5
* CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng2009-03-251-4/+4
* Remove the one-definition-rule version of extern_weakDuncan Sands2009-03-111-2/+1
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-071-5/+10
* Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling2009-02-241-8/+11
* Rename getAnalysisToUpdate to getAnalysisIfAvailable.Duncan Sands2009-01-281-2/+2
* Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...Evan Cheng2009-01-201-2/+2
* Add the private linkage.Rafael Espindola2009-01-151-6/+8
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-121-1/+1
* Convert DwarfWriter into a pass.Devang Patel2009-01-081-8/+10
* Fix compile warnings.Richard Osborne2008-11-071-2/+2
* Add XCore backend.Richard Osborne2008-11-071-0/+459