- 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