| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Reapply r233175 and r233183: float2int. | James Molloy | 2015-03-27 | 1 | -0/+17 |
| | | | | | | | | | This re-adds float2int to the tree, after fixing PR23038. It turns out the argument to APSInt() is true-if-unsigned, rather than true-if-signed :(. Added testcase and explanatory comment. llvm-svn: 233370 | ||||
| * | Revert r233175 and r233183 with it. This pulls float2int back out of the ↵ | Nick Lewycky | 2015-03-27 | 1 | -17/+0 |
| | | | | | | | tree, due to PR23038. llvm-svn: 233350 | ||||
| * | [optnone] Skip pass Float2Int on optnone functions. | Andrea Di Biagio | 2015-03-25 | 1 | -0/+17 |
| Added test Float2Int/float2int-optnone.ll to verify that pass Float2Int is not run on optnone functions. llvm-svn: 233183 | |||||

