summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/InstPrinter
Commit message (Expand)AuthorAgeFilesLines
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-232-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-192-2/+2
* MC: Add target hook to control symbol quotingMatt Arsenault2015-06-092-8/+10
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-302-2/+2
* 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
* Reformat.NAKAMURA Takumi2015-05-251-65/+64
* Prune CRLFs.NAKAMURA Takumi2015-05-251-982/+982
* Reverting r237234, "Use std::bitset for SubtargetFeatures"Michael Kuperstein2015-05-131-1/+1
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-05-131-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-282-5/+2
* 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-282-76/+156
* [MCInstPrinter] Enable MCInstPrinter to change its behavior based on theAkira Hatanaka2015-03-274-4/+7
* 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-134-2/+36
* [X86][SSE] Shuffle mask decode support for zero extend, scalar float/double m...Simon Pilgrim2015-01-311-0/+172
* Line endings fix. NFC.Simon Pilgrim2015-01-281-786/+786
* [X86] Merge printSSECC and printAVXCC. They only differed by an assertion.Craig Topper2015-01-284-34/+8
* [x86] Change u8imm operands to always print as unsigned. This makes shuffle m...Craig Topper2015-01-234-0/+14
* [X86][SSE] movddup shuffle mask decodesSimon Pilgrim2015-01-211-6/+24
* [AVX512] Add pretty-printing of shuffle mask for unpacksAdam Nemet2015-01-131-0/+64
* [X86] Don't print 'dword ptr' or 'qword ptr' on the operand to some of the LE...Craig Topper2015-01-082-0/+8
* [x86] Assert on invalid immediates in the instruction printer for cmp.ps/pd/s...Craig Topper2014-12-272-4/+8
* Teach disassembler to handle illegal immediates on (v)cmpps/pd/ss/sd instruct...Craig Topper2014-12-262-55/+27
* [X86] Also pretty-print shuffle mask for INSERTPS rm variants.Ahmed Bougacha2014-12-151-3/+7
* [X86] Clean up whitespace as well as minor coding styleMichael Liao2014-12-044-11/+10
* [X86][SSE] pslldq/psrldq shuffle mask decodesSimon Pilgrim2014-10-141-0/+38
* [x86] Implement v16i16 support with AVX2 in the new vector shuffleChandler Carruth2014-09-251-0/+11
* [x86] Teach the rest of the 'target shuffle' machinery about blends andChandler Carruth2014-09-231-0/+24
* [x86] Teach the vector comment parsing and printing to correctly handleChandler Carruth2014-09-231-3/+5
* [x86] Teach the x86 DAG combiner to form MOVSLDUP and MOVSHDUPChandler Carruth2014-09-151-0/+36
* [x32] Emit callq for CALLpcrel32Pavel Chupin2014-09-092-3/+18
* [x86] Teach the asm comment printing to only print the clarification ofChandler Carruth2014-09-034-49/+64
* [x86] Teach the instruction printer to decode immediate operands toChandler Carruth2014-08-151-0/+64
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-133-6/+6
* TableGen: use PrintMethods to print more aliasesTim Northover2014-05-121-0/+2
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-2/+2
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-222-2/+4
* [C++11] Mark more classes in the X86 target as 'final'.Craig Topper2014-03-312-4/+4
* X86: Use enums for memory operand decoding instead of integer literals.Manuel Jacob2014-03-182-16/+16
* Replace ValueTypes.h with MachineValueType.h if possible.Patrik Hagglund2014-03-151-1/+1
* Replace '#include ValueTypes.h' with forward declarations.Patrik Hagglund2014-03-121-0/+2
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-091-3/+3
* [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-224-0/+49
OpenPOWER on IntegriCloud