summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [X86] Fix some Include What You Use warnings; other minor fixes (NFC).Eugene Zelenko2017-02-061-5/+9
* [X86] Fix for bugzilla 31576 - add support for "data32" instruction prefixMarina Yatsina2017-01-181-0/+11
* X86: Allow expressions to appear as u8imm operands.Peter Collingbourne2016-10-201-0/+3
* [x86] avoid printing unnecessary sign bits of hex immediates in asm comments ...Sanjay Patel2016-05-281-4/+13
* clean up; NFCISanjay Patel2016-05-181-5/+4
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* Remove extra forward declarations and scrub includes for all in tree InstPrin...Craig Topper2015-12-251-0/+1
* MC: Add target hook to control symbol quotingMatt Arsenault2015-06-091-4/+6
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-1/+1
* Print "lock \t foo" instead of "lock \n foo".Rafael Espindola2015-05-261-1/+1
* Use std::bitset for SubtargetFeatures.Michael Kuperstein2015-05-261-1/+1
* Reverting r237234, "Use std::bitset for SubtargetFeatures"Michael Kuperstein2015-05-131-1/+1
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-05-131-1/+1
* [X86] Read the feature bits from the subtarget that is passed to printInstAkira Hatanaka2015-03-281-1/+1
* Partially revert the changes I made in r233473 to keep the code concise.Akira Hatanaka2015-03-281-137/+47
* clang-format X86ATTInstPrinter.{h,cpp} before I make changes to these files.Akira Hatanaka2015-03-281-74/+155
* [MCInstPrinter] Enable MCInstPrinter to change its behavior based on theAkira Hatanaka2015-03-271-1/+1
* Revert "Use std::bitset for SubtargetFeatures"Michael Kuperstein2015-03-241-1/+1
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-03-241-1/+1
* Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.Michael Kuperstein2015-02-191-1/+1
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-02-191-1/+1
* [X86] Add support for parsing and printing the mnemonic aliases for the XOP V...Craig Topper2015-02-131-1/+17
* [X86] Merge printSSECC and printAVXCC. They only differed by an assertion.Craig Topper2015-01-281-15/+3
* [x86] Change u8imm operands to always print as unsigned. This makes shuffle m...Craig Topper2015-01-231-0/+7
* [x86] Assert on invalid immediates in the instruction printer for cmp.ps/pd/s...Craig Topper2014-12-271-2/+4
* Teach disassembler to handle illegal immediates on (v)cmpps/pd/ss/sd instruct...Craig Topper2014-12-261-28/+14
* [X86] Clean up whitespace as well as minor coding styleMichael Liao2014-12-041-2/+1
* [x32] Emit callq for CALLpcrel32Pavel Chupin2014-09-091-1/+12
* [x86] Teach the asm comment printing to only print the clarification ofChandler Carruth2014-09-031-5/+10
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* X86: Use enums for memory operand decoding instead of integer literals.Manuel Jacob2014-03-181-8/+8
* [x86] Allow address-size overrides for STOS[BWLQ] (PR9385)David Woodhouse2014-01-221-0/+11
* [x86] Allow segment and address-size overrides for LODS[BWLQ] (PR9385)David Woodhouse2014-01-221-0/+19
* Allow x86 mov instructions to/from memory with absolute address to be encoded...Craig Topper2014-01-161-0/+7
* AVX-512: Embedded Rounding Control - encoding and printingElena Demikhovsky2014-01-131-3/+1
* AVX-512: Added intrinsics for vcvt, vcvtt, vrndscale, vcmpElena Demikhovsky2014-01-011-0/+12
* First round of fixes for the x86 fixes for the x86 move accumulator from/to m...Craig Topper2013-08-251-0/+16
* Fixed the Intel-syntax X86 disassembler to respect the (existing) option for ...Daniel Malea2013-08-011-2/+1
* Remove trailing whitespace and some tab characters.Craig Topper2013-07-311-9/+9
* Added a option to the disassembler to print immediates as hex.Kevin Enderby2012-12-051-4/+4
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* Make branch heavy code for generating marked up disassembly simplerKevin Enderby2012-10-231-30/+16
* Add support for annotated disassembly output for X86 and arm.Kevin Enderby2012-10-221-2/+30
* Separate AVXCC and SSECC printing for cmpps/pd/ss/sd and add masking before t...Craig Topper2012-10-091-1/+26
* Add 'lock' prefix output support in assembly printerMichael Liao2012-09-261-0/+7
* Update function names to conform to guidelines. No functional change intended.Chad Rosier2012-09-101-3/+3
* Move getOpcodeName from the various target InstPrinters into the superclass M...Benjamin Kramer2012-04-021-4/+0
* Remove getInstructionName from MCInstPrinter implementations in favor of usin...Craig Topper2012-04-021-2/+2
* Rip out emission of the regIsInRegClass function for the asm printer.Benjamin Kramer2012-03-301-0/+1
OpenPOWER on IntegriCloud