Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't do (X != Y) ? X : Y -> X for floating-point values; it doesn't | Dan Gohman | 2010-02-23 | 1 | -5/+23 |
* | Uniformize the names of type predicates: rather than having isFloatTy and | Duncan Sands | 2010-02-15 | 1 | -2/+2 |
* | change the canonical form of "cond ? -1 : 0" to be | Chris Lattner | 2010-01-24 | 1 | -48/+18 |
* | Convert a ton of simple integer type equality tests to the new predicate. | Benjamin Kramer | 2010-01-05 | 1 | -1/+1 |
* | clean up header. | Chris Lattner | 2010-01-05 | 1 | -7/+2 |
* | split select out to its own file. | Chris Lattner | 2010-01-05 | 1 | -0/+708 |