summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/sse-minmax.ll
Commit message (Expand)AuthorAge
* X86: Turn fp selects into mask operations.Benjamin Kramer2013-08-04
* Disambiguate function names in some CodeGen tests. (Some tests were using fun...Stephen Lin2013-07-18
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-14
* When unsafe math is used, we can use commutative FMAX and FMIN. In some casesNadav Rotem2012-08-19
* X86 Peephole: fold loads to the source register operand if possible.Manman Ren2012-08-02
* X86 Peephole: fold loads to the source register operand if possible.Manman Ren2012-08-02
* Revert r160920 and r160919 due to dragonegg and clang selfhost failureManman Ren2012-07-29
* X86 Peephole: fold loads to the source register operand if possible.Manman Ren2012-07-28
* X86 Peephole: fold loads to the source register operand if possible.Manman Ren2012-07-28
* Remove the "-promote-elements" flag. This flag is now enabled by default.Nadav Rotem2012-06-04
* Remove -join-physregs from the test suite.Jakob Stoklund Olesen2012-05-17
* Add mcpu to tests to prevent them from using AVX instructions on Sandy Bridge...Craig Topper2012-04-27
* Make X86::FsFLD0SS / FsFLD0SD real pseudo-instructions.Jakob Stoklund Olesen2011-11-29
* Synthesize x86 max/min instructions also for vectors (i.e. produceDuncan Sands2011-09-17
* Prepare remaining tests for -join-physreg going away.Jakob Stoklund Olesen2011-05-04
* Split -enable-finite-only-fp-math to two options:Evan Cheng2010-07-15
* -enable-unsafe-fp-math should not imply -enable-finite-only-fp-math.Evan Cheng2010-07-13
* Fix a few testsJakob Stoklund Olesen2010-07-09
* When forming SSE min and max nodes for UGE and ULE comparisons, it'sDan Gohman2010-02-24
* Actually enable the -enable-unsafe-fp-math tests.Dan Gohman2010-02-22
* Remove the logic for reasoning about NaNs from the code that formsDan Gohman2010-02-22
* Recognize SSE min and max opportunities in even more cases.Dan Gohman2009-09-21
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-08
* Recognize more opportunities to use SSE min and max instructions,Dan Gohman2009-09-03