index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
Disassembler
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
4
-107
/
+296
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
6
-102
/
+148
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
1
-1
/
+2
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
8
-470
/
+371
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
8
-288
/
+469
*
am b7485134: am 449fc261: Merge "llvm: convert makefiles to support multilib ...
Colin Cross
2014-02-18
1
-2
/
+0
|
\
|
*
llvm: convert makefiles to support multilib build
Colin Cross
2014-02-06
1
-2
/
+0
*
|
Merge remote-tracking branch 'upstream/release_34' into merge-20140211
Stephen Hines
2014-02-11
4
-128
/
+248
|
\
\
|
|
/
|
/
|
|
*
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
*
|
Merge commit '10251753b6897adcd22cc981c0cc42f348c109de' into merge-20130807
Stephen Hines
2013-08-07
4
-4
/
+213
|
\
\
|
|
/
|
*
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
*
|
Merge commit '100fbdd06be7590b23c4707a98cd605bdb519498' into merge_20130612
Stephen Hines
2013-06-12
1
-97
/
+3
|
\
\
|
|
/
|
*
Add MCSymbolizer for symbolic/annotated disassembly.
Ahmed Bougacha
2013-05-24
1
-97
/
+3
*
|
Merge remote-tracking branch 'upstream/master' into merge-20130502
Stephen Hines
2013-05-02
1
-167
/
+180
|
\
\
|
|
/
|
*
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
*
|
Update LLVM for merge to r171905.
Stephen Hines
2013-01-21
1
-1
/
+0
*
|
Merge remote-tracking branch 'upstream/master' into merge-llvm
Stephen Hines
2013-01-21
5
-16
/
+14
|
\
\
|
|
/
|
*
Remove edis - the enhanced disassembler. Fixes PR14654.
Roman Divacky
2012-12-19
2
-10
/
+0
|
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-2
/
+1
|
*
Fix typo
Joerg Sonnenberger
2012-10-29
1
-2
/
+2
|
*
Add a new compression type to ModRM table that detects when the memory modRM ...
Craig Topper
2012-09-13
2
-0
/
+9
|
*
Change unsigned to a uint16_t in static disassembler tables to reduce the tab...
Craig Topper
2012-09-11
2
-2
/
+2
*
|
Merge branch 'upstream' into merge-2012_09_10
Stephen Hines
2012-09-10
3
-14
/
+16
|
\
\
|
|
/
|
*
Use const properly so that we dont remove const qualifier from region and MII
Roman Divacky
2012-09-05
3
-13
/
+13
|
*
Add support for converting llvm.fma to fma4 instructions.
Craig Topper
2012-08-31
1
-0
/
+2
|
*
Fix integer undefined behavior due to signed left shift overflow in LLVM.
Richard Smith
2012-08-24
1
-1
/
+1
*
|
Merge branch 'upstream' into merge_2
Stephen Hines
2012-08-23
5
-64
/
+67
|
\
\
|
|
/
|
*
Add more indirection to the disassembler tables to reduce amount of space use...
Craig Topper
2012-08-01
5
-14
/
+18
|
*
Make INSTRUCTION_SPECIFIER_FIELDS match X86DisassemblerCommon.h. Also remove ...
Craig Topper
2012-07-31
1
-5
/
+4
|
*
Tidy up trailing whitespace
Craig Topper
2012-07-31
1
-33
/
+33
|
*
Tidy up trailing whitespace
Craig Topper
2012-07-31
1
-12
/
+12
|
*
Fix a bug in the x86 disassembler's symbolic disassembly support for Jcc-Jump
Kevin Enderby
2012-07-24
1
-1
/
+1
*
|
Merge with LLVM upstream r160668 (Jul 24th 2012)
Shih-wei Liao
2012-08-03
2
-10
/
+46
|
\
\
|
|
/
|
*
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
2
-1
/
+29
[next]