summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/Disassembler/X86Disassembler.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* MC: Modernize MCOperand API naming. NFC.Jim Grosbach2015-05-131-33/+33
* Reverting r237234, "Use std::bitset for SubtargetFeatures"Michael Kuperstein2015-05-131-9/+10
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-05-131-10/+9
* Revert "Use std::bitset for SubtargetFeatures"Michael Kuperstein2015-03-241-9/+10
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-03-241-10/+9
* [X86] Fix diassembler crash on AVX512 cmpps/cmppd with immediate that doesn't...Craig Topper2015-03-021-20/+22
* Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.Michael Kuperstein2015-02-191-9/+10
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-02-191-10/+9
* [X86] Add support for parsing and printing the mnemonic aliases for the XOP V...Craig Topper2015-02-131-8/+24
* [X86] Teach disassembler to handle illegal immediates on AVX512 integer compa...Craig Topper2015-01-281-0/+129
* [X86] Convert all the i8imm used by SSE and AVX instructions to u8imm.Craig Topper2015-01-211-14/+2
* [X86] Remove some unused TYPE enums from the disassembler.Craig Topper2015-01-071-5/+0
* Teach disassembler to handle illegal immediates on (v)cmpps/pd/ss/sd instruct...Craig Topper2014-12-261-0/+48
* [X86] Clean up whitespace as well as minor coding styleMichael Liao2014-12-041-38/+38
* Pass an ArrayRef to MCDisassembler::getInstruction.Rafael Espindola2014-11-121-8/+20
* Misc style fixes. NFC.Rafael Espindola2014-11-101-37/+25
* [X86] AVX512: Add disassembler support for compressed displacementAdam Nemet2014-07-171-1/+1
* Fix gcc -Wsign-compare warning in X86DisassemblerTables.cpp.Patrik Hagglund2014-04-281-5/+3
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-1/+1
* X86Disassembler - fixed a bug in immediate printElena Demikhovsky2014-04-231-1/+1
* [cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth2014-04-221-5/+5
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-211-0/+2
* What year is it! This file has no reason to be written in C, and has doubly noRichard Smith2014-04-201-5/+5
* [MC] Require an MCContext when constructing an MCDisassembler.Lang Hames2014-04-151-3/+5
* [X86] unique_ptr'ify one of X86GenericDisassembler's members.Lang Hames2014-04-131-10/+7
* X86Disassembler.cpp: Fix @param introduced in r199804. [-Wdocumentation]NAKAMURA Takumi2014-01-231-1/+0
* Remove param doxygen comment for non-existing parameter.Benjamin Kramer2014-01-221-1/+0
* [x86] Fix uninitialized variable warning in translate{Src,Dst}IndexDavid Woodhouse2014-01-221-2/+6
* [x86] Allow address-size overrides for STOS[BWLQ] (PR9385)David Woodhouse2014-01-221-0/+22
* [x86] Allow segment and address-size overrides for LODS[BWLQ] (PR9385)David Woodhouse2014-01-221-0/+25
* [x86] Infer disassembler mode from SubtargetInfo feature bitsDavid Woodhouse2014-01-201-13/+23
* Allow x86 mov instructions to/from memory with absolute address to be encoded...Craig Topper2014-01-161-11/+18
* X86Disassembler.cpp: Prune stray @return on translateFPRegister(). [-Wdocumen...NAKAMURA Takumi2014-01-011-1/+0
* Remove need for MODIFIER_OPCODE in the disassembler tables. AddRegFrms are re...Craig Topper2014-01-011-12/+4
* Second attempt at Removing special form of AddRegFrm used by FP instructions....Craig Topper2014-01-011-2/+2
* AVX-512: decoder for AVX-512, made by Alexey Bader.Elena Demikhovsky2013-12-251-3/+34
* First round of fixes for the x86 fixes for the x86 move accumulator from/to m...Craig Topper2013-08-251-17/+12
* Remove trailing whitespace.Craig Topper2013-08-241-1/+1
* Added encoding prefixes for KNL instructions (EVEX).Elena Demikhovsky2013-07-281-0/+5
* Update the X86 disassembler to use xacquire and xrelease when appropriate.Kevin Enderby2013-06-201-0/+9
* Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha2013-05-241-97/+3
* Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-191-6/+0
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+1
* Use const properly so that we dont remove const qualifier from region and MIIRoman Divacky2012-09-051-5/+5
* Add support for converting llvm.fma to fma4 instructions.Craig Topper2012-08-311-0/+2
* Add more indirection to the disassembler tables to reduce amount of space use...Craig Topper2012-08-011-4/+3
* Fix a bug in the x86 disassembler's symbolic disassembly support for Jcc-JumpKevin Enderby2012-07-241-1/+1
* Remove tabs.Bill Wendling2012-07-191-9/+9
* X86: add more GATHER intrinsics in LLVMManman Ren2012-06-291-10/+18
* X86: add GATHER intrinsics (AVX2) in LLVMManman Ren2012-06-261-1/+26
OpenPOWER on IntegriCloud