aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/select.ll
Commit message (Expand)AuthorAgeFilesLines
* X86: Lower a select directly to a setcc_carry if possible.Benjamin Kramer2010-12-221-2/+19
* Teach X86ISelLowering that the second result of X86ISD::UMUL is a flagsChris Lattner2010-12-051-0/+22
* fix the rest of the linux miscompares :)Chris Lattner2010-12-051-1/+1
* generalize the previous check to handle -1 on either side of the Chris Lattner2010-12-051-0/+24
* relax this to handle linux defaulting to -static.Chris Lattner2010-12-051-1/+1
* Improve an integer select optimization in two ways:Chris Lattner2010-12-051-0/+58
* merge some tests into select.ll and make them more specific.Chris Lattner2010-12-051-4/+88
* rename testChris Lattner2010-12-051-0/+15
* remove two tests that aren't really testing anything.Chris Lattner2010-12-051-63/+0
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-3/+3
* Remove -unwind-tables-optional everywhere, sinceDale Johannesen2008-04-141-3/+3
* Rename -disable-required-unwind-tables to -unwind-tables-optional.Dale Johannesen2008-04-081-3/+3
* Add -disable-required-unwind-tables to testsDale Johannesen2008-04-081-3/+3
* Mark functions in some tests as 'nounwind'. GeneratingDale Johannesen2008-03-311-11/+11
* Update test.Evan Cheng2007-10-081-41/+40
* For PR1319:Reid Spencer2007-04-161-1/+1
* For PR411:Reid Spencer2007-01-301-1/+1
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-021-2/+2
* make this harderChris Lattner2006-09-051-1/+2
* Tests for fp cmov's that I forgot to check in earlierChris Lattner2004-04-011-0/+13
* Test folding comparisons into select instructionsChris Lattner2004-03-301-0/+18
* New testcase for select instructionsChris Lattner2004-03-301-0/+32