aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/fcopysign.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-1/+1
* Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin2013-07-131-6/+6
* Refactor and check "onlyReadsMemory" before optimizing builtins.Bob Wilson2012-08-031-3/+3
* Move the constant-folding support for FP_ROUND in SelectionDAG from the one-o...Owen Anderson2012-04-101-18/+2
* Make tests less sensitive to scheduling changes.Jakob Stoklund Olesen2012-02-231-3/+3
* Fix a bunch of ARM tests to be register allocation independent.Jakob Stoklund Olesen2011-05-031-1/+1
* Tighten test case a bit.Jakob Stoklund Olesen2011-04-191-1/+2
* Make tests register allocation independent again.Jakob Stoklund Olesen2011-04-191-2/+2
* Fix another fcopysign lowering bug. If src is f64 and destination is f32, don'tEvan Cheng2011-04-151-4/+21
* Fix typo introduced by r126661: "Fix a typo which ..."Jakob Stoklund Olesen2011-02-281-1/+1
* Fix a typo which cause dag combine crash. rdar://9059537.Evan Cheng2011-02-281-0/+14
* More fcopysign correctness and performance fix.Evan Cheng2011-02-231-9/+8
* Fix buggy fcopysign lowering.Evan Cheng2011-02-111-13/+40
* Use Unified Assembly Syntax for the ARM backend.Jim Grosbach2009-11-091-1/+1
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-2/+2
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-151-2/+2
* For PR1319:Reid Spencer2007-04-161-4/+3
* For PR411:Reid Spencer2007-01-301-2/+2
* For PR761:Reid Spencer2007-01-261-5/+5
* fix fcopysign testLauro Ramos Venancio2007-01-251-4/+4
* ARM test cases contributed by Apple.Evan Cheng2007-01-191-17/+15
* For PR1043:Reid Spencer2007-01-131-2/+2
* This test case has been translated to 2.0 assembly so don't runReid Spencer2007-01-051-1/+1
* Add test for FCOPYSIGN.Lauro Ramos Venancio2007-01-041-0/+21