Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Recognize SSE min and max opportunities in even more cases. | Dan Gohman | 2009-09-21 | 1 | -3/+3 |
| | | | | | | | | | | And fix a bug with the behavior of min/max instructions formed from fcmp uge comparisons. Also, use FiniteOnlyFPMath() for this code instead of UnsafeFPMath, as it is more specific. llvm-svn: 82466 | ||||
* | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-08 | 1 | -3/+3 |
| | | | | llvm-svn: 81290 | ||||
* | Convert tests using "| wc -l | grep ..." to use the count script. | Dan Gohman | 2007-08-15 | 1 | -3/+3 |
| | | | | llvm-svn: 41097 | ||||
* | Add a regression test for folding spill code into scalar min and max. | Dan Gohman | 2007-07-10 | 1 | -0/+20 |
llvm-svn: 38492 |