summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/select.ll
Commit message (Expand)AuthorAge
* Enable MI Sched for x86.Andrew Trick2013-10-15
* Allocate local registers in order for optimal coloring.Andrew Trick2013-07-25
* Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin2013-07-13
* Revert "Temporarily enable MI-Sched on X86."Andrew Trick2013-06-25
* Temporarily enable MI-Sched on X86.Andrew Trick2013-06-24
* Pad Short Functions for Intel AtomPreston Gurd2013-01-08
* Revert revision 171524. Original message:Nadav Rotem2013-01-05
* The current Intel Atom microarchitecture has a feature whereby when a functionPreston Gurd2013-01-04
* X86: Fix accidentally swapped operands.Benjamin Kramer2012-10-13
* X86: Promote i8 cmov when both operands are coming from truncates of the same...Benjamin Kramer2012-10-13
* Update testing case for Atom when disabling rematerialization inManman Ren2012-07-25
* Disable rematerialization in TwoAddressInstructionPass.Manman Ren2012-07-25
* X86: optimization for -(x != 0)Manman Ren2012-05-07
* Revert r155853Manman Ren2012-05-02
* X86: optimization for -(x != 0)Manman Ren2012-04-30
* test/CodeGen/X86/select.ll: remove spacesManman Ren2012-04-30
* Flip the new block-placement pass to be on by default.Chandler Carruth2012-04-16
* As Dan pointed out, movzbl, movsbl, and friends are nicer than their aliasBill Wendling2011-04-14
* Have the X86 back-end emit the alias instead of what's being aliased. In mostBill Wendling2011-04-14
* X86: Lower a select directly to a setcc_carry if possible.Benjamin Kramer2010-12-22
* Teach X86ISelLowering that the second result of X86ISD::UMUL is a flagsChris Lattner2010-12-05
* fix the rest of the linux miscompares :)Chris Lattner2010-12-05
* generalize the previous check to handle -1 on either side of the Chris Lattner2010-12-05
* relax this to handle linux defaulting to -static.Chris Lattner2010-12-05
* Improve an integer select optimization in two ways:Chris Lattner2010-12-05
* merge some tests into select.ll and make them more specific.Chris Lattner2010-12-05
* rename testChris Lattner2010-12-05
* remove two tests that aren't really testing anything.Chris Lattner2010-12-05
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-08
* Remove -unwind-tables-optional everywhere, sinceDale Johannesen2008-04-14
* Rename -disable-required-unwind-tables to -unwind-tables-optional.Dale Johannesen2008-04-08
* Add -disable-required-unwind-tables to testsDale Johannesen2008-04-08
* Mark functions in some tests as 'nounwind'. GeneratingDale Johannesen2008-03-31
* Update test.Evan Cheng2007-10-08
* For PR1319:Reid Spencer2007-04-16
* For PR411:Reid Spencer2007-01-30
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* make this harderChris Lattner2006-09-05
* Tests for fp cmov's that I forgot to check in earlierChris Lattner2004-04-01
* Test folding comparisons into select instructionsChris Lattner2004-03-30
* New testcase for select instructionsChris Lattner2004-03-30