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
/
X86
/
fabs.ll
Age
Commit message (
Expand
)
Author
2012-08-08
Add test triples to fix win32 failures. Revert workaround from r161292.
Bob Wilson
2012-08-03
Refactor and check "onlyReadsMemory" before optimizing builtins.
Bob Wilson
2012-08-03
Fall back to selection DAG isel for calls to builtin functions.
Bob Wilson
2012-07-03
test/CodeGen/X86/fabs.ll: FileCheck-ize.
NAKAMURA Takumi
2010-07-15
Split -enable-finite-only-fp-math to two options:
Evan Cheng
2010-07-13
-enable-unsafe-fp-math should not imply -enable-finite-only-fp-math.
Evan Cheng
2009-09-11
Convert more tests to avoid llvm-as.
Dan Gohman
2009-09-08
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2009-06-04
Split the Add, Sub, and Mul instruction opcodes into separate
Dan Gohman
2007-09-26
Modernize fabs.ll, add long double. Add tests
Dale Johannesen
2007-09-23
Implementation of +sse -sse2 has changed; add
Dale Johannesen
2007-08-15
Convert tests using "| wc -l | grep ..." to use the count script.
Dan Gohman
2007-04-15
For PR1319: Upgrade to new test harness.
Reid Spencer
2006-12-02
Use the llvm-upgrade program to upgrade llvm assembly.
Reid Spencer
2006-11-16
New test case.
Evan Cheng
2006-08-29
This is also a 32-bit only test. x86-64 would pass fp parameters through XMM ...
Evan Cheng
2006-05-24
One of these xforms is only safe with unsafe math enabled.
Chris Lattner
2006-03-15
Also requires -mattr=-sse3
Evan Cheng
2006-01-27
These are fp stack test cases.
Evan Cheng
2005-08-19
remove dead flags
Chris Lattner
2005-04-16
Update dejagnu tests to use the new pattern isel flag
Nate Begeman
2005-04-09
make this test more interesting
Chris Lattner
2005-04-02
don't forget to use the right code generator :)
Chris Lattner
2005-04-02
new testcase
Chris Lattner