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
/
test
/
CodeGen
/
ARM
/
inlineasm3.ll
Age
Commit message (
Expand
)
Author
2011-07-29
Add support for the 'Q' constraint.
Eric Christopher
2011-07-01
Add support for the 'j' immediate constraint. This is conditionalized on
Eric Christopher
2011-07-01
Add support for the ARM 't' register constraint. And another testcase
Eric Christopher
2011-07-01
Add support for the 'x' constraint.
Eric Christopher
2011-06-03
Another possible bug. Stopgap until we can autogenerate tables and
Eric Christopher
2011-06-03
Fix an off by one error.
Eric Christopher
2011-06-03
Make the Uv constraint a memory operand. This doesn't solve the
Eric Christopher
2011-06-01
Allow bitcasts between valid types of the same size and vector
Eric Christopher
2011-04-19
Make tests register allocation independent again.
Jakob Stoklund Olesen
2010-10-08
Change register allocation order for ARM VFP and NEON registers to put the
Bob Wilson
2010-06-17
Remove arm_apcscc from the test files. It is the default and doing this
Rafael Espindola
2009-12-18
Handle ARM inline asm "w" constraints with 64-bit ("d") registers.
Bob Wilson
2009-12-08
- Support inline asm 'w' constraint for 128-bit vector types.
Evan Cheng