First round of fixes for the x86 fixes for the x86 move accumulator from/to memory...
[oota-llvm.git] / lib / Target / X86 / InstPrinter / X86IntelInstPrinter.h
2013-08-25 Craig TopperFirst round of fixes for the x86 fixes for the x86...
2013-07-31 Craig TopperChanged register names (and pointer keywords) to be...
2013-07-28 Elena DemikhovskyAdded encoding prefixes for KNL instructions (EVEX).
2012-10-09 Craig TopperSeparate AVXCC and SSECC printing for cmpps/pd/ss/sd...
2012-10-03 Chad RosierTypos.
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-04-02 Craig TopperMake MCInstrInfo available to the MCInstPrinter. This...
2012-03-05 Jim GrosbachMake MCRegisterInfo available to the the MCInstPrinter.
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2011-09-15 Owen AndersonDon't attach annotations to MCInst's. Instead, have...
2011-07-06 Evan ChengcreateMCInstPrinter doesn't need TargetMachine anymore.
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-07 Bill WendlingReplace the old algorithm that emitted the "print the...
2011-03-21 Bill WendlingWe need to pass the TargetMachine object to the InstPri...
2010-10-01 Jim GrosbachRename the AsmPrinter directory to InstPrinter for...