1. 0dad994 [PowerPC][NFC] Macro for register set defs for the Asm Parser by Nemanja Ivanovic · 7 years ago
  2. 27c769d [Target] Untangle disassemblers by Benjamin Kramer · 7 years ago
  3. d52990c Introduce codegen for the Signal Processing Engine by Justin Hibbits · 7 years ago
  4. 4fa4fa6 Complete the SPE instruction set patterns by Justin Hibbits · 7 years ago
  5. 22e7da9 [PPC] Change the register constraint of the first source operand of instruction mtvsrdd to g8rc_nox0 by Guozhi Wei · 8 years ago
  6. f42454b Move the global variables representing each Target behind accessor function by Mehdi Amini · 9 years ago
  7. 11049f8 [Power9] Part-word VSX integer scalar loads/stores and sign extend instructions by Nemanja Ivanovic · 9 years ago
  8. 7a1a9e0 This reverts commit r265505. by Kit Barton · 9 years ago
  9. 024a623 [Power9] Implement add-pc, multiply-add, modulo, extend-sign-shift, random number, set bool, and dfp test significance by Chuang-Yu Cheng · 9 years ago
  10. ba532dc [Power9] Implement new vsx instructions: load, store instructions for vector and scalar by Kit Barton · 10 years ago
  11. e49730d Remove autoconf support by Chris Bieneman · 10 years ago
  12. f57c197 Reflect the MC/MCDisassembler split on the include/ level. by Benjamin Kramer · 10 years ago
  13. f97999d Explicitly clear the MI operand list when getInstruction() is called. Call MI.clear() within MCD::OPC_Decode case and inside of translateInstruction() for the X86 target. Remove now unnecessary MI.clear() from ARMDisassembler. by Cameron Esfahani · 10 years ago
  14. c11fd3e [PPC] Disassemble little endian ppc instructions in the right byte order by Benjamin Kramer · 10 years ago
  15. db0712f Use std::bitset for SubtargetFeatures. by Michael Kuperstein · 10 years ago
  16. e9119e4 MC: Modernize MCOperand API naming. NFC. by Jim Grosbach · 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. f3c94b1 Add VSX Scalar loads and stores to the PPC back end by Nemanja Ivanovic · 10 years ago
  20. f817c1c Use 'override/final' instead of 'virtual' for overridden methods by Alexander Kornienko · 10 years ago
  21. 535e69d Add Hardware Transactional Memory (HTM) Support by Kit Barton · 11 years ago
  22. 29704e7 Revert "Use std::bitset for SubtargetFeatures" by Michael Kuperstein · 11 years ago
  23. 774b441 Use std::bitset for SubtargetFeatures by Michael Kuperstein · 11 years ago
  24. c93a9a2 [PowerPC] Add support for the QPX vector instruction set by Hal Finkel · 11 years ago
  25. 7fc5b87 Pass an ArrayRef to MCDisassembler::getInstruction. by Rafael Espindola · 11 years ago
  26. 4aa6bea Misc style fixes. NFC. by Rafael Espindola · 11 years ago
  27. 8c90fd7 Add override to overriden virtual methods, remove virtual keywords. by Benjamin Kramer · 11 years ago
  28. 98d18be Prune dependency to MC from each target disassembler. by NAKAMURA Takumi · 11 years ago
  29. 9c3bd76 Update library dependencies. by NAKAMURA Takumi · 11 years ago
  30. 04b8b37 Prune Redundant libdeps in CMake's target_link_libraries and LLVMBuild.txt. by NAKAMURA Takumi · 11 years ago
  31. e96dd89 [Modules] Make Support/Debug.h modular. This requires it to not change by Chandler Carruth · 11 years ago
  32. a1bc0f5 [MC] Require an MCContext when constructing an MCDisassembler. by Lang Hames · 11 years ago
  33. 98905d3 LLVMBuild.txt: Reformat. by NAKAMURA Takumi · 11 years ago
  34. 19be506 [PowerPC] Add subregister classes for f64 VSX values by Hal Finkel · 12 years ago
  35. 27774d9 [PowerPC] Initial support for the VSX instruction set by Hal Finkel · 12 years ago
  36. 7315602 Switch all uses of LLVM_OVERRIDE to just use 'override' directly. by Craig Topper · 12 years ago
  37. 2345347 Add a disassembler to the PowerPC backend by Hal Finkel · 12 years ago