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
/
ARM
/
basic-arm-instructions.s
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARM assembly parsing for LSR/LSL/ROR(immediate).
Jim Grosbach
2011-11-10
1
-2
/
+33
*
ARM assembly parsing for ASR(immediate).
Jim Grosbach
2011-11-10
1
-1
/
+8
*
Revert r142618, r142622, and r142624, which were based on an incorrect readin...
Owen Anderson
2011-10-20
1
-18
/
+18
*
Fix tests for corrected MSR encodings.
Owen Anderson
2011-10-20
1
-18
/
+18
*
ARM encoding tests for STC.
Jim Grosbach
2011-10-12
1
-0
/
+85
*
ARM parsing and encoding for the <option> form of LDC/STC instructions.
Jim Grosbach
2011-10-12
1
-0
/
+4
*
ARM assembly parsing and encoding for LDC{2}{L}/STC{2}{L} instructions.
Jim Grosbach
2011-10-11
1
-0
/
+81
*
Tidy up.
Jim Grosbach
2011-09-20
1
-1
/
+3
*
Tidy up a bit.
Jim Grosbach
2011-09-19
1
-30
/
+31
*
Remove FIXME. TBB/TBH are Thumb mode only instructions.
Jim Grosbach
2011-09-19
1
-5
/
+0
*
Fix comment.
Jim Grosbach
2011-09-16
1
-1
/
+1
*
Add some missing 'CHECK' lines and tidy up others.
Jim Grosbach
2011-09-15
1
-74
/
+38
*
Thumb2 assembly parsing and encoding for MSR/MRS.
Jim Grosbach
2011-09-14
1
-2
/
+2
*
Tidy up formatting a bit.
Jim Grosbach
2011-09-09
1
-261
/
+258
*
ARM 'rscs' mnemonic is carry-setting 'rsc', not 'rs' with a 'cs' condition code.
Jim Grosbach
2011-09-01
1
-0
/
+2
*
Improve handling of #-0 offsets for many more pre-indexed addressing modes.
Owen Anderson
2011-08-29
1
-0
/
+8
*
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
1
-1
/
+4
*
Correct encoding of BL with immediate offset.
Owen Anderson
2011-08-26
1
-0
/
+2
*
Support an extension of ARM asm syntax to allow immediate operands to ADR ins...
Owen Anderson
2011-08-26
1
-0
/
+4
*
Fix incorrect encoding of UMAAL and friends. Patch by James Molloy.
Owen Anderson
2011-08-15
1
-2
/
+2
*
Fix tests per now-correct encoding as of r137371.
Jim Grosbach
2011-08-11
1
-2
/
+2
*
ARM STR(immediate) assembly parsing and encoding.
Jim Grosbach
2011-08-11
1
-3
/
+0
*
ARM push of a single register encodes as pre-indexed STR.
Jim Grosbach
2011-08-11
1
-2
/
+1
*
ARM pop of a single register encodes as post-indexed LDR.
Jim Grosbach
2011-08-11
1
-5
/
+1
*
ARM SRS instruction parsing, diassembly and encoding support.
Jim Grosbach
2011-07-29
1
-2
/
+47
*
ARM assembly parsing and encoding for RFE instruction.
Jim Grosbach
2011-07-29
1
-0
/
+50
*
ARM update tests for CPS instruction.
Jim Grosbach
2011-07-29
1
-0
/
+13
*
CBZ/CBNZ are Thumb2 only. No need for ARM mode tests for them.
Jim Grosbach
2011-07-28
1
-4
/
+0
*
ARM assembly parsing and encoding for BLX (immediate).
Jim Grosbach
2011-07-28
1
-1
/
+3
*
Remove obsolete FIXME reference in comment.
Jim Grosbach
2011-07-28
1
-1
/
+1
*
ARM assembly parsing and encoding for BFC and BFI.
Jim Grosbach
2011-07-28
1
-2
/
+24
*
ARM parsing and encoding for ADR.
Jim Grosbach
2011-07-28
1
-1
/
+13
*
Update ARM tests for parsing and encoding of WFE, WFI and YIELD.
Jim Grosbach
2011-07-28
1
-0
/
+16
*
ARM parsing and encoding tests.
Jim Grosbach
2011-07-28
1
-0
/
+112
*
ARM assembly parsing and encoding for USUB16 and USUB8.
Jim Grosbach
2011-07-27
1
-0
/
+13
*
ARM assembly parsing and encoding for USAX.
Jim Grosbach
2011-07-27
1
-0
/
+11
*
Clean up tabs.
Jim Grosbach
2011-07-27
1
-16
/
+16
*
ARM assembly parsing and encoding support for USAT and USAT16.
Jim Grosbach
2011-07-27
1
-0
/
+26
*
ARM assembly parsing and encoding tests for USAD8 and USADA8.
Jim Grosbach
2011-07-27
1
-0
/
+14
*
ARM assembly parsing and encoding tests for UQSUB16 and UQSUB8.
Jim Grosbach
2011-07-27
1
-0
/
+13
*
Fix comment copy/paste-o.
Jim Grosbach
2011-07-27
1
-1
/
+1
*
ARM assembly parsing and encoding tests for UQASX and UQSAX.
Jim Grosbach
2011-07-27
1
-0
/
+21
*
ARM assembly parsing and encoding tests for UQADD16 and UQADD8.
Jim Grosbach
2011-07-27
1
-0
/
+15
*
ARM assembly parsing and encoding for UMULL.
Jim Grosbach
2011-07-27
1
-0
/
+14
*
ARM assembly parsing and encoding for UMLAL.
Jim Grosbach
2011-07-27
1
-0
/
+13
*
ARM assembly parsing and encoding tests for UMAAL.
Jim Grosbach
2011-07-27
1
-0
/
+11
*
ARM assembly parsing and encoding tests for UHSUB16 and UHSUB8.
Jim Grosbach
2011-07-27
1
-0
/
+12
*
ARM assembly parsing and encoding tests for UHADD16, UHADD8 and UHASX.
Jim Grosbach
2011-07-27
1
-0
/
+26
*
ARM parsing and encoding of SBFX and UBFX.
Jim Grosbach
2011-07-27
1
-0
/
+18
[next]