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
/
test
/
MC
/
Disassembler
/
X86
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r235153
Pirama Arumuga Nainar
2015-05-18
1
-1
/
+1
*
Update aosp/master llvm for rebase to r233350
Pirama Arumuga Nainar
2015-04-09
1
-0
/
+3
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
9
-69
/
+236
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
2
-1
/
+50
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
4
-6
/
+11
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
2
-0
/
+7
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
9
-0
/
+2078
*
Add disassembler support for SSE4.1 register/register form of PEXTRW. There i...
Craig Topper
2013-10-14
1
-0
/
+6
*
Remove some instructions that existed to provide aliases to the assembler. Ca...
Craig Topper
2013-10-08
1
-0
/
+6
*
Remove some instructions that seem to only exist to trick the filtering check...
Craig Topper
2013-10-07
2
-0
/
+12
*
Add disassembler support for long encodings for INC/DEC in 32-bit mode.
Craig Topper
2013-10-07
2
-1
/
+49
*
Add XOP disassembler support. Fixes PR13933.
Craig Topper
2013-10-03
1
-0
/
+72
*
Add a few more FMA4 disassembler test cases to match the scalar set with rega...
Craig Topper
2013-09-30
1
-0
/
+12
*
Various x86 disassembler fixes.
Craig Topper
2013-09-30
1
-0
/
+36
*
Fixing Intel format of the vshufpd instruction.
Yunzhong Gao
2013-09-27
1
-0
/
+3
*
Add the remaining Intel SHA instructions
Ben Langmuir
2013-09-14
1
-1
/
+37
*
Partial support for Intel SHA Extensions (sha1rnds4)
Ben Langmuir
2013-09-12
1
-0
/
+6
*
Fixed a bug where diassembling an instruction that had a prefix would cause L...
Richard Mitton
2013-08-30
1
-0
/
+59
*
First round of fixes for the x86 fixes for the x86 move accumulator from/to m...
Craig Topper
2013-08-25
3
-4
/
+70
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
1
-2
/
+0
*
Changed register names (and pointer keywords) to be lower case when using Int...
Craig Topper
2013-07-31
1
-26
/
+26
*
Don't let x86 asm printer use the no operand movsd alias. It should use the n...
Craig Topper
2013-07-23
1
-1
/
+1
*
Fix the move to/from accumulator register instructions that use a full 64-bit
Kevin Enderby
2013-07-22
1
-0
/
+30
*
Update the X86 disassembler to use xacquire and xrelease when appropriate.
Kevin Enderby
2013-06-20
1
-1
/
+29
*
Add CLAC/STAC instruction encoding/decoding support
Michael Liao
2013-04-11
1
-0
/
+6
*
fixed xsave, xsaveopt, xrstor mnemonics with intel syntax; added test cases
Kay Tiong Khoo
2013-04-10
2
-0
/
+18
*
x86 -- disassemble the REP/REPNE prefix when needed
Dave Zarzycki
2013-03-25
1
-0
/
+15
*
Fixes disassembler crashes on 2013 Haswell RTM instructions.
Kevin Enderby
2013-03-11
1
-0
/
+9
*
death to extra whitespace
Kay Tiong Khoo
2013-02-14
1
-20
/
+20
*
added basic support for Intel ADX instructions
Kay Tiong Khoo
2013-02-14
2
-0
/
+36
*
added test cases for r174920 (prefetch disassembly)
Kay Tiong Khoo
2013-02-12
1
-0
/
+6
*
*fixed disassembly of some i386 system insts with intel syntax
Kay Tiong Khoo
2013-02-11
1
-0
/
+13
*
Fix suffix handling for parsing and printing of cvtsi2ss, cvtsi2sd, cvtss2si,...
Craig Topper
2013-01-06
2
-10
/
+10
*
Remove edis - the enhanced disassembler. Fixes PR14654.
Roman Divacky
2012-12-19
1
-10
/
+0
*
Added a option to the disassembler to print immediates as hex.
Kevin Enderby
2012-12-05
1
-0
/
+10
*
Make this test less sensitive.
Eli Bendersky
2012-11-26
1
-4
/
+4
*
Add support for annotated disassembly output for X86 and arm.
Kevin Enderby
2012-10-22
1
-0
/
+6
*
Make l/q suffixes on AVX forms of scalar convert instructions consistent with...
Craig Topper
2012-07-26
2
-8
/
+8
*
Make x86 asm parser to check for xmm vs ymm for index register in gather inst...
Craig Topper
2012-07-18
1
-0
/
+5
*
Reverse assembler/disassembler operand order for gather instructions.
Craig Topper
2012-07-10
1
-8
/
+8
*
Convert the uses of '|&' to use '2>&1 |' instead, which works on old
Chandler Carruth
2012-07-02
4
-4
/
+4
*
Convert all tests using TCL-style quoting to use shell-style quoting.
Chandler Carruth
2012-07-02
2
-2
/
+2
*
X86: add more GATHER intrinsics in LLVM
Manman Ren
2012-06-29
1
-1
/
+19
*
X86: add GATHER intrinsics (AVX2) in LLVM
Manman Ren
2012-06-26
1
-0
/
+6
*
Add intrinsics, code gen, assembler and disassembler support for the SSE4a ex...
Benjamin Kramer
2012-05-29
2
-0
/
+36
*
Missed some register numbers.
Benjamin Kramer
2012-04-27
1
-3
/
+3
*
Update edis test for r155704.
Benjamin Kramer
2012-04-27
1
-1
/
+1
*
Add -disassemble support for -show-inst and -show-encode capability llvm-mc. ...
Richard Barton
2012-04-16
1
-1
/
+1
*
Add retw and lretw instructions. Also, fix Intel syntax parsing for all
Charles Davis
2012-04-11
1
-0
/
+6
*
Add the tests that were supposed to go with r153935 that I forgot svn add
Craig Topper
2012-04-06
2
-0
/
+73
[next]