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
/
fcopysign.ll
Age
Commit message (
Expand
)
Author
2012-08-03
Refactor and check "onlyReadsMemory" before optimizing builtins.
Bob Wilson
2012-04-10
Move the constant-folding support for FP_ROUND in SelectionDAG from the one-o...
Owen Anderson
2012-02-23
Make tests less sensitive to scheduling changes.
Jakob Stoklund Olesen
2011-05-03
Fix a bunch of ARM tests to be register allocation independent.
Jakob Stoklund Olesen
2011-04-19
Tighten test case a bit.
Jakob Stoklund Olesen
2011-04-19
Make tests register allocation independent again.
Jakob Stoklund Olesen
2011-04-15
Fix another fcopysign lowering bug. If src is f64 and destination is f32, don't
Evan Cheng
2011-02-28
Fix typo introduced by r126661: "Fix a typo which ..."
Jakob Stoklund Olesen
2011-02-28
Fix a typo which cause dag combine crash. rdar://9059537.
Evan Cheng
2011-02-23
More fcopysign correctness and performance fix.
Evan Cheng
2011-02-11
Fix buggy fcopysign lowering.
Evan Cheng
2009-11-09
Use Unified Assembly Syntax for the ARM backend.
Jim Grosbach
2009-09-09
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2007-08-15
Convert tests using "| wc -l | grep ..." to use the count script.
Dan Gohman
2007-04-16
For PR1319:
Reid Spencer
2007-01-30
For PR411:
Reid Spencer
2007-01-26
For PR761:
Reid Spencer
2007-01-25
fix fcopysign test
Lauro Ramos Venancio
2007-01-19
ARM test cases contributed by Apple.
Evan Cheng
2007-01-13
For PR1043:
Reid Spencer
2007-01-05
This test case has been translated to 2.0 assembly so don't run
Reid Spencer
2007-01-04
Add test for FCOPYSIGN.
Lauro Ramos Venancio