Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add APInt interfaces to APFloat (allows directly | Dale Johannesen | 2007-09-11 | 1 | -3/+5 |
* | Emit: | Chris Lattner | 2007-09-10 | 1 | -0/+10 |
* | Add mod, copysign, abs operations to APFloat. | Dale Johannesen | 2007-08-31 | 1 | -7/+9 |
* | Make DAGCombiner's global alias analysis query more precise in the case | Dan Gohman | 2007-08-27 | 1 | -2/+3 |
* | Revise per review comments. | Dale Johannesen | 2007-08-26 | 1 | -1/+1 |
* | Add APFloat interface to ConstantFPSDNode. Change | Dale Johannesen | 2007-08-25 | 1 | -10/+6 |
* | Fold C ? 0 : 1 to ~C or zext(~C) or trunc(~C) depending the types. | Evan Cheng | 2007-08-18 | 1 | -3/+14 |
* | Fix the alias analysis query in DAGCombiner to not add in two | Dan Gohman | 2007-07-26 | 1 | -2/+2 |
* | It's not necessary to do rounding for alloca operations when the requested | Dan Gohman | 2007-07-18 | 1 | -0/+4749 |