summaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/AsmPrinter
Commit message (Expand)AuthorAge
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-22
* 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
* Normalize makefile comments and sort cmake file lists.Benjamin Kramer2009-08-31
* 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
* Add new helpers for registering targets.Daniel Dunbar2009-07-25
* make AsmPrinter::doFinalization iterate over the global variablesChris Lattner2009-07-21
* fix Sparc, SystemZ, and MSP430 to not override AsmPrinter::doInitialization.Chris Lattner2009-07-21
* Rename LessPrivateGlobalPrefix -> LinkerPrivateGlobalPrefix to match theChris Lattner2009-07-21
* Pass in the unfortunately named "LessPrivatePrefix" for theBill Wendling2009-07-20
* Add plumbing for the `linker_private' linkage type. This type is meant forBill Wendling2009-07-20
* Put Target definitions inside Target specific header, and llvm namespace.Daniel Dunbar2009-07-18
* Remove old style hacks to register AsmPrinter into TargetMachine.Daniel Dunbar2009-07-15
* Reapply TargetRegistry refactoring commits.Daniel Dunbar2009-07-15
* Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings2009-07-15
* Register Target's TargetMachine and AsmPrinter in the new registry.Daniel Dunbar2009-07-15
* Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene2009-07-14
* Reapply my previous asmprinter changes now with more testing and two Chris Lattner2009-07-14
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-14
* Revert r75615, which depended on 75610.Daniel Dunbar2009-07-14
* Rename getValueName -> getMangledName.Chris Lattner2009-07-14
* Implement changes from Chris's feedback.Torok Edwin2009-07-08
* Convert more abort() calls to llvm_report_error().Torok Edwin2009-07-08