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
/
lib
/
Target
/
X86
/
Disassembler
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86] Check return value of readSIB in disassembler so errors propagate. In p...
Craig Topper
2014-03-20
1
-5
/
+2
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-09
1
-5
/
+3
*
Cleaning up two more pre-Visual C++ 2012 build hacks.
Yaron Keren
2014-03-06
1
-8
/
+0
*
Remove A6/A7 opcode maps. They can all be handled with a TB map, opcode of 0x...
Craig Topper
2014-02-19
2
-35
/
+3
*
Fix diassembler handling of rex.b when mod=00/01/10 and bbb=101. Mod=00 shoul...
Craig Topper
2014-02-17
1
-4
/
+3
*
Avoid C++ comment in C sources
Alp Toker
2014-01-26
1
-1
/
+1
*
Set displacementSize to 1 for instrucitons with mod==0x1. Fixes PR17310. Modi...
Craig Topper
2014-01-25
1
-0
/
+3
*
Fix known typos
Alp Toker
2014-01-24
1
-1
/
+1
*
X86Disassembler.cpp: Fix @param introduced in r199804. [-Wdocumentation]
NAKAMURA Takumi
2014-01-23
1
-1
/
+0
*
Remove param doxygen comment for non-existing parameter.
Benjamin Kramer
2014-01-22
1
-1
/
+0
*
[x86] Fix uninitialized variable warning in translate{Src,Dst}Index
David Woodhouse
2014-01-22
1
-2
/
+6
*
[x86] Allow address-size overrides for STOS[BWLQ] (PR9385)
David Woodhouse
2014-01-22
3
-1
/
+29
*
[x86] Allow segment and address-size overrides for LODS[BWLQ] (PR9385)
David Woodhouse
2014-01-22
3
-1
/
+32
*
[x86] Fix disassembly of MOV16ao16 et al.
David Woodhouse
2014-01-20
1
-2
/
+0
*
[x86] Fix 16-bit disassembly of JCXZ/JECXZ
David Woodhouse
2014-01-20
1
-0
/
+19
*
[x86] Fix 16-bit handling of OpSize bit
David Woodhouse
2014-01-20
1
-3
/
+5
*
[x86] Infer disassembler mode from SubtargetInfo feature bits
David Woodhouse
2014-01-20
2
-16
/
+24
*
VEX_PREFIX_66 doesn't need to set the hasOpSize flag since VEX instructions d...
Craig Topper
2014-01-17
1
-11
/
+0
*
Allow x86 mov instructions to/from memory with absolute address to be encoded...
Craig Topper
2014-01-16
1
-11
/
+18
*
[x86] Fix MOV8ao8 et al for 16-bit mode, fix up disassembler to understand
David Woodhouse
2014-01-08
1
-0
/
+2
*
Remove modifierType/Base from X86 disassembler tables as they are no longer u...
Craig Topper
2014-01-01
1
-3
/
+0
*
X86Disassembler.cpp: Prune stray @return on translateFPRegister(). [-Wdocumen...
NAKAMURA Takumi
2014-01-01
1
-1
/
+0
*
Remove need for MODIFIER_OPCODE in the disassembler tables. AddRegFrms are re...
Craig Topper
2014-01-01
4
-52
/
+10
*
Second attempt at Removing special form of AddRegFrm used by FP instructions....
Craig Topper
2014-01-01
3
-12
/
+6
*
Revert r198238 and add FP disassembler tests. It didn't work and I didn't rea...
Craig Topper
2013-12-31
2
-1
/
+5
*
Remove old comment referring to an argument that no longer exists.
Craig Topper
2013-12-31
1
-2
/
+0
*
Remove special form of AddRegFrm used by FP instructions. These instructions ...
Craig Topper
2013-12-30
2
-5
/
+1
*
AVX-512: decoder for AVX-512, made by Alexey Bader.
Elena Demikhovsky
2013-12-25
4
-122
/
+314
*
AVX-512: Added legal type MVT::i1 and VK1 register for it.
Elena Demikhovsky
2013-12-16
1
-0
/
+1
*
Prune redundant dependencies in LLVMBuild.txt.
NAKAMURA Takumi
2013-12-11
1
-1
/
+1
*
[CMake] Let add_public_tablegen_target responsible to provide dependency to C...
NAKAMURA Takumi
2013-11-28
1
-2
/
+0
*
[CMake] Prune include_directories() in llvm/lib/Target, take #2.
NAKAMURA Takumi
2013-11-28
1
-2
/
+0
*
X86 Disassembler: remove unused bool typedef-name
David Majnemer
2013-11-05
1
-2
/
+0
*
AVX-512: added VPCONFLICT instruction and intrinsics,
Elena Demikhovsky
2013-11-03
1
-1
/
+49
*
Replace C++ style comment with a C style comment to satisfy some of the build...
Craig Topper
2013-10-03
1
-1
/
+1
*
Remove comma from the end of an enum.
Craig Topper
2013-10-03
1
-1
/
+1
*
Add XOP disassembler support. Fixes PR13933.
Craig Topper
2013-10-03
3
-39
/
+174
*
Remove 0 as a valid encoding for the m-mmmm field.
Craig Topper
2013-10-01
1
-2
/
+0
*
Remove unneeded fields from disassembler internal instruction format.
Craig Topper
2013-10-01
2
-20
/
+0
*
Various x86 disassembler fixes.
Craig Topper
2013-09-30
2
-40
/
+4
*
Build fix
Richard Mitton
2013-08-30
1
-1
/
+1
*
Fixed a bug where diassembling an instruction that had a prefix would cause L...
Richard Mitton
2013-08-30
1
-7
/
+9
*
First round of fixes for the x86 fixes for the x86 move accumulator from/to m...
Craig Topper
2013-08-25
1
-17
/
+12
*
Remove trailing whitespace.
Craig Topper
2013-08-24
1
-1
/
+1
*
Added encoding prefixes for KNL instructions (EVEX).
Elena Demikhovsky
2013-07-28
4
-4
/
+181
*
Update the X86 disassembler to use xacquire and xrelease when appropriate.
Kevin Enderby
2013-06-20
3
-0
/
+32
*
Add MCSymbolizer for symbolic/annotated disassembly.
Ahmed Bougacha
2013-05-24
1
-97
/
+3
*
X86DisassemblerDecoder.c: Make this C89-compliant.
NAKAMURA Takumi
2013-03-25
1
-1
/
+1
*
Whitespace.
NAKAMURA Takumi
2013-03-25
1
-160
/
+160
*
x86 -- disassemble the REP/REPNE prefix when needed
Dave Zarzycki
2013-03-25
1
-7
/
+20
[next]