Add support for annotated disassembly output for X86 and arm.
[oota-llvm.git] / lib / Target / X86 / InstPrinter / X86ATTInstPrinter.cpp
2012-10-22 Kevin EnderbyAdd support for annotated disassembly output for X86...
2012-10-09 Craig TopperSeparate AVXCC and SSECC printing for cmpps/pd/ss/sd...
2012-09-26 Michael LiaoAdd 'lock' prefix output support in assembly printer
2012-09-10 Chad RosierUpdate function names to conform to guidelines. No...
2012-04-02 Benjamin KramerMove getOpcodeName from the various target InstPrinters...
2012-04-02 Craig TopperRemove getInstructionName from MCInstPrinter implementa...
2012-03-30 Benjamin KramerRip out emission of the regIsInRegClass function for...
2012-03-05 Jim GrosbachMake MCRegisterInfo available to the the MCInstPrinter.
2012-02-23 Kevin EnderbyUpdated the llvm-mc disassembler C API to support for...
2012-02-08 Elena DemikhovskyFixed a bug in printing "cmp" pseudo ops.
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable in X86 Target...
2011-11-05 Benjamin KramerAdd more PRI.64 macros for MSVC and use them throughout...
2011-09-21 Owen AndersonIn the disassembler C API, be careful not to confuse...
2011-09-15 Owen AndersonDon't attach annotations to MCInst's. Instead, have...
2011-09-15 Owen AndersonAdd support for stored annotations to MCInst, and provi...
2011-09-02 Kevin EnderbyChange X86 disassembly to print immediates values as...
2011-07-06 Evan ChengRename files for consistency.
2011-07-06 Evan ChengcreateMCInstPrinter doesn't need TargetMachine anymore.
2011-07-06 Evan ChengRemove the AsmWriterEmitter (unused) feature that rely...
2011-06-28 Evan ChengMerge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
2011-06-27 Evan ChengMerge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc...
2011-06-02 Rafael EspindolaDon't hardcode the %reg format in the streamer.
2011-05-30 Rafael EspindolaUse the dwarf->llvm mapping to print register names...
2011-04-18 Eric ChristopherInvert the meaning of printAliasInstr's return value...
2011-04-14 Bill WendlingHave the X86 back-end emit the alias instead of what...
2011-04-07 Bill WendlingReplace the old algorithm that emitted the "print the...
2010-10-01 Jim GrosbachRename the AsmPrinter directory to InstPrinter for...