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