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-11-01
ARM label operands can have an optional '#' before them.
Jim Grosbach
2011-11-01
ARM VLD/VST assembly parsing for symbolic address operands.
Jim Grosbach
2011-10-31
ARM VST1 w/ writeback assembly parsing and encoding.
Jim Grosbach
2011-10-28
ARM mode 'mov' to 'mvn' assembler alias.
Jim Grosbach
2011-10-28
Add Thumb2 alias for "mov Rd, #imm" to "mvn Rd, #~imm".
Jim Grosbach
2011-10-28
ARM Allow 'q' registers in VLD/VST vector lists.
Jim Grosbach
2011-10-26
Thumb2 ldr pc-relative encoding fixes.
Jim Grosbach
2011-10-26
ARM parse parenthesized expressions for label references.
Jim Grosbach
2011-10-24
ARM assembly parsing and encoding for VLD1 w/ writeback.
Jim Grosbach
2011-10-22
Move various generated tables into read-only memory, fixing up const correctn...
Benjamin Kramer
2011-10-21
Assembly parsing for 2-register sequential variant of VLD2.
Jim Grosbach
2011-10-21
Assembly parsing for 4-register variant of VLD1.
Jim Grosbach
2011-10-21
Assembly parsing for 3-register variant of VLD1.
Jim Grosbach
2011-10-21
ARM VLD parsing and encoding.
Jim Grosbach
2011-10-21
Don't automatically set the "fc" bits on MSR instructions if the user didn't ...
Owen Anderson
2011-10-21
Nuke an #if0 that got accidentally left in.
Jim Grosbach
2011-10-18
ARM VTBL (one register) assembly parsing and encoding.
Jim Grosbach
2011-10-18
ARM assembly parsing and encoding for VMOV.i64.
Jim Grosbach
2011-10-18
ARM assembly parsing and encoding for VMOV/VMVN/VORR/VBIC.i32.
Jim Grosbach
2011-10-17
ARM assembly parsing and encoding for VMOV/VMVN/VORR/VBIC.i16.
Jim Grosbach
2011-10-17
Tidy up.
Jim Grosbach
2011-10-17
ARM NEON "vmov.i8" immediate assembly parsing and encoding.
Jim Grosbach
2011-10-17
Removed set, but unused variables.
Chad Rosier
2011-10-12
Thumb2 assembly parsing and encoding for LDC/STC.
Jim Grosbach
2011-10-12
ARM parsing and encoding for the <option> form of LDC/STC instructions.
Jim Grosbach
2011-10-11
ARM assembly parsing and encoding for LDC{2}{L}/STC{2}{L} instructions.
Jim Grosbach
2011-10-11
ARM parse alignment specifier for NEON load/store instructions.
Jim Grosbach
2011-10-11
ARM Rename operand sub-structure 'Mem' to 'Memory' for a bit more clarity.
Jim Grosbach
2011-10-10
Simplify operand Kind checks a bit.
Jim Grosbach
2011-10-07
ARM NEON assembly parsing and encoding for VDUP(scalar).
Jim Grosbach
2011-10-07
ARM prefix asmparser operand kind enums for readability.
Jim Grosbach
2011-10-07
Improve ARM assembly parser diagnostic for unexpected tokens.
Jim Grosbach
2011-10-05
Support a valid, but not very useful, encoding of CPSIE where none of the AIF...
Owen Anderson
2011-10-03
ARM assembly parsing and encoding for VMOV immediate.
Jim Grosbach
2011-10-03
ARM parsing/encoding for VCMP/VCMPE.
Jim Grosbach
2011-10-03
ARM assembly parsing and encoding for VMRS/FMSTAT.
Jim Grosbach
2011-09-28
Check in a patch that has already been code reviewed by Owen that I'd forgott...
James Molloy
2011-09-26
ASR #32 is not allowed on Thumb2 USAT and SSAT instructions.
Owen Anderson
2011-09-23
Teach the Thumb2 AsmParser to accept pre-indexed loads/stores with an offset ...
Owen Anderson
2011-09-20
Thumb2 assembly parsing and encoding for UXTAB/UXTAB16/UXTH/UXTB/UXTB16/UXTH.
Jim Grosbach
2011-09-19
Thumb2 assembly parsing and encoding for UMAAL/UMLAL/UMULL.
Jim Grosbach
2011-09-19
Thumb2 assembly parsing and encoding for TBB/TBH.
Jim Grosbach
2011-09-19
Thumb2 assembly parsing and encoding for SXTB/SXTB16/SXTH.
Jim Grosbach
2011-09-19
ARM asm parsing should handle pre-indexed writeback w/o immediate.
Jim Grosbach
2011-09-16
Thumb2 assembly parsing and encoding for SUB(immediate).
Jim Grosbach
2011-09-16
Thumb2 assembly parsing and encoding for STR.
Jim Grosbach
2011-09-16
Thumb2 assembly parsing and encoding for STMIA.
Jim Grosbach
2011-09-16
Thumb2 assembly parsing and encoding for SMMULL.
Jim Grosbach
2011-09-16
Kill some dead code.
Jim Grosbach
2011-09-16
Tidy up a bit.
Jim Grosbach
[prev]
[next]