summaryrefslogtreecommitdiff
path: root/lib/Target/Alpha/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
* now that MCSymbol::print doesn't use it's MAI argument, we can Chris Lattner2010-01-17
* MCize a bunch more stuff, eliminating a lot of uses of the manglerChris Lattner2010-01-16
* supplement CurrentFnName with CurrentFnSym, which will eventuallyChris Lattner2010-01-15
* Move DebugInfo checks into EmitComments and remove them fromDavid Greene2009-11-13
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-25
* 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
* Add a new virtual EmitStartOfAsmFile method to the AsmPrinter and use thisBob Wilson2009-09-30
* 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
* 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
* don't check the result of printInstruction anymore.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
* 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
* eliminate extra space.Torok Edwin2009-07-14
* Rename getValueName -> getMangledName.Chris Lattner2009-07-14
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-11
* Implement changes from Chris's feedback.Torok Edwin2009-07-08
* Convert more abort() calls to llvm_report_error().Torok Edwin2009-07-08
* Remove unused AsmPrinter OptLevel argument, and propogate.Daniel Dunbar2009-07-01
* Add an "alignment" field to the MachineFunction object. It makes more sense toBill Wendling2009-06-30
* Let's ignore MDStrings also!Devang Patel2009-06-26
* Add missing dependencies to the CMake build system.Douglas Gregor2009-06-25
* No need to code gen MDNodesDevang Patel2009-06-25