[X86][SSE] Update the cost table for integer-integer conversions on SSE2/SSE4.1.
[oota-llvm.git] / lib / Target / X86 / Disassembler /
2015-12-10 Craig Topper[X86] Fix a couple cases were bitwise and logical opera...
2015-11-18 Asaf Badouh[X86][AVX512CD] add mask broadcast intrinsics
2015-10-28 Benjamin KramerPut global classes into the appropriate namespace.
2015-10-15 Benjamin Kramer[X86] Rip out orphaned method declarations and other...
2015-08-28 Vedant Kumar[X86] NFC: Clean up and clang-format a few lines
2015-08-26 Vedant Kumar[llvm-mc] Ignore opcode size prefix in 64-bit CALL...
2015-08-11 Cameron EsfahaniExplicitly clear the MI operand list when getInstructio...
2015-06-26 Douglas Katzman[X86]: Correctly sign-extend 16-bit immediate in CALL...
2015-06-24 Douglas Katzman[X86] Simplify some stuff in X86DisassemblerDecoder...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-09 Elena DemikhovskyX86-MPX: Implemented encoding for MPX instructions.
2015-05-26 Michael KupersteinUse std::bitset for SubtargetFeatures.
2015-05-13 Douglas Katzman[X86] Fix PR23271 - RIP-relative decoding bug in disass...
2015-05-13 Jim GrosbachMC: Modernize MCOperand API naming. NFC.
2015-05-13 Michael KupersteinReverting r237234, "Use std::bitset for SubtargetFeatures"
2015-05-13 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-03-24 Michael KupersteinRevert "Use std::bitset for SubtargetFeatures"
2015-03-24 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-03-23 David BlaikieRefactor: Simplify boolean expressions in x86 target
2015-03-03 Craig Topper[X86] Remove some unused code from disassembler.
2015-03-02 Craig Topper[X86] There are only 8 mask registers. Fail disassembly...
2015-03-02 Craig Topper[X86] Fix diassembler crash on AVX512 cmpps/cmppd with...
2015-02-19 Michael KupersteinReverting r229831 due to multiple ARM/PPC/MIPS build...
2015-02-19 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-02-13 Craig Topper[X86] Add support for parsing and printing the mnemonic...
2015-01-28 Craig Topper[X86] Teach disassembler to handle illegal immediates...
2015-01-21 Craig Topper[X86] Convert all the i8imm used by SSE and AVX instruc...
2015-01-07 Craig Topper[X86] Remove some unused TYPE enums from the disassembler.
2015-01-03 Craig Topper[X86] Disassembler support for move to/from %rax with...
2014-12-31 Craig Topper[X86] Fix disassembly of absolute moves to work correct...
2014-12-31 Craig Topper[x86] Simplify detection of jcxz/jecxz/jrcxz in disasse...
2014-12-26 Craig Topper[X86] Add the debug registers DR8-DR15 so we can assemb...
2014-12-26 Craig Topper[X86] Don't fail disassembly if REX.R/REX.B is used...
2014-12-26 Craig TopperTeach disassembler to handle illegal immediates on...
2014-12-04 Michael Liao[X86] Clean up whitespace as well as minor coding style
2014-11-12 Rafael EspindolaPass an ArrayRef to MCDisassembler::getInstruction.
2014-11-10 Rafael EspindolaMisc style fixes. NFC.
2014-10-07 Craig Topper[X86] Fix a bug where the disassembler was ignoring...
2014-10-07 Craig TopperFormatting fixes. Most putting 'else' on the same line...
2014-10-07 Craig TopperFix filename in header and use C++ version of the C...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-05 Adam Nemet[X86] Increase X86_MAX_OPERANDS from 5 to 6
2014-07-23 Rafael EspindolaFinish inverting the MC -> Object dependency.
2014-07-21 Robert Khasanov[SKX] Enabling SKX target and AVX512BW, AVX512DQ, AVX51...
2014-07-17 Adam Nemet[X86] AVX512: Add disassembler support for compressed...
2014-06-24 Adam Nemet[Disasm][AVX512] Implement decoding of top bit for...
2014-04-28 Patrik HagglundFix gcc -Wsign-compare warning in X86DisassemblerTables...
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-23 Elena DemikhovskyX86Disassembler - fixed a bug in immediate print
2014-04-22 Chandler Carruth[cleanup] Lift using directives, DEBUG_TYPE definitions...
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-04-21 NAKAMURA TakumiAppease autoconf build since X86Disassembler.c has...
2014-04-20 Richard SmithC++ has a bool type! (And C's had one too, for 15 years...)
2014-04-20 Richard SmithMore C++ification.
2014-04-20 Richard SmithRemove some more C junk from these files.
2014-04-20 Richard SmithDon't provide two different definitions of ModRMDecisio...
2014-04-20 Richard SmithDon't define llvm::X86Disassembler::InstructionSpecifie...
2014-04-20 Richard SmithMaybe if I touch this file the buildbots will actually...
2014-04-20 Richard SmithWhat year is it! This file has no reason to be written...
2014-04-15 Lang Hames[MC] Require an MCContext when constructing an MCDisass...
2014-04-13 Lang Hames[X86] unique_ptr'ify one of X86GenericDisassembler...
2014-03-20 Craig Topper[X86] Check return value of readSIB in disassembler...
2014-03-09 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-06 Yaron KerenCleaning up two more pre-Visual C++ 2012 build hacks.
2014-02-19 Craig TopperRemove A6/A7 opcode maps. They can all be handled with...
2014-02-17 Craig TopperFix diassembler handling of rex.b when mod=00/01/10...
2014-01-26 Alp TokerAvoid C++ comment in C sources
2014-01-25 Craig TopperSet displacementSize to 1 for instrucitons with mod...
2014-01-24 Alp TokerFix known typos
2014-01-23 NAKAMURA TakumiX86Disassembler.cpp: Fix @param introduced in r199804...
2014-01-22 Benjamin KramerRemove param doxygen comment for non-existing parameter.
2014-01-22 David Woodhouse[x86] Fix uninitialized variable warning in translate...
2014-01-22 David Woodhouse[x86] Allow address-size overrides for STOS[BWLQ] ...
2014-01-22 David Woodhouse[x86] Allow segment and address-size overrides for...
2014-01-20 David Woodhouse[x86] Fix disassembly of MOV16ao16 et al.
2014-01-20 David Woodhouse[x86] Fix 16-bit disassembly of JCXZ/JECXZ
2014-01-20 David Woodhouse[x86] Fix 16-bit handling of OpSize bit
2014-01-20 David Woodhouse[x86] Infer disassembler mode from SubtargetInfo featur...
2014-01-17 Craig TopperVEX_PREFIX_66 doesn't need to set the hasOpSize flag...
2014-01-16 Craig TopperAllow x86 mov instructions to/from memory with absolute...
2014-01-08 David Woodhouse[x86] Fix MOV8ao8 et al for 16-bit mode, fix up disasse...
2014-01-01 Craig TopperRemove modifierType/Base from X86 disassembler tables...
2014-01-01 NAKAMURA TakumiX86Disassembler.cpp: Prune stray @return on translateFP...
2014-01-01 Craig TopperRemove need for MODIFIER_OPCODE in the disassembler...
2014-01-01 Craig TopperSecond attempt at Removing special form of AddRegFrm...
2013-12-31 Craig TopperRevert r198238 and add FP disassembler tests. It didn...
2013-12-31 Craig TopperRemove old comment referring to an argument that no...
2013-12-30 Craig TopperRemove special form of AddRegFrm used by FP instruction...
2013-12-25 Elena DemikhovskyAVX-512: decoder for AVX-512, made by Alexey Bader.
2013-12-16 Elena DemikhovskyAVX-512: Added legal type MVT::i1 and VK1 register...
2013-12-11 NAKAMURA TakumiPrune redundant dependencies in LLVMBuild.txt.
2013-11-28 NAKAMURA Takumi[CMake] Let add_public_tablegen_target responsible...
2013-11-28 NAKAMURA Takumi[CMake] Prune include_directories() in llvm/lib/Target...
2013-11-05 David MajnemerX86 Disassembler: remove unused bool typedef-name
2013-11-03 Elena DemikhovskyAVX-512: added VPCONFLICT instruction and intrinsics,
2013-10-03 Craig TopperReplace C++ style comment with a C style comment to...
2013-10-03 Craig TopperRemove comma from the end of an enum.
2013-10-03 Craig TopperAdd XOP disassembler support. Fixes PR13933.
next