aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Blackfin/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* Now that we have everything nicely factored (e.g. asmprinter is notChris Lattner2010-01-191-23/+0
* now that MCSymbol::print doesn't use it's MAI argument, we can Chris Lattner2010-01-171-30/+12
* supplement CurrentFnName with CurrentFnSym, which will eventuallyChris Lattner2010-01-151-21/+39
* add a AsmPrinter::GetGlobalValueSymbol and GetExternalSymbolSymbolChris Lattner2010-01-151-5/+2
* MC'ize this a bit and upgrade APIsChris Lattner2010-01-131-2/+3
* change Mangler::makeNameProper to return its result in a SmallVectorChris Lattner2010-01-131-2/+6
* Move DebugInfo checks into EmitComments and remove them fromDavid Greene2009-11-131-1/+1
* add some missing #includesChris Lattner2009-11-071-1/+1
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-251-1/+1
* Instead of printing unnecessary basic block labels as labels inDan Gohman2009-10-061-7/+1
* Update processDebugLoc() so that it can be used to process debug info before ...Devang Patel2009-10-061-1/+2
* Use MachineInstr as an processDebugLoc() argument.Devang Patel2009-09-301-1/+1
* Remove unused variables.Daniel Dunbar2009-09-131-1/+0
* remove all but one reference to TargetRegisterDesc::AsmName.Chris Lattner2009-09-131-1/+1
* 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-0/+6
* Normalize makefile comments and sort cmake file lists.Benjamin Kramer2009-08-311-1/+1
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-221-7/+7
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-2/+2
* eliminate AsmPrinter::SwitchToSection and just have clientsChris Lattner2009-08-191-2/+4
* make printInstruction return void since its result is omitted. Make the Chris Lattner2009-08-081-1/+1
* Restlyize to match other targets, fixes cmake build to boot.Mike Stump2009-08-041-1/+3
* Update CMake files.Ted Kremenek2009-08-031-0/+1
* Minor stylistic cleanups in the Blackfin target.Jakob Stoklund Olesen2009-08-031-2/+2
* Analog Devices Blackfin back-end.Jakob Stoklund Olesen2009-08-023-0/+256