- ab42cbc [SystemZ] Support Compare and Traps by Zhan Jun Liau · 9 years ago
- 848a513 [SystemZ] Support conditional indirect sibling calls via BCR by Ulrich Weigand · 10 years ago
- fa2dffb [SystemZ] Support conditional sibling calls via BRCL by Ulrich Weigand · 10 years ago
- 2eb027d [SystemZ] Implement conditional returns by Ulrich Weigand · 10 years ago
- a9ac6d6 [SystemZ] Support ATOMIC_FENCE by Ulrich Weigand · 10 years ago
- bd7287e Move most user of TargetMachine::getDataLayout to the Module one by Mehdi Amini · 10 years ago
- 8b64355 MC: Add target hook to control symbol quoting by Matt Arsenault · 10 years ago
- 13760bd MC: Clean up MCExpr naming. NFC. by Jim Grosbach · 11 years ago
- 6f48200 MC: Clean up method names in MCContext. by Jim Grosbach · 11 years ago
- 49506d7 [SystemZ] Add CodeGen support for scalar f64 ops in vector registers by Ulrich Weigand · 11 years ago
- 80b3af7 [SystemZ] Add CodeGen support for v4f32 by Ulrich Weigand · 11 years ago
- ce4c109 [SystemZ] Add CodeGen support for integer vector types by Ulrich Weigand · 11 years ago
- 9ff69c8 [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr. by Lang Hames · 11 years ago
- b91455b Refactor a lot of duplicated code for stub output. by Rafael Espindola · 11 years ago
- d84f5d3 Remove the local subtarget variable from the SystemZ asm printer by Eric Christopher · 11 years ago
- 7db6918 [SystemZ] Support all TLS access models - CodeGen part by Ulrich Weigand · 11 years ago
- 8b77065 Move DataLayout back to the TargetMachine from TargetSubtargetInfo by Eric Christopher · 11 years ago
- d913448 Remove the TargetMachine forwards for TargetSubtargetInfo based by Eric Christopher · 11 years ago
- 21f5d68 [SystemZ] Use "auto" for cast results by Richard Sandiford · 12 years ago
- e6c13e4 Change MCStreamer EmitInstruction interface to take subtarget info by David Woodhouse · 12 years ago
- 894843c Move the llvm mangler to lib/IR. by Rafael Espindola · 12 years ago
- 9afe613 Add TargetLowering::prepareVolatileOrAtomicLoad by Richard Sandiford · 12 years ago
- f03789c [SystemZ] Fix TMHH and TMHL usage for z10 with -O0 by Richard Sandiford · 12 years ago
- 79858aa Add a helper getSymbol to AsmPrinter. by Rafael Espindola · 12 years ago
- 69c1d63 The AsmPrinter has a Mangler. Use it. by Rafael Espindola · 12 years ago
- 7028428 [SystemZ] Allow integer AND involving high words by Richard Sandiford · 12 years ago
- 5718dac [SystemZ] Allow integer XOR involving high words by Richard Sandiford · 12 years ago
- 6e96ac6 [SystemZ] Allow integer OR involving high words by Richard Sandiford · 12 years ago
- 1a56931 [SystemZ] Allow integer insertions with a high-word destination by Richard Sandiford · 12 years ago
- 0124023 [SystemZ] Add patterns to load a constant into a high word (IIHF) by Richard Sandiford · 12 years ago
- 0755c93 [SystemZ] Use upper words of GR64s for codegen by Richard Sandiford · 12 years ago
- 652784e [SystemZ] Define the GR64 low-word logic instructions as pseudo aliases. by Richard Sandiford · 12 years ago
- f348f83 [SystemZ] Define the call instructions as pseudo aliases. by Richard Sandiford · 12 years ago
- 9ab97cd [SystemZ] Define the return instruction as a pseudo alias of BR by Richard Sandiford · 12 years ago
- 64e1af8 Remove address spaces from MC. by Rafael Espindola · 12 years ago
- 5f613df by Ulrich Weigand · 13 years ago
- dfc96ae Remove the SystemZ backend. by Dan Gohman · 14 years ago
- 2bb4035 Move TargetRegistry and TargetSelect from Target to Support where they belong. by Evan Cheng · 14 years ago
- 1f3bc9b Fix imm printing for logical instructions. Patch by Brian G. Lucas! by Anton Korobeynikov · 15 years ago
- 66031ed move all the target's asmprinters into the main target. The piece by Chris Lattner · 15 years ago[Renamed from llvm/lib/Target/SystemZ/AsmPrinter/SystemZAsmPrinter.cpp]
- e02996c Merge the SystemZ subreg_even32 SubRegIndex into subreg_32bit. The SubRegIndices by Jakob Stoklund Olesen · 16 years ago
- 8a57aec Use SubRegIndex in SystemZ. by Jakob Stoklund Olesen · 16 years ago
- a49ac8a prune some #includes. by Chris Lattner · 16 years ago
- 8b30492 simplify various getAnalysisUsage implementations. by Chris Lattner · 16 years ago
- 21dc46e remove TargetMachine.h #include, also, TRI isn't used frequently by Chris Lattner · 16 years ago
- d20699b Momentous day: remove the "O" member from AsmPrinter. Now all by Chris Lattner · 16 years ago
- 3d86cd6 convert the non-MCInstPrinter'ized EmitInstruction by Chris Lattner · 16 years ago
- 76c564b change a ton of code to not implicitly use the "O" raw_ostream by Chris Lattner · 16 years ago
- f33c7fc asmstreamerize the .size directive for function bodies, force clients by Chris Lattner · 16 years ago
- 29bdac4 eliminate the now-unneeded context argument of MBB::getSymbol() by Chris Lattner · 16 years ago
- e468f88 rearrange MCContext ownership. Before LLVMTargetMachine created it by Chris Lattner · 16 years ago
- 0b822ab inline GetGlobalValueSymbol into the rest its callers and remove it. by Chris Lattner · 16 years ago
- ff68a42 print all the newlines at the end of instructions with by Chris Lattner · 16 years ago
- 996ec84 rejigger the world so that EmitInstruction prints the \n at by Chris Lattner · 16 years ago
- b0d44c3 refactor code so that LLVMTargetMachine creates the asmstreamer and by Chris Lattner · 16 years ago
- fd97a33 Switch MSP430, SPU, Sparc, and SystemZ to use EmitFunctionBody(). by Chris Lattner · 16 years ago
- 94a946c Remove the argument from EmitJumpTableInfo, because it doesn't need it. by Chris Lattner · 16 years ago
- 9da5e1f Switch MSP430, CellSPU, SystemZ, Darwin/PPC, Alpha, and Sparc to by Chris Lattner · 16 years ago
- d051af7 add a new MachineBasicBlock::getSymbol method, replacing by Chris Lattner · 16 years ago
- a407425 eliminate redundant argument to EmitJumpTableInfo by Chris Lattner · 16 years ago
- c7a062d Now that we have everything nicely factored (e.g. asmprinter is not by Chris Lattner · 16 years ago
- 5b585f8 introduce a section kind for common linkage. Use this to slightly by Chris Lattner · 16 years ago
- 8b5d55e now that MCSymbol::print doesn't use it's MAI argument, we can by Chris Lattner · 16 years ago
- fedff0f remove the string form of printVisibility. by Chris Lattner · 16 years ago
- 426f31f switch more stuff onto MCSymbols by Chris Lattner · 16 years ago
- 719e908 MCize a bunch more stuff, eliminating a lot of uses of the mangler by Chris Lattner · 16 years ago
- 659c1a9 by David Greene · 16 years ago
- d82510e add some missing #includes by Chris Lattner · 16 years ago
- 974e12b Remove includes of Support/Compiler.h that are no longer needed after the by Nick Lewycky · 16 years ago
- 02d5f77 Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. by Nick Lewycky · 16 years ago
- 10d3dc5 Instead of printing unnecessary basic block labels as labels in by Dan Gohman · 16 years ago
- 051454a Update processDebugLoc() so that it can be used to process debug info before and after printing an instruction. by Devang Patel · 16 years ago
- e0709cf Use MachineInstr as an processDebugLoc() argument. by Devang Patel · 16 years ago
- eb2cc68 remove all but one reference to TargetRegisterDesc::AsmName. by Chris Lattner · 16 years ago
- ad10b3b the tblgen produced 'getRegisterName' method does not access by Chris Lattner · 16 years ago
- 06c5eed make tblgen produce a function that returns the name for a physreg. by Chris Lattner · 16 years ago
- 1d04aa7 replace printBasicBlockLabel with EmitBasicBlockStart, by Chris Lattner · 16 years ago
- 4cd4498 convert some uses of printBasicBlockLabel to use GetMBBSymbol instead. by Chris Lattner · 16 years ago
- 321bc99 remove DebugLoc from MCInst and eliminate "Comment printing" from by Chris Lattner · 16 years ago
- e9a75a6 rename TAI -> MAI, being careful not to make MAILJMP instructions :) by Chris Lattner · 16 years ago
- 7b26fce Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 16 years ago
- 4b7dadb eliminate AsmPrinter::SwitchToSection and just have clients by Chris Lattner · 16 years ago
- ef3d457 Various AsmWriter output cleanups. Use WriteAsOperand instead of by Dan Gohman · 16 years ago
- b94284b make printInstruction return void since its result is omitted. Make the by Chris Lattner · 16 years ago
- b1692dc don't check the result of printInstruction anymore. by Chris Lattner · 16 years ago
- c6b5e8a Don't flush the raw_ostream between each MachineFunction. These flush by Dan Gohman · 16 years ago
- 5034329 pass the mangler down into the various SectionForGlobal methods. by Chris Lattner · 16 years ago
- 5e693ed Rip all of the global variable lowering logic out of TargetAsmInfo. Since by Chris Lattner · 16 years ago
- 9813b0b Eliminate some uses of DOUT, cerr, and getNameStart(). by Daniel Dunbar · 16 years ago
- 5680b4f Add new helpers for registering targets. - Less boilerplate == good. by Daniel Dunbar · 16 years ago
- 100865e make AsmPrinter::doFinalization iterate over the global variables by Chris Lattner · 16 years ago
- 249df80 fix Sparc, SystemZ, and MSP430 to not override AsmPrinter::doInitialization. by Chris Lattner · 16 years ago
- 1177cee Rename LessPrivateGlobalPrefix -> LinkerPrivateGlobalPrefix to match the by Chris Lattner · 16 years ago
- dde1a8e Pass in the unfortunately named "LessPrivatePrefix" for the by Bill Wendling · 16 years ago
- a3c6f6b Add plumbing for the `linker_private' linkage type. This type is meant for by Bill Wendling · 16 years ago
- 67038c1 Put Target definitions inside Target specific header, and llvm namespace. by Daniel Dunbar · 16 years ago
- 30b1c2f Turn few asserts into errors / unreachable's by Anton Korobeynikov · 16 years ago
- 02fc607 Unbreak by Anton Korobeynikov · 16 years ago
- 7cb0065 Add constpool lowering / printing by Anton Korobeynikov · 16 years ago
- 2799032 Add missed operands types by Anton Korobeynikov · 16 years ago