aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/select.ll
AgeCommit message (Expand)Author
2013-01-08Pad Short Functions for Intel AtomPreston Gurd
2013-01-05Revert revision 171524. Original message:Nadav Rotem
2013-01-04The current Intel Atom microarchitecture has a feature whereby when a functionPreston Gurd
2012-10-13X86: Fix accidentally swapped operands.Benjamin Kramer
2012-10-13X86: Promote i8 cmov when both operands are coming from truncates of the same...Benjamin Kramer
2012-07-25Update testing case for Atom when disabling rematerialization inManman Ren
2012-07-25Disable rematerialization in TwoAddressInstructionPass.Manman Ren
2012-05-07X86: optimization for -(x != 0)Manman Ren
2012-05-02Revert r155853Manman Ren
2012-04-30X86: optimization for -(x != 0)Manman Ren
2012-04-30test/CodeGen/X86/select.ll: remove spacesManman Ren
2012-04-16Flip the new block-placement pass to be on by default.Chandler Carruth
2011-04-14As Dan pointed out, movzbl, movsbl, and friends are nicer than their aliasBill Wendling
2011-04-14Have the X86 back-end emit the alias instead of what's being aliased. In mostBill Wendling
2010-12-22X86: Lower a select directly to a setcc_carry if possible.Benjamin Kramer
2010-12-05Teach X86ISelLowering that the second result of X86ISD::UMUL is a flagsChris Lattner
2010-12-05fix the rest of the linux miscompares :)Chris Lattner
2010-12-05generalize the previous check to handle -1 on either side of the Chris Lattner
2010-12-05relax this to handle linux defaulting to -static.Chris Lattner
2010-12-05Improve an integer select optimization in two ways:Chris Lattner
2010-12-05merge some tests into select.ll and make them more specific.Chris Lattner
2010-12-05rename testChris Lattner
2010-12-05remove two tests that aren't really testing anything.Chris Lattner
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2008-04-14Remove -unwind-tables-optional everywhere, sinceDale Johannesen
2008-04-08Rename -disable-required-unwind-tables to -unwind-tables-optional.Dale Johannesen
2008-04-08Add -disable-required-unwind-tables to testsDale Johannesen
2008-03-31Mark functions in some tests as 'nounwind'. GeneratingDale Johannesen
2007-10-08Update test.Evan Cheng
2007-04-16For PR1319:Reid Spencer
2007-01-30For PR411:Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-09-05make this harderChris Lattner
2004-04-01Tests for fp cmov's that I forgot to check in earlierChris Lattner
2004-03-30Test folding comparisons into select instructionsChris Lattner
2004-03-30New testcase for select instructionsChris Lattner