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
/
lib
/
Target
/
ARM
/
AsmParser
/
ARMAsmParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
invalid-LDR_PRE-arm.txt was already passing, but for the wrong reasons. We w...
Owen Anderson
2011-08-26
1
-0
/
+19
*
Explicitly disallow predication in Thumb1 assembly.
Jim Grosbach
2011-08-25
1
-0
/
+6
*
Thumb .n mnemonic qualifiers can be ignored for now.
Jim Grosbach
2011-08-24
1
-1
/
+5
*
Thumb parsing and encoding for SUB (SP minu immediate).
Jim Grosbach
2011-08-24
1
-3
/
+7
*
Thumb parsing and encoding support for ADD SP instructions.
Jim Grosbach
2011-08-24
1
-0
/
+47
*
Add missing explicit writeback operand to tSTMIA_UPD.
Jim Grosbach
2011-08-24
1
-1
/
+1
*
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-08-24
1
-1
/
+1
*
Some refactoring so TargetRegistry.h no longer has to include any files
Evan Cheng
2011-08-23
1
-0
/
+1
*
Thumb parsing and encoding for STM.
Jim Grosbach
2011-08-23
1
-0
/
+7
*
Factor low reg checking into a helper function.
Jim Grosbach
2011-08-23
1
-26
/
+32
*
Thumb parsing and encoding for SBC.
Jim Grosbach
2011-08-22
1
-1
/
+2
*
Thumb parsing and encoding for RSB.
Jim Grosbach
2011-08-22
1
-0
/
+13
*
Improve error checking for tPUSH and tPOP register lists.
Jim Grosbach
2011-08-22
1
-0
/
+20
*
Thumb assemmbly parsing diagnostic improvements for LDM.
Jim Grosbach
2011-08-22
1
-4
/
+10
*
Tighten up ARM reglist validation a bit.
Jim Grosbach
2011-08-22
1
-11
/
+6
*
Thumb parsing and encoding support for NOP.
Jim Grosbach
2011-08-19
1
-0
/
+1
*
Thumb assembly parsing and encoding for NEG.
Jim Grosbach
2011-08-19
1
-1
/
+1
*
Be more lenient on tied operand matching for MUL.
Jim Grosbach
2011-08-19
1
-4
/
+11
*
Thumb assembly parsing and encoding for MUL.
Jim Grosbach
2011-08-19
1
-1
/
+27
*
Thumb assembly parsing and encoding for MOV.
Jim Grosbach
2011-08-19
1
-1
/
+1
*
Thumb assembly parsing and encoding for LSL(immediate).
Jim Grosbach
2011-08-19
1
-1
/
+1
*
Thumb assembly parsing and encoding for LDRH.
Jim Grosbach
2011-08-19
1
-0
/
+16
*
Thumb assembly parsing and encoding for LDRB.
Jim Grosbach
2011-08-19
1
-0
/
+16
*
Thumb assembly parsing and encoding for LDR(immediate) form T2.
Jim Grosbach
2011-08-19
1
-1
/
+16
*
Use helper function to check for low registers.
Jim Grosbach
2011-08-19
1
-1
/
+1
*
Thumb assembly parsing and encoding for LDR(immediate) form T1.
Jim Grosbach
2011-08-19
1
-1
/
+18
*
Thumb assembly parsing and encoding for LDM instruction.
Jim Grosbach
2011-08-18
1
-0
/
+23
*
Add missing 'break'.
Jim Grosbach
2011-08-18
1
-0
/
+1
*
Thumb assembly parsing and encoding for B.
Jim Grosbach
2011-08-17
1
-0
/
+4
*
Thumb assembly parsing and encoding for ASR.
Jim Grosbach
2011-08-17
1
-1
/
+1
*
ARM clean up the imm_sr operand class representation.
Jim Grosbach
2011-08-17
1
-0
/
+17
*
Thumb ADD(immediate) parsing support.
Jim Grosbach
2011-08-16
1
-0
/
+5
*
Thumb parsing diagnostics for low-reg requirements on ADD and MOV.
Jim Grosbach
2011-08-16
1
-2
/
+25
*
Add missing exit for 'case'.
Jim Grosbach
2011-08-16
1
-0
/
+1
*
Thumb assembly parsing and encoding for ADD(register) instruction.
Jim Grosbach
2011-08-16
1
-0
/
+9
*
Move some logic into a helper function and expand the commentary.
Jim Grosbach
2011-08-16
1
-13
/
+28
*
ARM thumb assembly parsing for arithmetic flag setting instructions.
Jim Grosbach
2011-08-16
1
-1
/
+50
*
MCTargetAsmParser target match predicate support.
Jim Grosbach
2011-08-15
1
-1
/
+2
*
ARM vector compare to zero instruction assembly parsing support.
Jim Grosbach
2011-08-11
1
-0
/
+15
*
ARM load shifted register pre-index fix shift value asm parser encoding.
Jim Grosbach
2011-08-11
1
-1
/
+1
*
ARM STRH assembly parsing and encoding.
Jim Grosbach
2011-08-11
1
-0
/
+16
*
ARM STRD assembly parsing and encoding.
Jim Grosbach
2011-08-11
1
-2
/
+30
*
ARM STR(immediate) assembly parsing and encoding.
Jim Grosbach
2011-08-11
1
-1
/
+19
*
ARM push of a single register encodes as pre-indexed STR.
Jim Grosbach
2011-08-11
1
-0
/
+16
*
ARM pop of a single register encodes as post-indexed LDR.
Jim Grosbach
2011-08-11
1
-0
/
+30
*
ARM LDRH(immediate) assembly parsing and encoding support.
Jim Grosbach
2011-08-10
1
-0
/
+17
*
ARM LDRD(register) assembly parsing and encoding.
Jim Grosbach
2011-08-10
1
-2
/
+75
*
Fix typo. Not quite sure how that slipped in there.
Jim Grosbach
2011-08-10
1
-3
/
+3
*
ARM LDRD(immediate) assembly parsing and encoding support.
Jim Grosbach
2011-08-10
1
-0
/
+89
*
ARM load/store label parsing.
Jim Grosbach
2011-08-08
1
-0
/
+14
[next]