aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/sse-minmax.ll
AgeCommit message (Expand)Author
2012-08-19When unsafe math is used, we can use commutative FMAX and FMIN. In some casesNadav Rotem
2012-08-02X86 Peephole: fold loads to the source register operand if possible.Manman Ren
2012-08-02X86 Peephole: fold loads to the source register operand if possible.Manman Ren
2012-07-29Revert r160920 and r160919 due to dragonegg and clang selfhost failureManman Ren
2012-07-28X86 Peephole: fold loads to the source register operand if possible.Manman Ren
2012-07-28X86 Peephole: fold loads to the source register operand if possible.Manman Ren
2012-06-04Remove the "-promote-elements" flag. This flag is now enabled by default.Nadav Rotem
2012-05-17Remove -join-physregs from the test suite.Jakob Stoklund Olesen
2012-04-27Add mcpu to tests to prevent them from using AVX instructions on Sandy Bridge...Craig Topper
2011-11-29Make X86::FsFLD0SS / FsFLD0SD real pseudo-instructions.Jakob Stoklund Olesen
2011-09-17Synthesize x86 max/min instructions also for vectors (i.e. produceDuncan Sands
2011-05-04Prepare remaining tests for -join-physreg going away.Jakob Stoklund Olesen
2010-07-15Split -enable-finite-only-fp-math to two options:Evan Cheng
2010-07-13-enable-unsafe-fp-math should not imply -enable-finite-only-fp-math.Evan Cheng
2010-07-09Fix a few testsJakob Stoklund Olesen
2010-02-24When forming SSE min and max nodes for UGE and ULE comparisons, it'sDan Gohman
2010-02-22Actually enable the -enable-unsafe-fp-math tests.Dan Gohman
2010-02-22Remove the logic for reasoning about NaNs from the code that formsDan Gohman
2009-09-21Recognize SSE min and max opportunities in even more cases.Dan Gohman
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-09-03Recognize more opportunities to use SSE min and max instructions,Dan Gohman