index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
test
/
MC
/
Disassembler
/
ARM
/
thumb-tests.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ARM][Thumb2] Fix ADD/SUB invalid writes to SP
Diogo Sampaio
2020-01-14
1
-3
/
+6
*
Reverting, broke some bots. Need further investigation.
Diogo Sampaio
2020-01-10
1
-6
/
+3
*
[ARM][Thumb2] Fix ADD/SUB invalid writes to SP
Diogo Sampaio
2020-01-10
1
-3
/
+6
*
Remove the cortex-a9-mp CPU.
Charlie Turner
2014-11-03
1
-1
/
+1
*
This fixes the Thumb2 CPS assembly syntax.
Mihai Popa
2013-08-09
1
-1
/
+1
*
ARM: fix thumb coprocessor instruction with pre-writeback disassembly
Amaury de la Vieuville
2013-06-14
1
-0
/
+3
*
ARM: Better disassembly for pc-relative LDR.
Jim Grosbach
2012-10-30
1
-1
/
+1
*
Fix issues with the ARM bl and blx thumb instructions and the J1 and J2 bits
Kevin Enderby
2012-05-03
1
-0
/
+8
*
Specify cpu to unbreak tests.
Evan Cheng
2012-04-26
1
-1
/
+1
*
Thumb2 assembly parsing and encoding for LDC/STC.
Jim Grosbach
2011-10-12
1
-1
/
+1
*
Check in a patch that has already been code reviewed by Owen that I'd forgott...
James Molloy
2011-09-28
1
-0
/
+6
*
Fix incorrect disassembly test.
Owen Anderson
2011-09-23
1
-1
/
+1
*
Print out immediate offset versions of PC-relative load/store instructions as...
Owen Anderson
2011-09-21
1
-1
/
+1
*
Create Thumb2 versions of STC/LDC, and reenable the relevant tests.
Owen Anderson
2011-09-07
1
-5
/
+2
*
Second of a three-patch series aiming to fix MSR/MRS on Cortex-M. This adds p...
James Molloy
2011-09-07
1
-3
/
+6
*
Update test for 139243
Jim Grosbach
2011-09-07
1
-1
/
+1
*
Fix decoding of Thumb2 prefetch instructions, which account for all the remai...
Owen Anderson
2011-08-23
1
-0
/
+3
*
Fix two more instances of mis-matched operand names breaking disassembly. Fo...
Owen Anderson
2011-08-23
1
-0
/
+6
*
t2SMLAD is a four-register instruction, not a three-register one.
Owen Anderson
2011-08-22
1
-0
/
+3
*
Correct operand naming of t2USAT16 to allow proper decoding.
Owen Anderson
2011-08-22
1
-0
/
+3
*
Match operand naming to allow correct decoding of t2LDRSH_POST.
Owen Anderson
2011-08-22
1
-0
/
+3
*
Provide a correct decoder hook for Thumb2 shifted registers. Found by random...
Owen Anderson
2011-08-22
1
-0
/
+3
*
Thumb assembly parsing and encoding for LDM instruction.
Jim Grosbach
2011-08-18
1
-5
/
+5
*
Add a test for Thumb1 LDRSH decoding.
Owen Anderson
2011-08-15
1
-0
/
+3
*
Fix decoding LDRSB and LDRSH in Thumb1 mode. Patch by James Molloy.
Owen Anderson
2011-08-15
1
-0
/
+3
*
Add initial support for decoding NEON instructions in Thumb2 mode.
Owen Anderson
2011-08-10
1
-0
/
+3
*
Tweak ARM assembly parsing and printing of MSR instruction.
Jim Grosbach
2011-07-19
1
-1
/
+1
*
Disassembly of tBcc was wrongly adding 4 to the SignExtend'ed imm8:'0' immedi...
Johnny Chen
2011-05-18
1
-0
/
+3
*
Add tests for A8.6.110 NOP.
Johnny Chen
2011-04-27
1
-0
/
+6
*
Disassembly of A8.6.59 LDR (literal) Encoding T1 (16-bit thumb instruction) s...
Johnny Chen
2011-04-22
1
-0
/
+3
*
Thumb2 BFC was insufficiently encoded.
Johnny Chen
2011-04-15
1
-0
/
+3
*
Add sanity checkings for Thumb2 Load/Store Register Exclusive family of opera...
Johnny Chen
2011-04-14
1
-0
/
+3
*
Thumb disassembler did not handle tBRIND (indirect branch) properly.
Johnny Chen
2011-04-13
1
-0
/
+3
*
Check for unallocated instruction encodings when disassembling Thumb Branch i...
Johnny Chen
2011-04-13
1
-2
/
+2
*
Fix a bug where for t2MOVCCi disassembly, the TIED_TO register operand was no...
Johnny Chen
2011-04-13
1
-0
/
+3
*
The Thumb2 RFE instructions need to have their second halfword fully specified.
Johnny Chen
2011-04-12
1
-0
/
+3
*
The Thumb2 Ld, St, and Preload instructions with the i12 forms should have it...
Johnny Chen
2011-04-12
1
-1
/
+13
*
Add one test case (svc).
Johnny Chen
2011-04-12
1
-0
/
+3
*
Thumb disassembler was erroneously rejecting "blx sp" instruction.
Johnny Chen
2011-04-11
1
-0
/
+9
*
Fix the bug where the immediate shift amount for Thumb logical shift instruct...
Johnny Chen
2011-04-11
1
-0
/
+6
*
Sanity check the option operand for DMB/DSB.
Johnny Chen
2011-04-08
1
-0
/
+6
*
A8.6.92 MCR (Encoding A1): if coproc == '101x' then SEE "Advanced SIMD and VFP"
Johnny Chen
2011-04-06
1
-0
/
+3
*
ARM disassembler should flag (rGPRRegClassID, r13|r15) as an error.
Johnny Chen
2011-04-05
1
-2
/
+2
*
Add a test case for thumb stc2 instruction.
Johnny Chen
2011-03-30
1
-0
/
+3
*
Fixed the t2PLD and friends disassembly and add two test cases.
Johnny Chen
2011-03-26
1
-0
/
+6
*
Add test for A8.6.246 UMULL to both arm-tests.txt amd thumb-tests.txt.
Johnny Chen
2011-03-25
1
-0
/
+3
*
Add two test cases t2SMLABT and t2SMMULR for DisassembleThumb2Mul().
Johnny Chen
2011-03-25
1
-0
/
+6
*
Fix DisassembleThumb2DPReg()'s handling of RegClass. Cannot hardcode GPRRegC...
Johnny Chen
2011-03-25
1
-0
/
+9
*
DisassembleThumb2LdSt() did not handle t2LDRs correctly with respect to RegCl...
Johnny Chen
2011-03-25
1
-0
/
+6
*
A8.6.226 TBB, TBH:
Johnny Chen
2011-03-25
1
-0
/
+6
[next]