aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/XCore/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* Instead of printing unnecessary basic block labels as labels inDan Gohman2009-10-061-1/+0
* Update processDebugLoc() so that it can be used to process debug info before ...Devang Patel2009-10-061-1/+3
* Use MachineInstr as an processDebugLoc() argument.Devang Patel2009-09-301-1/+1
* The AsmPrinter base class contains a DwarfWriter member, so there's no needBob Wilson2009-09-301-10/+1
* remove all but one reference to TargetRegisterDesc::AsmName.Chris Lattner2009-09-131-6/+3
* the tblgen produced 'getRegisterName' method does not accessChris Lattner2009-09-131-1/+1
* make tblgen produce a function that returns the name for a physreg.Chris Lattner2009-09-131-0/+2
* replace printBasicBlockLabel with EmitBasicBlockStart,Chris Lattner2009-09-131-1/+1
* convert some uses of printBasicBlockLabel to use GetMBBSymbolChris Lattner2009-09-131-1/+2
* remove DebugLoc from MCInst and eliminate "Comment printing" fromChris Lattner2009-09-091-5/+4
* hoist the call to processDebugLoc out of the generatedChris Lattner2009-09-091-0/+2
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-221-11/+11
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-2/+2
* eliminate AsmPrinter::SwitchToSection and just have clientsChris Lattner2009-08-191-3/+4
* tidy upChris Lattner2009-08-151-1/+2
* Move XCore AsmPrinter to XCore/AsmPrinter directory.Richard Osborne2009-08-153-0/+401