summaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/AsmPrinter/SparcAsmPrinter.cpp
Commit message (Expand)AuthorAge
* move all the target's asmprinters into the main target. The piece Chris Lattner2010-11-14
* Momentous day: remove the "O" member from AsmPrinter. Now all Chris Lattner2010-04-04
* convert the non-MCInstPrinter'ized EmitInstruction Chris Lattner2010-04-04
* fix PrintAsmOperand and PrintAsmMemoryOperand to pass down Chris Lattner2010-04-04
* change a ton of code to not implicitly use the "O" raw_ostreamChris Lattner2010-04-04
* eliminate the now-unneeded context argument of MBB::getSymbol()Chris Lattner2010-03-13
* rearrange MCContext ownership. Before LLVMTargetMachine created it Chris Lattner2010-03-13
* inline GetGlobalValueSymbol into the rest its callers andChris Lattner2010-03-12
* clean this up.Chris Lattner2010-03-06
* "Fix and issue in SparcAsmPrinter where multiple identical .LLGETPCHn symbols...Chris Lattner2010-02-17
* move isOnlyReachableByFallthrough out of MachineBasicBlock into AsmPrinter,Chris Lattner2010-02-17
* print all the newlines at the end of instructions withChris Lattner2010-02-10
* add support for the sparcv9-*-* target triple to turn onChris Lattner2010-02-04
* rejigger the world so that EmitInstruction prints the \n atChris Lattner2010-02-03
* refactor code so that LLVMTargetMachine creates the asmstreamer and Chris Lattner2010-02-02
* Switch MSP430, SPU, Sparc, and SystemZ to use EmitFunctionBody().Chris Lattner2010-01-28
* use existing basic block numbers instead of recomputing Chris Lattner2010-01-27
* Switch MSP430, CellSPU, SystemZ, Darwin/PPC, Alpha, and Sparc to Chris Lattner2010-01-27
* add a new MachineBasicBlock::getSymbol method, replacingChris Lattner2010-01-26
* don't bother setting the AsmPrinter::MF ivar, now thatChris Lattner2010-01-26
* Now that we have everything nicely factored (e.g. asmprinter is notChris Lattner2010-01-19
* use %object like other elf targets, gas accepts either.Chris Lattner2010-01-19
* now that MCSymbol::print doesn't use it's MAI argument, we can Chris Lattner2010-01-17
* switch more stuff onto MCSymbolsChris Lattner2010-01-16
* switch X86 target off CurFunctionName and MCIze more.Chris Lattner2010-01-16
* MCize a bunch more stuff, eliminating a lot of uses of the manglerChris Lattner2010-01-16
* add a AsmPrinter::GetGlobalValueSymbol and GetExternalSymbolSymbolChris Lattner2010-01-15
* Move DebugInfo checks into EmitComments and remove them fromDavid Greene2009-11-13
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-25
* Instead of printing unnecessary basic block labels as labels inDan Gohman2009-10-06
* Update processDebugLoc() so that it can be used to process debug info before ...Devang Patel2009-10-06
* Use MachineInstr as an processDebugLoc() argument.Devang Patel2009-09-30
* several major improvements to the sparc backend: support for weak linkageChris Lattner2009-09-15
* Remove unused variables.Daniel Dunbar2009-09-13
* remove all but one reference to TargetRegisterDesc::AsmName.Chris Lattner2009-09-13
* the tblgen produced 'getRegisterName' method does not accessChris Lattner2009-09-13
* make tblgen produce a function that returns the name for a physreg.Chris Lattner2009-09-13
* replace printBasicBlockLabel with EmitBasicBlockStart,Chris Lattner2009-09-13
* convert some uses of printBasicBlockLabel to use GetMBBSymbolChris Lattner2009-09-13
* remove DebugLoc from MCInst and eliminate "Comment printing" fromChris Lattner2009-09-09
* hoist the call to processDebugLoc out of the generatedChris Lattner2009-09-09
* Add source debug information to the Sparc code generator.Richard Pennington2009-09-08
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-22
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-22
* eliminate AsmPrinter::SwitchToSection and just have clientsChris Lattner2009-08-19
* make printInstruction return void since its result is omitted. Make the Chris Lattner2009-08-08
* Remove dead code. MDNode and MDString are not Constant anymore.Devang Patel2009-08-05
* pass the mangler down into the various SectionForGlobal methods.Chris Lattner2009-07-29
* Rename MDNode.h header. It defines MDnode and other metadata classes.Devang Patel2009-07-28
* Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner2009-07-28