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