summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/AsmPrinter/SystemZAsmPrinter.cpp
Commit message (Expand)AuthorAge
* Now that we have everything nicely factored (e.g. asmprinter is notChris Lattner2010-01-19
* introduce a section kind for common linkage. Use this to slightlyChris Lattner2010-01-19
* now that MCSymbol::print doesn't use it's MAI argument, we can Chris Lattner2010-01-17
* remove the string form of printVisibility.Chris Lattner2010-01-16
* switch more stuff onto MCSymbolsChris Lattner2010-01-16
* MCize a bunch more stuff, eliminating a lot of uses of the manglerChris Lattner2010-01-16
* Move DebugInfo checks into EmitComments and remove them fromDavid Greene2009-11-13
* add some missing #includesChris Lattner2009-11-07
* 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
* 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
* 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
* Various AsmWriter output cleanups. Use WriteAsOperand instead ofDan Gohman2009-08-13
* 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
* Don't flush the raw_ostream between each MachineFunction. These flushDan Gohman2009-08-05
* pass the mangler down into the various SectionForGlobal methods.Chris Lattner2009-07-29
* Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner2009-07-28
* Eliminate some uses of DOUT, cerr, and getNameStart().Daniel Dunbar2009-07-26
* 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
* Turn few asserts into errors / unreachable'sAnton Korobeynikov2009-07-18
* UnbreakAnton Korobeynikov2009-07-16
* Add constpool lowering / printingAnton Korobeynikov2009-07-16
* Add missed operands typesAnton Korobeynikov2009-07-16
* Implement 'large' PIC modelAnton Korobeynikov2009-07-16
* UnbreakAnton Korobeynikov2009-07-16
* Add jump tablesAnton Korobeynikov2009-07-16
* Preliminary asmprinting of globalsAnton Korobeynikov2009-07-16
* Implement asmprinting for odd-even regpairsAnton Korobeynikov2009-07-16
* Print signed imms properlyAnton Korobeynikov2009-07-16
* Revert thinkoAnton Korobeynikov2009-07-16
* Temporary workaround problem with signed 32-bit imm'sAnton Korobeynikov2009-07-16
* Some preliminary call loweringAnton Korobeynikov2009-07-16
* Swap the order of imm and idx field for rri addrmode in order to make handlin...Anton Korobeynikov2009-07-16