1. d60cb11 When unsafe math is used, we can use commutative FMAX and FMIN. In some cases by Nadav Rotem · 12 years ago
  2. 127eea8 X86 Peephole: fold loads to the source register operand if possible. by Manman Ren · 12 years ago
  3. d7d003c X86 Peephole: fold loads to the source register operand if possible. by Manman Ren · 12 years ago
  4. e8b4a4a Revert r160920 and r160919 due to dragonegg and clang selfhost failure by Manman Ren · 12 years ago
  5. 14148c4 X86 Peephole: fold loads to the source register operand if possible. by Manman Ren · 12 years ago
  6. 0eb3ede X86 Peephole: fold loads to the source register operand if possible. by Manman Ren · 12 years ago
  7. fcb2c3c Remove the "-promote-elements" flag. This flag is now enabled by default. by Nadav Rotem · 12 years ago
  8. ed18a3e Remove -join-physregs from the test suite. by Jakob Stoklund Olesen · 12 years ago
  9. 76c5897 Add mcpu to tests to prevent them from using AVX instructions on Sandy Bridge after r155618. by Craig Topper · 13 years ago
  10. 0edd83b Make X86::FsFLD0SS / FsFLD0SD real pseudo-instructions. by Jakob Stoklund Olesen · 13 years ago
  11. 6bcd219 Synthesize x86 max/min instructions also for vectors (i.e. produce by Duncan Sands · 13 years ago
  12. 49b2803 Prepare remaining tests for -join-physreg going away. by Jakob Stoklund Olesen · 14 years ago
  13. 60108e9 Split -enable-finite-only-fp-math to two options: by Evan Cheng · 14 years ago
  14. ea4cdb7 -enable-unsafe-fp-math should not imply -enable-finite-only-fp-math. by Evan Cheng · 14 years ago
  15. 9c50e8b Fix a few tests by Jakob Stoklund Olesen · 14 years ago
  16. e832693 When forming SSE min and max nodes for UGE and ULE comparisons, it's by Dan Gohman · 15 years ago
  17. fc90d4c Actually enable the -enable-unsafe-fp-math tests. by Dan Gohman · 15 years ago
  18. 8ce05da Remove the logic for reasoning about NaNs from the code that forms by Dan Gohman · 15 years ago
  19. 670e539 Recognize SSE min and max opportunities in even more cases. by Dan Gohman · 15 years ago
  20. 36a0947 Eliminate more uses of llvm-as and llvm-dis. by Dan Gohman · 15 years ago
  21. 8d44b28 Recognize more opportunities to use SSE min and max instructions, by Dan Gohman · 15 years ago