index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
ARM
/
fnmscs.ll
Age
Commit message (
Expand
)
Author
2013-03-21
Fix Darwin NEON FP and increase coverage
Renato Golin
2013-03-21
Avoid NEON SP-FP unless unsafe-math or Darwin
Renato Golin
2013-01-19
Remove some register allocation order dependencies.
Jakob Stoklund Olesen
2011-05-03
Make the test less likely to fail with minor changes.
Evan Cheng
2011-03-31
Fix ARM tests to be register allocator independent.
Jakob Stoklund Olesen
2011-01-21
Convert -enable-sched-cycles and -enable-sched-hazard to -disable
Andrew Trick
2010-11-12
Add some missing isel predicates on def : pat patterns to avoid generating VF...
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-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-10
Use FileCheck... its good for you...
David Goodwin
2009-08-10
Fix test.
David Goodwin
2009-08-10
Add nounwind keywords.
Dan Gohman
2009-08-07
Make NEON single-precision FP support the default for cortex-a8 (again).
David Goodwin
2009-08-04
Improve tests.
David Goodwin
2009-08-04
Initial support for single-precision FP using NEON. Added "neonfp" attribute ...
David Goodwin