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
/
ldrd.ll
Age
Commit message (
Expand
)
Author
2012-06-08
Don't run RAFast in the optimizing regalloc pipeline.
Jakob Stoklund Olesen
2012-04-27
Implement a bastardized ABI.
Evan Cheng
2012-04-02
Allocate virtual registers in ascending order.
Jakob Stoklund Olesen
2012-01-11
ARM Ld/St Optimizer fix.
Andrew Trick
2011-11-08
Add workaround for Cortex-M3 errata 602117 by replacing ldrd x, y, [x] with l...
Evan Cheng
2011-04-30
Weekly fix of register allocation dependent unit tests.
Jakob Stoklund Olesen
2011-04-01
LDRD/STRD instructions should print both Rt and Rt2 in the asm string.
Jim Grosbach
2011-03-31
Fix ARM tests to be register allocator independent.
Jakob Stoklund Olesen
2010-03-17
Added sub-formats to the NeonI/NeonXI instructions to further refine the NEONFrm
Johnny Chen
2010-03-16
--- Reverse-merging r98637 into '.':
Bob Wilson
2010-03-16
Initial ARM/Thumb disassembler check-in. It consists of a tablgen backend
Johnny Chen
2009-10-16
Enable post-alloc scheduling for all ARM variants except for Thumb1.
Evan Cheng
2009-09-26
Convert test to filecheck.
Evan Cheng
2009-09-09
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2009-06-19
Enable arm pre-allocation load / store multiple optimization pass.
Evan Cheng
2009-06-15
Part 1.
Evan Cheng