index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
utils
/
TableGen
/
X86DisassemblerTables.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[X86] Add a new disassembler opcode map for 3DNow. Stop treating 3DNow as an ...
Craig Topper
2018-03-24
1
-1
/
+2
*
[X86] Use unique_ptr to simplify memory management. NFC
Craig Topper
2018-03-24
1
-1
/
+1
*
[X86] Fix disassembler table generation to prevent instructions tagged with '...
Craig Topper
2017-10-23
1
-0
/
+2
*
[X86] Update a doxygen comment in the disassembler tablegen code. NFC
Craig Topper
2017-10-23
1
-0
/
+1
*
[X86] Teach the disassembler that some instructions use VEX.W==0 without a co...
Craig Topper
2017-10-22
1
-0
/
+1
*
fix trivial typos in comments; NFC
Hiroshi Inoue
2017-07-04
1
-1
/
+1
*
[X86] Make the instructions that use AdSize16/32/64 co-exist together without...
Craig Topper
2015-01-02
1
-1
/
+3
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
Remove A6/A7 opcode maps. They can all be handled with a TB map, opcode of 0x...
Craig Topper
2014-02-19
1
-8
/
+5
*
Add XOP disassembler support. Fixes PR13933.
Craig Topper
2013-10-03
1
-1
/
+4
*
Filter out repeated sections from the X86 disassembler modRMTable. Saves abou...
Craig Topper
2013-09-30
1
-35
/
+20
*
Sort the #include lines for utils/...
Chandler Carruth
2012-12-04
1
-2
/
+0
*
Remove trailing whitespace
Craig Topper
2012-07-31
1
-25
/
+25
*
Add support in the disassembler for ignoring the L-bit on certain VEX instruc...
Craig Topper
2011-10-04
1
-1
/
+3
*
Don't allow 32-bit only instructions to be disassembled in 64-bit mode. Fixes...
Craig Topper
2011-09-23
1
-1
/
+3
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
Add support for the VIA PadLock instructions.
Joerg Sonnenberger
2011-04-04
1
-3
/
+6
*
Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit
Sean Callanan
2009-12-19
1
-0
/
+291