summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/AsmPrinter
Commit message (Expand)AuthorAge
* 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
* 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
* CMake support for SystemZ.Daniel Dunbar2009-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
* [PATCH 023/155] TypoAnton Korobeynikov2009-07-16
* Do some heroic rri address matching (shamelessly stolen from x86 backend). No...Anton Korobeynikov2009-07-16
* Add shifts and reg-imm address matchingAnton Korobeynikov2009-07-16
* Add simple reg-reg and reg-imm movesAnton Korobeynikov2009-07-16
* Let's start another backend :)Anton Korobeynikov2009-07-16