Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman | 2009-09-08 | 1 | -1/+1 |
* | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman | 2009-09-08 | 1 | -1/+1 |
* | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman | 2009-06-04 | 1 | -1/+1 |
* | Zap sitofp/fptoui pairs. In all cases when the sign difference | Chris Lattner | 2008-08-06 | 1 | -1/+13 |
* | Teach instcombine 4 new xforms: | Chris Lattner | 2008-05-20 | 1 | -0/+10 |
* | convert fptosi(sitofp x) -> x if the fp value has enough bits in its mantissa | Chris Lattner | 2008-05-19 | 1 | -0/+8 |
* | Fold FP comparisons where one operand is converted from an integer | Chris Lattner | 2008-05-19 | 1 | -0/+25 |