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