aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/select.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-6/+6
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-0/+44
* Enable MI Sched for x86.Andrew Trick2013-10-151-5/+5
* Allocate local registers in order for optimal coloring.Andrew Trick2013-07-251-2/+2
* Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin2013-07-131-42/+42
* Revert "Temporarily enable MI-Sched on X86."Andrew Trick2013-06-251-1/+1
* Temporarily enable MI-Sched on X86.Andrew Trick2013-06-241-1/+1
* Pad Short Functions for Intel AtomPreston Gurd2013-01-081-2/+2
* Revert revision 171524. Original message:Nadav Rotem2013-01-051-2/+2
* The current Intel Atom microarchitecture has a feature whereby when a functionPreston Gurd2013-01-041-2/+2
* X86: Fix accidentally swapped operands.Benjamin Kramer2012-10-131-4/+4
* X86: Promote i8 cmov when both operands are coming from truncates of the same...Benjamin Kramer2012-10-131-0/+13
* Update testing case for Atom when disabling rematerialization inManman Ren2012-07-251-1/+97
* Disable rematerialization in TwoAddressInstructionPass.Manman Ren2012-07-251-1/+1
* X86: optimization for -(x != 0)Manman Ren2012-05-071-0/+30
* Revert r155853Manman Ren2012-05-021-21/+0
* X86: optimization for -(x != 0)Manman Ren2012-04-301-0/+21
* test/CodeGen/X86/select.ll: remove spacesManman Ren2012-04-301-1/+1
* Flip the new block-placement pass to be on by default.Chandler Carruth2012-04-161-2/+2
* As Dan pointed out, movzbl, movsbl, and friends are nicer than their aliasBill Wendling2011-04-141-1/+1
* Have the X86 back-end emit the alias instead of what's being aliased. In mostBill Wendling2011-04-141-1/+1
* 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