[X86] Clean up whitespace as well as minor coding style
[oota-llvm.git] / lib / Target / X86 / InstPrinter / X86ATTInstPrinter.h
2014-12-04 Michael Liao[X86] Clean up whitespace as well as minor coding style
2014-09-09 Pavel Chupin[x32] Emit callq for CALLpcrel32
2014-09-03 Chandler Carruth[x86] Teach the asm comment printing to only print...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-05-12 Tim NorthoverTableGen: use PrintMethods to print more aliases
2014-03-31 Craig Topper[C++11] Mark more classes in the X86 target as 'final'.
2014-03-09 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-01-22 David Woodhouse[x86] Allow address-size overrides for STOS[BWLQ] ...
2014-01-22 David Woodhouse[x86] Allow segment and address-size overrides for...
2014-01-01 Elena DemikhovskyAVX-512: Added intrinsics for vcvt, vcvtt, vrndscale...
2013-08-25 Craig TopperFirst round of fixes for the x86 fixes for the x86...
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-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-07-06 Evan ChengRemove the AsmWriterEmitter (unused) feature that rely...
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-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...