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