| Commit message (Expand) | Author | Age | Files | Lines |
* | use ArgOperand API, also tighten the type of visitFree to make this work out ... | Gabor Greif | 2010-06-24 | 1 | -1/+1 |
* | Teach instCombine to remove malloc+free if malloc's only uses are comparisons | Duncan Sands | 2010-05-27 | 1 | -0/+1 |
* | I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename it | Duncan Sands | 2010-05-11 | 1 | -2/+2 |
* | Migrate _chk call lowering from SimplifyLibCalls to InstCombine. Stub | Eric Christopher | 2010-03-06 | 1 | -0/+1 |
* | Fix PR6503. This turned into a much more interesting and nasty bug. Various | Chris Lattner | 2010-03-05 | 1 | -6/+6 |
* | Rename ValueRequiresCast to ShouldOptimizeCast, to better reflect | Chris Lattner | 2010-02-11 | 1 | -5/+6 |
* | inline and remove the rest of commonIntCastTransforms. | Chris Lattner | 2010-01-10 | 1 | -1/+0 |
* | make this a static function instead of a method. | Chris Lattner | 2010-01-05 | 1 | -2/+0 |
* | split mul/div/rem instructions out to their own file. | Chris Lattner | 2010-01-05 | 1 | -0/+1 |
* | convert various IntrinsicInst's to use class instead of struct. | Chris Lattner | 2010-01-05 | 1 | -3/+3 |
* | Fix some struct/class specifier mismatches. | Daniel Dunbar | 2010-01-05 | 1 | -3/+3 |
* | split 943 lines of instcombine out to a new InstCombineCasts.cpp | Chris Lattner | 2010-01-04 | 1 | -0/+10 |
* | split instcombine of compares (visit[FI]Cmp) out to | Chris Lattner | 2010-01-04 | 1 | -1/+17 |
* | move the 'SimplifyDemandedFoo' methods out to their own file, cutting 1K line... | Chris Lattner | 2010-01-04 | 1 | -5/+2 |
* | split the instcombine class definition out to a header shared | Chris Lattner | 2010-01-04 | 1 | -0/+328 |