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
*
Thumb2 parsing and encoding for ISB.
Jim Grosbach
2011-09-06
1
-0
/
+10
*
Thumb2 parsing and encoding for EOR.
Jim Grosbach
2011-09-06
1
-0
/
+20
*
Thumb2 parsing and encoding for DSB.
Jim Grosbach
2011-09-06
1
-0
/
+32
*
Thumb2 parsing and encoding for DMB.
Jim Grosbach
2011-09-06
1
-0
/
+32
*
Thumb2 parsing and encoding for DBG.
Jim Grosbach
2011-09-06
1
-0
/
+12
*
Thumb2 parsing and encoding for CMN and CMP.
Jim Grosbach
2011-09-06
1
-0
/
+40
*
Thumb2 parsing and encoding for CLZ.
Jim Grosbach
2011-09-06
1
-0
/
+12
*
Thumb2 parsing and encoding for CLREX.
Jim Grosbach
2011-09-06
1
-0
/
+12
*
Port more encoding tests over to Thumb2 decoding tests.
Owen Anderson
2011-09-06
1
-0
/
+222
*
Thumb2 parsing and encoding for CDP/CDP2.
Jim Grosbach
2011-09-06
1
-0
/
+10
*
Thumb2 parsing and encoding for CBZ/CBNZ.
Jim Grosbach
2011-09-02
1
-0
/
+6
*
Thumb2 parsing and encoding for BXJ.
Jim Grosbach
2011-09-02
1
-0
/
+13
*
Thumb2 parsing and encoding for BIC.
Jim Grosbach
2011-09-02
1
-0
/
+37
*
Thumb2 parsing and encoding for BFI.
Jim Grosbach
2011-09-02
1
-0
/
+12
*
Thumb2 parsing and encoding for BFC.
Jim Grosbach
2011-09-02
1
-0
/
+13
*
Thumb2 parsing and encoding of B instruction.
Jim Grosbach
2011-09-02
1
-0
/
+11
*
Thumb2 parsing and encoding for ASR.
Jim Grosbach
2011-09-02
1
-0
/
+37
*
Change X86 disassembly to print immediates values as signed by default. Special
Kevin Enderby
2011-09-02
1
-0
/
+56
*
Thumb2 parsing and encoding for AND (register).
Jim Grosbach
2011-09-02
1
-0
/
+17
*
Thumb2 parsing and encoding for ADD (register).
Jim Grosbach
2011-09-02
1
-0
/
+16
*
Fix the disassembly of the X86 "crc32w %ax, %eax" instruction. Bug 10702.
Kevin Enderby
2011-09-02
1
-0
/
+3
*
Tests for Thumb2 AND (immediate) instruction.
Jim Grosbach
2011-09-02
2
-4
/
+12
*
Add FIXME. Thumb2 ADR encoding choice is non-trivial.
Jim Grosbach
2011-09-02
1
-0
/
+6
*
Make IC_VEX* not inherit from IC_*. Prevents instructions with no VEX form fr...
Craig Topper
2011-09-02
1
-0
/
+3
*
ARM 'rscs' mnemonic is carry-setting 'rsc', not 'rs' with a 'cs' condition code.
Jim Grosbach
2011-09-01
1
-0
/
+2
*
t2Bcc is allowed to have a predicate without a preceding IT instruction.
Owen Anderson
2011-09-01
1
-0
/
+6
*
Thumb2 assembly parsing and encoding for ADD(immediate).
Jim Grosbach
2011-09-01
2
-2
/
+30
*
Fix encoding for tBcc with immediate offset operand.
Owen Anderson
2011-08-31
1
-0
/
+4
*
Run the Thumb1 parser tests in Thumb2 mode, as well.
Jim Grosbach
2011-08-31
1
-9
/
+5
*
Thumb NOP encoding varies depending on ARCH revision.
Jim Grosbach
2011-08-31
1
-0
/
+9
*
Fix roundtripping of Thumb BL/BLX instructions with immediate offsets instead...
Owen Anderson
2011-08-31
1
-0
/
+9
*
Thumb2 parsing and encoding for ADC(register).
Jim Grosbach
2011-08-31
1
-0
/
+22
*
Tweak Thumb1 ADD encoding selection a bit.
Jim Grosbach
2011-08-31
1
-1
/
+3
*
Fix issues with disassembly of IT instructions involving condition codes othe...
Owen Anderson
2011-08-30
1
-0
/
+12
*
Fix encoding of CBZ/CBNZ Thumb2 instructions with immediate offsets rather th...
Owen Anderson
2011-08-30
1
-0
/
+9
*
Fix encoding of PC-relative Thumb1 LDR's when using immediate offsets instead...
Owen Anderson
2011-08-30
1
-1
/
+4
*
Fix encoding of Thumb1 B instructions with immediate offsets, which is necess...
Owen Anderson
2011-08-30
1
-1
/
+4
*
Port Thumb2 assembler tests over to disassembler tests.
Owen Anderson
2011-08-30
1
-0
/
+41
*
Add vvvv support to disassembling of instructions with MRMDestMem and MRMDest...
Craig Topper
2011-08-30
1
-0
/
+3
*
Add missing encoding information for some of the GPR<->FP register moves.
Owen Anderson
2011-08-29
1
-0
/
+3
*
Remove redundant tests from XFAIL'ed test file.
Jim Grosbach
2011-08-29
1
-11
/
+0
*
Thumb2 assembly parsing and encoding support for ADC(immediate).
Jim Grosbach
2011-08-29
1
-0
/
+23
*
Remove test file. Superceded by other more exhaustive tests.
Jim Grosbach
2011-08-29
1
-14
/
+0
*
Thumb2 parsing and encoding for IT blocks.
Jim Grosbach
2011-08-29
2
-0
/
+62
*
Fix the disassembly of the X86 crc32 instruction. Bug 10702 and rdar://8795217
Kevin Enderby
2011-08-29
1
-0
/
+3
*
Improve handling of #-0 offsets for many more pre-indexed addressing modes.
Owen Anderson
2011-08-29
2
-7
/
+15
*
Add support for parsing #-0 on non-memory-operand immediate values, and add a...
Owen Anderson
2011-08-29
1
-0
/
+8
*
Improve encoding support for BLX with immediat eoperands, and fix a BLX decod...
Owen Anderson
2011-08-26
2
-1
/
+13
*
Correct encoding of BL with immediate offset.
Owen Anderson
2011-08-26
1
-0
/
+2
*
invalid-LDR_PRE-arm.txt was already passing, but for the wrong reasons. We w...
Owen Anderson
2011-08-26
1
-1
/
+1
[next]