1. 4b1acff First step towards more human-friendly PPC assembler output: by Joerg Sonnenberger · 8 years ago
  2. b3bde2e Fix a bunch more layering of CodeGen headers that are in Target by David Blaikie · 8 years ago
  3. 009016b [PowerPC] Pretty-print CR bits the way the binutils disassembler does by Nemanja Ivanovic · 8 years ago
  4. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  5. 96c3d62 [PowerPC] Eliminate integer compare instructions - vol. 1 by Nemanja Ivanovic · 8 years ago
  6. 11049f8 [Power9] Part-word VSX integer scalar loads/stores and sign extend instructions by Nemanja Ivanovic · 9 years ago
  7. d2c3c51 [Power9] Exploit move and splat instructions for build_vector improvement by Nemanja Ivanovic · 9 years ago
  8. 6e7879c [Power9] Add exploitation of non-permuting memory ops by Nemanja Ivanovic · 9 years ago
  9. 522e4d9 [PowerPC] Support asm parsing for bc[l][a][+-] mnemonics by Hal Finkel · 9 years ago
  10. 277736e [PowerPC] Add support for the extended dcbf form and mnemonics by Hal Finkel · 9 years ago
  11. 1931b01 [PowerPC] Remove incorrect use of COPY_TO_REGCLASS in fast isel by Ulrich Weigand · 10 years ago
  12. 8072271 [Power9] Implement new vsx instructions: insert, extract, test data class, min/max, reverse, permute, splat by Chuang-Yu Cheng · 10 years ago
  13. 8b64355 MC: Add target hook to control symbol quoting by Matt Arsenault · 10 years ago
  14. db0712f Use std::bitset for SubtargetFeatures. by Michael Kuperstein · 10 years ago
  15. e26236e [PPC64] Add support for clrbhrb, mfbhrbe, rfebb. by Bill Schmidt · 10 years ago
  16. 3de83e4 Remove 3 includes from MCInstrDesc.h and explicitly include them where needed by Pete Cooper · 10 years ago
  17. c3434b3 Reverting r237234, "Use std::bitset for SubtargetFeatures" by Michael Kuperstein · 10 years ago
  18. aba4a34 Use std::bitset for SubtargetFeatures by Michael Kuperstein · 10 years ago
  19. fefcfff [PowerPC] Add asm/disasm support for dcbt with hint by Hal Finkel · 11 years ago
  20. 7c5cb06 [PowerPC] Enable printing instructions using aliases by Hal Finkel · 11 years ago
  21. b46d023 [MCInstPrinter] Enable MCInstPrinter to change its behavior based on the by Akira Hatanaka · 11 years ago
  22. 535e69d Add Hardware Transactional Memory (HTM) Support by Kit Barton · 11 years ago
  23. e8effe1 Add LLVM support for PPC cryptography builtins by Nemanja Ivanovic · 11 years ago
  24. c93a9a2 [PowerPC] Add support for the QPX vector instruction set by Hal Finkel · 11 years ago
  25. 9ca4870 Fix signed integer overflow in PPCInstPrinter. by Alexey Samsonov · 11 years ago
  26. 9e9623c Support move to/from segment register. by Joerg Sonnenberger · 11 years ago
  27. 7c8ae53 [PowerPC] Support TLS on PPC32/ELF by Hal Finkel · 11 years ago
  28. 84e68b2 [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE by Chandler Carruth · 12 years ago
  29. 27774d9 [PowerPC] Initial support for the VSX instruction set by Hal Finkel · 12 years ago
  30. 940ab93 Add CR-bit tracking to the PowerPC backend for i1 values by Hal Finkel · 12 years ago
  31. c6a2439 Add PPC option for full register names in asm by Hal Finkel · 12 years ago
  32. 8d86fe7 [PowerPC] Add handling for conversions to fast-isel. by Bill Schmidt · 12 years ago
  33. 5143bab by Ulrich Weigand · 12 years ago
  34. fd3ad69 by Ulrich Weigand · 12 years ago
  35. 3912d78 PPC: Remove default case from fully covered switch. by Benjamin Kramer · 12 years ago
  36. 86247b6 by Ulrich Weigand · 12 years ago
  37. b6a30d1 by Ulrich Weigand · 12 years ago
  38. c2467c4 Revert r183854 (PPC: Fix switch warnings from r183841) by David Blaikie · 12 years ago
  39. 31c60f7 [PowerPC] Fix switch warnings from r183841. by Bill Schmidt · 12 years ago
  40. 41789de by Ulrich Weigand · 12 years ago
  41. 9d980cb by Ulrich Weigand · 12 years ago
  42. b9d5d07 by Ulrich Weigand · 13 years ago
  43. feea653 PPC: Use HWEncoding and TRI->getEncodingValue by Hal Finkel · 13 years ago
  44. 4749b1e PowerPC: Use CCBITRC operand for ISEL patterns. by Ulrich Weigand · 13 years ago
  45. 63aa852 PowerPC: Simplify BLR pattern. by Ulrich Weigand · 13 years ago
  46. fe3f793 PR12716: PPC crashes on vector compare by Adhemerval Zanella · 13 years ago
  47. 228e6d4 Fix integer undefined behavior due to signed left shift overflow in LLVM. by Richard Smith · 13 years ago
  48. 2361cd9 Silence an unused variable warning on release builds. by Craig Topper · 13 years ago
  49. 460e94d Add support for the PPC isel instruction. by Hal Finkel · 13 years ago
  50. 1c0541b Move getOpcodeName from the various target InstPrinters into the superclass MCInstPrinter. by Benjamin Kramer · 14 years ago
  51. dab9e35 Remove getInstructionName from MCInstPrinter implementations in favor of using the instruction name table from MCInstrInfo. Reduces static data in the InstPrinter implementations. by Craig Topper · 14 years ago
  52. e55c556 Convert assert(0) to llvm_unreachable by Craig Topper · 14 years ago
  53. edbb58c5 Remove unnecessary default cases in switches that cover all enum values. by David Blaikie · 14 years ago
  54. bcc3fad These do not need to be conditional on the presence of CommentStream, as they have a fallback path now. by Owen Anderson · 14 years ago
  55. 69fa8ff In the disassembler C API, be careful not to confuse the comment streamer that the disassembler outputs annotations on with the streamer that the InstPrinter will print them on. by Owen Anderson · 14 years ago
  56. a0c3b97 Don't attach annotations to MCInst's. Instead, have the disassembler return, and the printer accept, an annotation string which can be passed through if the client cares about annotations. by Owen Anderson · 14 years ago
  57. 1142444 Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsmLexer; rename createAsmLexer to createMCAsmLexer and createAsmParser to createMCAsmParser. by Evan Cheng · 14 years ago
  58. d686052 Don't hardcode the %reg format in the streamer. by Rafael Espindola · 14 years ago
  59. 08600bc Use the dwarf->llvm mapping to print register names in the cfi directives. by Rafael Espindola · 14 years ago
  60. aef5bd0 Namespacify. by Benjamin Kramer · 15 years ago
  61. 045e04d dissolve some more hacks. by Chris Lattner · 15 years ago
  62. fd56ee2 fix some fixme's, removing dead code. by Chris Lattner · 15 years ago
  63. aa4d03d remove asmstrings (which can never be printed) from pseudo by Chris Lattner · 15 years ago
  64. edb9d84 add targetoperand flags for jump tables, constant pool and block address by Chris Lattner · 15 years ago
  65. cfb6287 make the stubbed-out printer methods abort instead of by Chris Lattner · 15 years ago
  66. f2cb69c wire up a few more things, down to 4 test failures, all by Chris Lattner · 15 years ago
  67. 219cc3d implement pretty printing support for the various pseudo by Chris Lattner · 15 years ago
  68. c2ac86e Wire up symbol hi/lo printing. We don't print hi()/lo(), but this gets by Chris Lattner · 15 years ago
  69. 3dc9bb2 implement basic support for symbol operand lowering, by Chris Lattner · 15 years ago
  70. 0dcd800 implement basic support for memory operands and crbit operands, by Chris Lattner · 15 years ago
  71. 9488143 implement several trivial operand printers, reducing by Chris Lattner · 15 years ago
  72. 7a5c57e Implement support for printing register and immediate operands, by Chris Lattner · 15 years ago
  73. a76eab4 stub out a powerpc MCInstPrinter implementation. by Chris Lattner · 15 years ago