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-11-15
ARM assembly parsing for two-operand form of 'mul' instruction.
Jim Grosbach
2011-11-15
ARM assembly parsing for two-operand form of 'mul' instruction.
Jim Grosbach
2011-11-15
Thumb2 two-operand 'mul' instruction wide encoding parsing.
Jim Grosbach
2011-11-15
Fix an ambiguous decoding where we failed to properly decode VMOVv2f32 and VM...
Owen Anderson
2011-11-15
Thumb2 assembly parsing for mul.w in IT block fix.
Jim Grosbach
2011-11-15
ARM parsing datatype suffix variants for register-writeback VLD1/VST1 instruc...
Jim Grosbach
2011-11-15
Fix typo in comment.
Jay Foad
2011-11-15
Make use of MachinePointerInfo::getFixedStack. This removes all mention
Jay Foad
2011-11-15
Remove some unnecessary includes of PseudoSourceValue.h.
Jay Foad
2011-11-15
Add vmov.f32 to materialize f32 immediate splats which cannot be handled by
Evan Cheng
2011-11-15
ARM parsing datatype suffix variants for fixed-writeback VLD1/VST1 instructions.
Jim Grosbach
2011-11-14
ARM parsing datatype suffix variants for non-writeback VST1 instructions.
Jim Grosbach
2011-11-14
ARM parsing datatype suffix variants for non-writeback VLD1 instructions.
Jim Grosbach
2011-11-14
Add explanatory comment.
Jim Grosbach
2011-11-14
Split out the plain '.{8|16|32|64}' suffix handling.
Jim Grosbach
2011-11-14
ARM parsing optional datatype suffix for VAND/VEOR/VORR instructions.
Jim Grosbach
2011-11-14
Supporting inline memmove isn't going to be worthwhile. The only way to avoid
Chad Rosier
2011-11-14
ARM VLDR/VSTR instructions don't need a size suffix.
Jim Grosbach
2011-11-14
Add support for inlining small memcpys.
Chad Rosier
2011-11-14
Fix a performance regression from r144565. Positive offsets were being lowered
Chad Rosier
2011-11-14
ARM assembly parsing type suffix options for VLDR/VSTR.
Jim Grosbach
2011-11-14
Add support for Thumb load/stores with negative offsets.
Chad Rosier
2011-11-14
Tidy up. 80 column.
Jim Grosbach
2011-11-14
Add support for ARM halfword load/stores and signed byte loads with negative
Chad Rosier
2011-11-13
The order in which the predicate is added differs between Thumb and ARM mode....
Chad Rosier
2011-11-13
Temporarily disable SelectIntrinsicCall when in ARM mode. This is causing fai...
Chad Rosier
2011-11-13
Fix comments.
Chad Rosier
2011-11-13
Add support for emitting both signed- and zero-extend loads. Fix
Chad Rosier
2011-11-12
build: Attempt to rectify inconsistencies between CMake and LLVMBuild version...
Daniel Dunbar
2011-11-12
ARM refactor simple immediate asm operand render methods.
Jim Grosbach
2011-11-12
Re-apply 144430, this time with the associated isel and disassmbler bits.
Jim Grosbach
2011-11-11
Oops. Missed the isel half of this. revert while I sort that out.
Jim Grosbach
2011-11-11
ARM assembly parsing for VST1 two-register encoding.
Jim Grosbach
2011-11-11
ARM optional size suffix for VLDR/VSTR syntax.
Jim Grosbach
2011-11-11
Add support in fast-isel for selecting memset/memcpy/memmove intrinsics.
Chad Rosier
2011-11-11
ARM vldm and vstm VFP instructions can take a data type suffix.
Jim Grosbach
2011-11-11
Nuke no longer accurate comment.
Jim Grosbach
2011-11-11
Preserve MachineMemOperands in ARMLoadStoreOptimizer.
Andrew Trick
2011-11-11
ARM allow Q registers in vldm/vstm register lists.
Jim Grosbach
2011-11-11
Remove the unnecessary dependency on libARMCodeGen from libARMDisassembler.
Benjamin Kramer
2011-11-11
Rename variables to avoid confusion. No functionallity change intended.
Chad Rosier
2011-11-11
Add support for using immediates with select instructions.
Chad Rosier
2011-11-11
Make sure to expand SIGN_EXTEND_INREG for NEON vectors. PR11319, round 3.
Eli Friedman
2011-11-11
When loading a value, treat an i1 as an i8.
Chad Rosier
2011-11-11
Add support for using MVN to materialize negative constants.
Chad Rosier
2011-11-11
LLVMBuild: Add explicit information on whether targets define an assembly pri...
Daniel Dunbar
2011-11-10
Thumb2 ldm/stm updating w/ one register in the list are LDR/STR.
Jim Grosbach
2011-11-10
ARM let processInstruction() tranforms chain.
Jim Grosbach
2011-11-10
Thumb2 parsing for push/pop w/ hi registers in the reglist.
Jim Grosbach
2011-11-10
Thumb1 diagnostics for reglist on PUSH/POP fix.
Jim Grosbach
[prev]
[next]