summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [X86] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-101-487/+0
* [X86] Remove the _alt forms of (V)CMP instructions. Use a combination of cust...Craig Topper2019-03-181-0/+121
* [X86] Hopefully fix a tautological compare warning in printVecCompareInstr.Craig Topper2019-03-181-1/+1
* [X86] Add tab character to the custom printing of VPCMP and VPCOM instructions.Craig Topper2019-03-181-0/+2
* [X86] Merge printf32mem/printi32mem into a single printdwordmem. Do the same ...Craig Topper2019-03-171-6/+6
* [X86] Remove the _alt forms of AVX512 VPCMP instructions. Use a combination o...Craig Topper2019-03-171-0/+110
* [X86] Remove the _alt forms of XOP VPCOM instructions. Use a combination of c...Craig Topper2019-03-171-1/+43
* [X86] Print %st(0) as %st when its implicit to the instruction. Continue prin...Craig Topper2019-02-041-0/+11
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* [X86] NFC Refactor some code in InstPrintersGabor Buella2018-06-051-122/+4
* [X86] Remove DATA32_PREFIX. Hack the printing for DATA16_PREFIX to print 'dat...Craig Topper2018-04-221-4/+2
* [X86] Don't pass getRegisterName from the InstPrinters into EmitAnyX86InstCom...Craig Topper2018-03-291-2/+1
* [X86] Added support for nocf_check attribute for indirect Branch TrackingOren Ben Simhon2018-03-171-0/+3
* [X86] Rewrite printMasking code in X86InstComments to use TSFlags to determin...Craig Topper2018-03-101-1/+1
* [X86] Combine two unnecessarily complicated ifs that had the same body. NFCCraig Topper2018-01-251-3/+1
* Fix for Bug 34475 - LOCK/REP/REPNE prefixes emitted as instruction on their own.Andrew V. Tischenko2017-11-031-3/+3
* This patch is a result of D37262: The issues with X86 prefixes. It closes PR...Andrew V. Tischenko2017-10-161-0/+8
* 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
OpenPOWER on IntegriCloud