index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
/
AsmParser
/
ARMAsmParser.cpp
Age
Commit message (
Expand
)
Author
2011-08-22
Tighten up ARM reglist validation a bit.
Jim Grosbach
2011-08-19
Thumb parsing and encoding support for NOP.
Jim Grosbach
2011-08-19
Thumb assembly parsing and encoding for NEG.
Jim Grosbach
2011-08-19
Be more lenient on tied operand matching for MUL.
Jim Grosbach
2011-08-19
Thumb assembly parsing and encoding for MUL.
Jim Grosbach
2011-08-19
Thumb assembly parsing and encoding for MOV.
Jim Grosbach
2011-08-19
Thumb assembly parsing and encoding for LSL(immediate).
Jim Grosbach
2011-08-19
Thumb assembly parsing and encoding for LDRH.
Jim Grosbach
2011-08-19
Thumb assembly parsing and encoding for LDRB.
Jim Grosbach
2011-08-19
Thumb assembly parsing and encoding for LDR(immediate) form T2.
Jim Grosbach
2011-08-19
Use helper function to check for low registers.
Jim Grosbach
2011-08-19
Thumb assembly parsing and encoding for LDR(immediate) form T1.
Jim Grosbach
2011-08-18
Thumb assembly parsing and encoding for LDM instruction.
Jim Grosbach
2011-08-18
Add missing 'break'.
Jim Grosbach
2011-08-17
Thumb assembly parsing and encoding for B.
Jim Grosbach
2011-08-17
Thumb assembly parsing and encoding for ASR.
Jim Grosbach
2011-08-17
ARM clean up the imm_sr operand class representation.
Jim Grosbach
2011-08-16
Thumb ADD(immediate) parsing support.
Jim Grosbach
2011-08-16
Thumb parsing diagnostics for low-reg requirements on ADD and MOV.
Jim Grosbach
2011-08-16
Add missing exit for 'case'.
Jim Grosbach
2011-08-16
Thumb assembly parsing and encoding for ADD(register) instruction.
Jim Grosbach
2011-08-16
Move some logic into a helper function and expand the commentary.
Jim Grosbach
2011-08-16
ARM thumb assembly parsing for arithmetic flag setting instructions.
Jim Grosbach
2011-08-15
MCTargetAsmParser target match predicate support.
Jim Grosbach
2011-08-11
ARM vector compare to zero instruction assembly parsing support.
Jim Grosbach
2011-08-11
ARM load shifted register pre-index fix shift value asm parser encoding.
Jim Grosbach
2011-08-11
ARM STRH assembly parsing and encoding.
Jim Grosbach
2011-08-11
ARM STRD assembly parsing and encoding.
Jim Grosbach
2011-08-11
ARM STR(immediate) assembly parsing and encoding.
Jim Grosbach
2011-08-11
ARM push of a single register encodes as pre-indexed STR.
Jim Grosbach
2011-08-11
ARM pop of a single register encodes as post-indexed LDR.
Jim Grosbach
2011-08-10
ARM LDRH(immediate) assembly parsing and encoding support.
Jim Grosbach
2011-08-10
ARM LDRD(register) assembly parsing and encoding.
Jim Grosbach
2011-08-10
Fix typo. Not quite sure how that slipped in there.
Jim Grosbach
2011-08-10
ARM LDRD(immediate) assembly parsing and encoding support.
Jim Grosbach
2011-08-08
ARM load/store label parsing.
Jim Grosbach
2011-08-05
ARM load instruction shifted register index operands.
Jim Grosbach
2011-08-05
ARM indexed load assembly parsing and encoding.
Jim Grosbach
2011-08-05
ARM simplify the postidx_reg operand encoding.
Jim Grosbach
2011-08-04
ARM assembly parsing and encoding for LDR instructions.
Jim Grosbach
2011-08-03
ARM refactoring assembly parsing of memory address operands.
Jim Grosbach
2011-07-29
ARM SRS instruction parsing, diassembly and encoding support.
Jim Grosbach
2011-07-29
ARM assembly parsing and encoding for RFE instruction.
Jim Grosbach
2011-07-28
PLD and PLI are not predicable in ARM mode.
Jim Grosbach
2011-07-28
ARM assembly parsing and encoding for BLX (immediate).
Jim Grosbach
2011-07-28
ARM assembly parsing and encoding for BFC and BFI.
Jim Grosbach
2011-07-28
Revert r136295. It broke nightly testers because some parts of codegen weren...
Owen Anderson
2011-07-27
Refactor and improve the encodings/decodings for addrmode3 loads, and make th...
Owen Anderson
2011-07-27
Emit an error is asm parser parsed X86_64 only registers, e.g. %rax, %sil.
Evan Cheng
2011-07-27
ARM assembly parsing and encoding for UMULL.
Jim Grosbach
[prev]
[next]