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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix assembling of xchg %eax, %eax to not use the NOP encoding of 0x90. This w...
Craig Topper
2011-10-06
2
-0
/
+37
*
Support a valid, but not very useful, encoding of CPSIE where none of the AIF...
Owen Anderson
2011-10-05
1
-0
/
+3
*
Teach the MC to output code/data region marker labels in MachO and ELF modes....
Owen Anderson
2011-10-04
1
-2
/
+2
*
Tidy up formatting.
Jim Grosbach
2011-10-04
1
-91
/
+106
*
Un-XFAIL file. Comment out individual failing instructions.
Jim Grosbach
2011-10-04
1
-26
/
+19
*
Tidy up formatting.
Jim Grosbach
2011-10-04
1
-19
/
+32
*
Un-XFAIL file. Fix incorrect CHECK lines. General format cleanup.
Jim Grosbach
2011-10-04
1
-15
/
+19
*
Un-XFAIL file. Fix incorrect CHECK line. General format cleanup.
Jim Grosbach
2011-10-04
1
-33
/
+48
*
Tidy up formatting.
Jim Grosbach
2011-10-04
1
-54
/
+80
*
Un-XFAIL file. Fix incorrect CHECK line.
Jim Grosbach
2011-10-04
1
-2
/
+1
*
Un-XFAIL the file. Disable only the individual tests that aren't working yet.
Jim Grosbach
2011-10-04
1
-14
/
+12
*
Un-XFAIL the file. Disable only the individual tests that aren't working yet.
Jim Grosbach
2011-10-04
1
-6
/
+6
*
Tidy up. Formatting.
Jim Grosbach
2011-10-04
1
-19
/
+27
*
Add support in the disassembler for ignoring the L-bit on certain VEX instruc...
Craig Topper
2011-10-04
2
-0
/
+54
*
Tidy up. These tests are covered in the .s file tests now.
Jim Grosbach
2011-10-03
1
-236
/
+0
*
ARM assembly parsing and encoding for VMOV immediate.
Jim Grosbach
2011-10-03
1
-5
/
+9
*
ARM parsing/encoding for VCMP/VCMPE.
Jim Grosbach
2011-10-03
1
-4
/
+4
*
ARM assembly parsing and encoding for VMRS/FMSTAT.
Jim Grosbach
2011-10-03
1
-2
/
+4
*
Update test for 141010.
Jim Grosbach
2011-10-03
1
-1
/
+1
*
Tidy up a bit. Formatting.
Jim Grosbach
2011-10-03
1
-62
/
+76
*
Add support for MOVBE and RDRAND instructions for the assembler and disassemb...
Craig Topper
2011-10-03
2
-0
/
+45
*
Treat VEX.vvvv as a 3-bit field outside of 64-bit mode. Prevents access to re...
Craig Topper
2011-10-03
2
-0
/
+6
*
Test updates that were supposed to go with r140993.
Craig Topper
2011-10-03
1
-4
/
+4
*
Fix some Intel syntax disassembly issues with instructions that implicitly us...
Craig Topper
2011-10-02
3
-0
/
+168
*
Special case disassembler handling of REX.B prefix on NOP instruction to deco...
Craig Topper
2011-10-02
1
-0
/
+3
*
Fix disassembling of INVEPT and INVVPID to take operands
Craig Topper
2011-10-01
2
-0
/
+11
*
Fix disassembler handling of CRC32 which is an odd instruction that uses 0xf2...
Craig Topper
2011-10-01
2
-0
/
+15
*
Check in a patch that has already been code reviewed by Owen that I'd forgott...
James Molloy
2011-09-28
3
-0
/
+87
*
ARM Thumb2 asm parsing [SU]XT[BH] without rotate but with .w.
Jim Grosbach
2011-09-27
1
-1
/
+8
*
Fix an incorrect decoder test.
Owen Anderson
2011-09-26
1
-2
/
+2
*
Remove incorrect testcases.
Owen Anderson
2011-09-26
1
-4
/
+0
*
Fix VEX decoding in i386 mode. Fixes PR11008.
Craig Topper
2011-09-26
1
-0
/
+289
*
Teach the Thumb2 AsmParser to accept pre-indexed loads/stores with an offset ...
Owen Anderson
2011-09-23
1
-0
/
+2
*
Fix incorrect disassembly test.
Owen Anderson
2011-09-23
1
-1
/
+1
*
Post-index loads/stores in still need to print the post-indexed immediate, ev...
Owen Anderson
2011-09-23
1
-0
/
+7
*
Reapply r140412 (Thumb2 reg-reg loads cannot target SP or PC), with invalid t...
Owen Anderson
2011-09-23
1
-2
/
+2
*
Don't allow 32-bit only instructions to be disassembled in 64-bit mode. Fixes...
Craig Topper
2011-09-23
1
-7
/
+4
*
Fix register printing in disassembling of push/pop of segment registers and i...
Craig Topper
2011-09-22
1
-0
/
+12
*
Turns out that Thumb2 ADR doesn't need special printing like LDR does. Fix o...
Owen Anderson
2011-09-21
1
-2
/
+4
*
Print out immediate offset versions of PC-relative load/store instructions as...
Owen Anderson
2011-09-21
2
-1
/
+3
*
The wrong relocation was being emitted for several SSSE3 instructions.
Bruno Cardoso Lopes
2011-09-20
1
-0
/
+6
*
Port over more Thumb2 encoding tests to decoding tests.
Owen Anderson
2011-09-20
1
-0
/
+608
*
Nuke obsolete test file.
Jim Grosbach
2011-09-20
1
-337
/
+0
*
Thumb2 assembly parsing and encoding for WFE/WFI/YIELD.
Jim Grosbach
2011-09-20
1
-0
/
+20
*
Thumb2 assembly parsing and encoding for UXTAB/UXTAB16/UXTH/UXTB/UXTB16/UXTH.
Jim Grosbach
2011-09-20
1
-0
/
+118
*
Thumb2 assembly parsing and encoding for USUB8/USUB16.
Jim Grosbach
2011-09-20
1
-0
/
+16
*
Thumb2 assembly parsing and encoding for USAX.
Jim Grosbach
2011-09-20
1
-0
/
+18
*
Thumb2 assembly parsing and encoding for USAT16.
Jim Grosbach
2011-09-20
1
-0
/
+10
*
Thumb2 assembly parsing and encoding for USAT.
Jim Grosbach
2011-09-20
1
-0
/
+16
*
Tidy up.
Jim Grosbach
2011-09-20
1
-1
/
+3
[next]