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
/
X86Disassembler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
MC: Modernize MCOperand API naming. NFC.
Jim Grosbach
2015-05-13
1
-33
/
+33
*
Reverting r237234, "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
2015-05-13
1
-9
/
+10
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-05-13
1
-10
/
+9
*
Revert "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
2015-03-24
1
-9
/
+10
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-03-24
1
-10
/
+9
*
[X86] Fix diassembler crash on AVX512 cmpps/cmppd with immediate that doesn't...
Craig Topper
2015-03-02
1
-20
/
+22
*
Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.
Michael Kuperstein
2015-02-19
1
-9
/
+10
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-02-19
1
-10
/
+9
*
[X86] Add support for parsing and printing the mnemonic aliases for the XOP V...
Craig Topper
2015-02-13
1
-8
/
+24
*
[X86] Teach disassembler to handle illegal immediates on AVX512 integer compa...
Craig Topper
2015-01-28
1
-0
/
+129
*
[X86] Convert all the i8imm used by SSE and AVX instructions to u8imm.
Craig Topper
2015-01-21
1
-14
/
+2
*
[X86] Remove some unused TYPE enums from the disassembler.
Craig Topper
2015-01-07
1
-5
/
+0
*
Teach disassembler to handle illegal immediates on (v)cmpps/pd/ss/sd instruct...
Craig Topper
2014-12-26
1
-0
/
+48
*
[X86] Clean up whitespace as well as minor coding style
Michael Liao
2014-12-04
1
-38
/
+38
*
Pass an ArrayRef to MCDisassembler::getInstruction.
Rafael Espindola
2014-11-12
1
-8
/
+20
*
Misc style fixes. NFC.
Rafael Espindola
2014-11-10
1
-37
/
+25
*
[X86] AVX512: Add disassembler support for compressed displacement
Adam Nemet
2014-07-17
1
-1
/
+1
*
Fix gcc -Wsign-compare warning in X86DisassemblerTables.cpp.
Patrik Hagglund
2014-04-28
1
-5
/
+3
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-1
/
+1
*
X86Disassembler - fixed a bug in immediate print
Elena Demikhovsky
2014-04-23
1
-1
/
+1
*
[cleanup] Lift using directives, DEBUG_TYPE definitions, and even some
Chandler Carruth
2014-04-22
1
-5
/
+5
*
[Modules] Make Support/Debug.h modular. This requires it to not change
Chandler Carruth
2014-04-21
1
-0
/
+2
*
What year is it! This file has no reason to be written in C, and has doubly no
Richard Smith
2014-04-20
1
-5
/
+5
*
[MC] Require an MCContext when constructing an MCDisassembler.
Lang Hames
2014-04-15
1
-3
/
+5
*
[X86] unique_ptr'ify one of X86GenericDisassembler's members.
Lang Hames
2014-04-13
1
-10
/
+7
*
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
1
-0
/
+22
*
[x86] Allow segment and address-size overrides for LODS[BWLQ] (PR9385)
David Woodhouse
2014-01-22
1
-0
/
+25
*
[x86] Infer disassembler mode from SubtargetInfo feature bits
David Woodhouse
2014-01-20
1
-13
/
+23
*
Allow x86 mov instructions to/from memory with absolute address to be encoded...
Craig Topper
2014-01-16
1
-11
/
+18
*
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
1
-12
/
+4
*
Second attempt at Removing special form of AddRegFrm used by FP instructions....
Craig Topper
2014-01-01
1
-2
/
+2
*
AVX-512: decoder for AVX-512, made by Alexey Bader.
Elena Demikhovsky
2013-12-25
1
-3
/
+34
*
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
1
-0
/
+5
*
Update the X86 disassembler to use xacquire and xrelease when appropriate.
Kevin Enderby
2013-06-20
1
-0
/
+9
*
Add MCSymbolizer for symbolic/annotated disassembly.
Ahmed Bougacha
2013-05-24
1
-97
/
+3
*
Remove edis - the enhanced disassembler. Fixes PR14654.
Roman Divacky
2012-12-19
1
-6
/
+0
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-2
/
+1
*
Use const properly so that we dont remove const qualifier from region and MII
Roman Divacky
2012-09-05
1
-5
/
+5
*
Add support for converting llvm.fma to fma4 instructions.
Craig Topper
2012-08-31
1
-0
/
+2
*
Add more indirection to the disassembler tables to reduce amount of space use...
Craig Topper
2012-08-01
1
-4
/
+3
*
Fix a bug in the x86 disassembler's symbolic disassembly support for Jcc-Jump
Kevin Enderby
2012-07-24
1
-1
/
+1
*
Remove tabs.
Bill Wendling
2012-07-19
1
-9
/
+9
*
X86: add more GATHER intrinsics in LLVM
Manman Ren
2012-06-29
1
-10
/
+18
*
X86: add GATHER intrinsics (AVX2) in LLVM
Manman Ren
2012-06-26
1
-1
/
+26
[prev]
[next]