Add a triple to switch.ll test.
[oota-llvm.git] / test / CodeGen / X86 / sse-minmax.ll
2015-01-12 Ahmed Bougacha[X86] Also create+widen FMIN/FMAX nodes for v2f32.
2015-01-12 Ahmed Bougacha[X86] Make SSE min/max testcases more explicit. NFC.
2014-11-05 Craig TopperImprove logic that decides if its profitable to commute...
2013-08-04 Benjamin KramerX86: Turn fp selects into mask operations.
2013-07-18 Stephen LinDisambiguate function names in some CodeGen tests....
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2012-08-19 Nadav RotemWhen unsafe math is used, we can use commutative FMAX...
2012-08-02 Manman RenX86 Peephole: fold loads to the source register operand...
2012-08-02 Manman RenX86 Peephole: fold loads to the source register operand...
2012-07-29 Manman RenRevert r160920 and r160919 due to dragonegg and clang...
2012-07-28 Manman RenX86 Peephole: fold loads to the source register operand...
2012-07-28 Manman RenX86 Peephole: fold loads to the source register operand...
2012-06-04 Nadav RotemRemove the "-promote-elements" flag. This flag is now...
2012-05-17 Jakob Stoklund OlesenRemove -join-physregs from the test suite.
2012-04-27 Craig TopperAdd mcpu to tests to prevent them from using AVX instru...
2011-11-29 Jakob Stoklund OlesenMake X86::FsFLD0SS / FsFLD0SD real pseudo-instructions.
2011-09-17 Duncan SandsSynthesize x86 max/min instructions also for vectors...
2011-05-04 Jakob Stoklund OlesenPrepare remaining tests for -join-physreg going away.
2010-07-15 Evan ChengSplit -enable-finite-only-fp-math to two options:
2010-07-13 Evan Cheng-enable-unsafe-fp-math should not imply -enable-finite...
2010-07-09 Jakob Stoklund OlesenFix a few tests
2010-02-24 Dan GohmanWhen forming SSE min and max nodes for UGE and ULE...
2010-02-22 Dan GohmanActually enable the -enable-unsafe-fp-math tests.
2010-02-22 Dan GohmanRemove the logic for reasoning about NaNs from the...
2009-09-21 Dan GohmanRecognize SSE min and max opportunities in even more...
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-09-03 Dan GohmanRecognize more opportunities to use SSE min and max...