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
Age
Commit message (
Expand
)
Author
2011-08-17
80 columns.
Jim Grosbach
2011-08-17
Tidy up.
Jim Grosbach
2011-08-17
Be more careful in the Thumb decoder hooks to avoid walking off the end of th...
Owen Anderson
2011-08-17
Allow the MCDisassembler to return a "soft fail" status code, indicating an i...
Owen Anderson
2011-08-16
Thumb ADD(immediate) parsing support.
Jim Grosbach
2011-08-16
Separate out Thumb1 instructions that need an S bit operand from those that d...
Owen Anderson
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-16
ARM .align NOP padding uses different encoding pre-ARMv6.
Jim Grosbach
2011-08-15
Specify a necessary fixed bit for VLD3DUP, and otherwise rearrange the Thumb2...
Owen Anderson
2011-08-15
MCTargetAsmParser target match predicate support.
Jim Grosbach
2011-08-15
Enforce the constraint that Rt must be even on LDRD/STRD instructions in ARM ...
Owen Anderson
2011-08-15
Remove dead classes.
Owen Anderson
2011-08-15
Fix incorrect encoding of UMAAL and friends. Patch by James Molloy.
Owen Anderson
2011-08-15
Fix decoding LDRSB and LDRSH in Thumb1 mode. Patch by James Molloy.
Owen Anderson
2011-08-15
Fix problems decoding the to/from-lane NEON memory instructions, and add a co...
Owen Anderson
2011-08-15
Update comment to reflect MC target machine refactor.
Jim Grosbach
2011-08-13
Expand VMOVQQQQ pseudo instructions.
Bob Wilson
2011-08-12
ARM STR_POST_IMM offset encoding fix in load/store optimizer.
Jim Grosbach
2011-08-12
ARM expansion of pre-indexed store pseudos should maintain memoperands.
Jim Grosbach
2011-08-12
Fix some remaining issues with decoding ARM-mode memory instructions, and add...
Owen Anderson
2011-08-12
Fix decoding of ARM-mode STRH.
Owen Anderson
2011-08-12
Specify fixed bit in the LDRBT encoding, which allows us to distinguish it fr...
Owen Anderson
2011-08-12
Fix decoding of pre-indexed stores.
Owen Anderson
2011-08-12
Separate decoding for STREXD and LDREXD to make each work better.
Owen Anderson
2011-08-12
Silence a bunch (but not all) "variable written but not read" warnings
Duncan Sands
2011-08-11
ARM vector compare to zero instruction assembly parsing support.
Jim Grosbach
2011-08-11
Remove no-longer-true comments. These are for the assembler, also.
Jim Grosbach
2011-08-11
ARM STRT assembly parsing and encoding.
Jim Grosbach
2011-08-11
Make the USAT16 operand decoder auto-generate-able.
Owen Anderson
2011-08-11
Add another accidentally omitted predicate operand.
Owen Anderson
2011-08-11
Add missing predicate operand on SMLA and friends.
Owen Anderson
2011-08-11
ARM load shifted register pre-index fix shift value asm parser encoding.
Jim Grosbach
2011-08-11
Handle new register classes in Thumb2 mode. Should fix the ARM buildbots.
Owen Anderson
2011-08-11
Making SEL decodings auto-generate-able.
Owen Anderson
2011-08-11
Tidy up comment.
Jim Grosbach
2011-08-11
Fix decoding support for STREXD and LDREXD.
Owen Anderson
2011-08-11
ARM STRH assembly parsing and encoding.
Jim Grosbach
2011-08-11
Fix decoding for indexed STRB and LDRB. Fixes <rdar://problem/9926161>.
Owen Anderson
2011-08-11
Tidy up. Remove unused template parameter.
Jim Grosbach
2011-08-11
Improve operand validation for Thumb2 addressing modes.
Owen Anderson
2011-08-11
ARM STRD assembly parsing and encoding.
Jim Grosbach
2011-08-11
Continue to tighten decoding by performing more operand validation.
Owen Anderson
2011-08-11
Tidy up.
Jim Grosbach
2011-08-11
ARM STRBT assembly parsing and encoding.
Jim Grosbach
2011-08-11
ARM STR(immediate) assembly parsing and encoding.
Jim Grosbach
2011-08-11
Tighten decoding of addrmode2 instructions to reject more UNPREDICTABLE cases.
Owen Anderson
[prev]
[next]