summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/InstPrinter/X86ATTInstPrinter.h
Commit message (Expand)AuthorAgeFilesLines
* [X86] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-101-124/+0
* [X86] Fix uninitialized members in constructor warnings. NFCI.Simon Pilgrim2019-05-061-1/+1
* [X86] Merge printf32mem/printi32mem into a single printdwordmem. Do the same ...Craig Topper2019-03-171-23/+8
* [X86] Remove the _alt forms of XOP VPCOM instructions. Use a combination of c...Craig Topper2019-03-171-0/+1
* [X86] Print %st(0) as %st when its implicit to the instruction. Continue prin...Craig Topper2019-02-041-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [X86] NFC Refactor some code in InstPrintersGabor Buella2018-06-051-11/+6
* [X86] Fix some Include What You Use warnings; other minor fixes (NFC).Eugene Zelenko2017-02-061-3/+4
* Remove extra forward declarations and scrub includes for all in tree InstPrin...Craig Topper2015-12-251-3/+0
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Remove unused MCSubtargetInfo argument from the X86 MCInstPrinter ctors.Eric Christopher2015-03-301-1/+1
* [X86] Read the feature bits from the subtarget that is passed to printInstAkira Hatanaka2015-03-281-4/+1
* clang-format X86ATTInstPrinter.{h,cpp} before I make changes to these files.Akira Hatanaka2015-03-281-2/+1
* [MCInstPrinter] Enable MCInstPrinter to change its behavior based on theAkira Hatanaka2015-03-271-1/+2
* [X86] Add support for parsing and printing the mnemonic aliases for the XOP V...Craig Topper2015-02-131-0/+1
* [X86] Merge printSSECC and printAVXCC. They only differed by an assertion.Craig Topper2015-01-281-2/+1
* [x86] Change u8imm operands to always print as unsigned. This makes shuffle m...Craig Topper2015-01-231-0/+1
* [X86] Don't print 'dword ptr' or 'qword ptr' on the operand to some of the LE...Craig Topper2015-01-081-0/+4
* [X86] Clean up whitespace as well as minor coding styleMichael Liao2014-12-041-2/+2
* [x32] Emit callq for CALLpcrel32Pavel Chupin2014-09-091-2/+6
* [x86] Teach the asm comment printing to only print the clarification ofChandler Carruth2014-09-031-0/+3
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* TableGen: use PrintMethods to print more aliasesTim Northover2014-05-121-0/+2
* [C++11] Mark more classes in the X86 target as 'final'.Craig Topper2014-03-311-2/+2
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-091-2/+2
* [x86] Allow address-size overrides for STOS[BWLQ] (PR9385)David Woodhouse2014-01-221-0/+13
* [x86] Allow segment and address-size overrides for LODS[BWLQ] (PR9385)David Woodhouse2014-01-221-0/+13
* AVX-512: Added intrinsics for vcvt, vcvtt, vrndscale, vcmpElena Demikhovsky2014-01-011-0/+1
* First round of fixes for the x86 fixes for the x86 move accumulator from/to m...Craig Topper2013-08-251-1/+15
* Added encoding prefixes for KNL instructions (EVEX).Elena Demikhovsky2013-07-281-0/+6
* Separate AVXCC and SSECC printing for cmpps/pd/ss/sd and add masking before t...Craig Topper2012-10-091-0/+1
* Update function names to conform to guidelines. No functional change intended.Chad Rosier2012-09-101-1/+1
* Move getOpcodeName from the various target InstPrinters into the superclass M...Benjamin Kramer2012-04-021-1/+0
* Remove getInstructionName from MCInstPrinter implementations in favor of usin...Craig Topper2012-04-021-1/+0
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-021-2/+3
* Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-051-2/+3
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-151-1/+1
* createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng2011-07-061-3/+1
* Remove the AsmWriterEmitter (unused) feature that rely on TargetSubtargetInfo.Evan Cheng2011-07-061-2/+0
* Don't hardcode the %reg format in the streamer.Rafael Espindola2011-06-021-1/+1
* Use the dwarf->llvm mapping to print register names in the cfiRafael Espindola2011-05-301-0/+1
* Invert the meaning of printAliasInstr's return value. It now returnsEric Christopher2011-04-181-0/+2
* Replace the old algorithm that emitted the "print the alias for an instruction"Bill Wendling2011-04-071-2/+6
* We need to pass the TargetMachine object to the InstPrinter if we are printingBill Wendling2011-03-211-3/+5
* Rename the AsmPrinter directory to InstPrinter for those targets that haveJim Grosbach2010-10-011-0/+81
OpenPOWER on IntegriCloud