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
/
X86
Commit message (
Expand
)
Author
Age
Files
Lines
*
EVEX and compressed displacement encoding for AVX512
Elena Demikhovsky
2013-08-01
1
-0
/
+21
*
Add test cases for the various instruction alias and Intel syntax fixes that ...
Craig Topper
2013-07-26
3
-17
/
+380
*
Don't let x86 asm printer use the no operand movsd alias. It should use the n...
Craig Topper
2013-07-23
2
-11
/
+11
*
Fix the move to/from accumulator register instructions that use a full 64-bit
Kevin Enderby
2013-07-22
1
-0
/
+32
*
Recommit r186813: More Intel syntax alias fixes. With the addition of suppres...
Craig Topper
2013-07-22
1
-15
/
+15
*
Prefix failing commands with not to make clear they are expected to fail.
Rafael Espindola
2013-07-03
6
-6
/
+6
*
Add support for encoding the HLE XACQUIRE and XRELEASE prefixes.
Stefanus Du Toit
2013-06-18
1
-0
/
+9
*
X86: Make the cmov aliases work with intel syntax too.
Benjamin Kramer
2013-06-13
1
-0
/
+29
*
[ms-inline asm] Fix a crasher when we fail on a direct match.
Chad Rosier
2013-05-10
1
-0
/
+3
*
[x86AsmParser] It's valid to stop parsing an operand at an immediate.
Chad Rosier
2013-05-09
1
-0
/
+2
*
Add test case for PR15779, which has previously been fixed.
Chad Rosier
2013-04-22
1
-1
/
+2
*
[ms-inline asm] Apply the condition code mnemonic aliases to both the Intel and
Chad Rosier
2013-04-18
1
-0
/
+30
*
[ms-inline asm] Add support for the minus unary operator. Previously, we were
Chad Rosier
2013-04-17
1
-1
/
+8
*
Add CLAC/STAC instruction encoding/decoding support
Michael Liao
2013-04-11
1
-0
/
+8
*
[ms-inline asm] Add support for numeric displacement expressions in bracketed
Chad Rosier
2013-04-05
1
-1
/
+38
*
Add support of RDSEED defined in AVX2 extension
Michael Liao
2013-03-28
1
-0
/
+49
*
Move test since it depends on the X86 backend.
Rafael Espindola
2013-03-28
1
-0
/
+11
*
[ms-inline asm] Add support of imm displacement before bracketed memory
Chad Rosier
2013-03-27
1
-0
/
+20
*
x86 -- add the XTEST instruction
Dave Zarzycki
2013-03-25
1
-0
/
+4
*
Post process ADC/SBB and use a shorter encoding if they use a sign extended i...
Craig Topper
2013-03-18
1
-0
/
+14
*
Refactor some duplicated code into helper functions.
Craig Topper
2013-03-18
1
-0
/
+7
*
Fix a bug in the calculation of the VEX.B bit for FMA4 rr with the VEX.W bit ...
Craig Topper
2013-03-14
1
-0
/
+4
*
Fixes a test by replacing .align by .p2align and setting triples explicitly.
Eli Bendersky
2013-03-05
1
-2
/
+5
*
Add a test that .align directives on capable processors use long NOPs.
David Sehr
2013-03-05
1
-0
/
+12
*
The current X86 NOP padding uses one long NOP followed by the remainder in
David Sehr
2013-03-05
1
-0
/
+27
*
[ms-inline asm] Add support for the pushad/popad mnemonics.
Chad Rosier
2013-02-25
1
-0
/
+13
*
'Hexadecimal' has two 'a's and only one 'i'.
Matt Beaumont-Gay
2013-02-25
1
-1
/
+1
*
Revert r15266. This fixes llvm.org/pr15266.
Rafael Espindola
2013-02-14
1
-14
/
+0
*
[ms-inline asm] Add support for lexing binary integers with a [bB] suffix.
Chad Rosier
2013-02-12
1
-0
/
+14
*
[ms-inline asm] Add support for lexing hexidecimal integers with a [hH] suffix.
Chad Rosier
2013-02-12
1
-0
/
+26
*
[MC] Bundle alignment: Invalidate relaxed fragments
Derek Schuff
2013-02-05
1
-0
/
+16
*
[MC] bundle alignment: prevent padding instructions from crossing bundle boun...
Derek Schuff
2013-01-31
2
-2
/
+108
*
Merge SSE and AVX shuffle instructions in the comment printer.
Craig Topper
2013-01-29
1
-0
/
+225
*
Fix 256-bit PALIGNR comment decoding to understand that it works on independe...
Craig Topper
2013-01-28
1
-0
/
+15
*
X86: Decode PALIGN operands so I don't have to do it in my head.
Benjamin Kramer
2013-01-26
1
-0
/
+31
*
Now that llvm-dwarfdump supports flags to specify which DWARF section to dump,
Eli Bendersky
2013-01-25
1
-2
/
+2
*
Add forgotten test case for the x32 commit
Eli Bendersky
2013-01-22
1
-0
/
+24
*
X86: Make sure we account for the FMA4 register immediate value, otherwise ri...
Benjamin Kramer
2013-01-22
1
-0
/
+61
*
[ms-inline asm] Extend support for parsing Intel bracketed memory operands that
Chad Rosier
2013-01-14
1
-9
/
+191
*
Add some additional tests for the .bundle_lock align_to_end feature that didn't
Eli Bendersky
2013-01-07
3
-0
/
+2837
*
Add the align_to_end option to .bundle_lock in the MC implementation of aligned
Eli Bendersky
2013-01-07
1
-0
/
+4
*
Fix suffix handling for parsing and printing of cvtsi2ss, cvtsi2sd, cvtss2si,...
Craig Topper
2013-01-06
4
-101
/
+141
*
Adds missing aliases for fcom and fcomp instructions without arguments.
Kevin Enderby
2013-01-02
1
-0
/
+8
*
Change Lit error redirection to FileCheck to a more common syntax since it
Eli Bendersky
2012-12-20
6
-6
/
+6
*
Add a largish auto-generated test for the aligned bundling feature, along with
Eli Bendersky
2012-12-20
1
-0
/
+2674
*
Tests for the aligned bundling support added in r170718
Eli Bendersky
2012-12-20
11
-0
/
+246
*
Make this Lit config file a bit slimmer
Eli Bendersky
2012-12-13
1
-8
/
+1
*
X86: Better diagnostics for 32-bit vs. 64-bit mode mismatches.
Jim Grosbach
2012-11-14
1
-1
/
+1
*
Add support of RTM from TSX extension
Michael Liao
2012-11-08
1
-0
/
+13
*
[ms-inline asm] Add support for the [] operator. Essentially, [expr1][expr2] is
Chad Rosier
2012-10-29
1
-0
/
+50
[next]