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
/
fmscs.ll
Age
Commit message (
Expand
)
Author
2010-11-12
Add some missing isel predicates on def : pat patterns to avoid generating VF...
Evan Cheng
2010-10-28
Re-commit 117518 and 117519 now that ARM MC test failures are out of the way.
Evan Cheng
2010-10-28
Revert 117518 and 117519 for now. They changed scheduling and cause MC tests ...
Evan Cheng
2010-10-28
- Assign load / store with shifter op address modes the right itinerary classes.
Evan Cheng
2010-10-21
putback r116983 and fix simple-fp-encoding.ll tests
Andrew Trick
2010-10-21
Revert r116983, which is breaking all the buildbots.
Owen Anderson
2010-10-21
Add missing scheduling itineraries for transfers between core registers and V...
Evan Cheng
2010-05-21
Change ARM scheduling default to list-hybrid if the target supports floating ...
Evan Cheng
2010-03-25
switch the flag for using NEON for SP floating point to a subtarget 'feature'.
Jim Grosbach
2009-11-22
Convert ARM tests to FileCheck for PR5307.
Edward O'Callaghan
2009-11-09
Use Unified Assembly Syntax for the ARM backend.
Jim Grosbach
2009-10-01
Remove neonfp attribute and instead set default based on CPU string. Add -arm...
David Goodwin
2009-09-09
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2009-08-07
Make NEON single-precision FP support the default for cortex-a8 (again).
David Goodwin
2009-08-04
Initial support for single-precision FP using NEON. Added "neonfp" attribute ...
David Goodwin