Age | Commit message (Expand) | Author |
---|---|---|
2013-03-22 | InstCombine: Improve the result bitvect type when folding (cmp pred (load (ge... | Arnaud A. de Grandmaison |
2010-03-05 | make these less sensitive to temporary naming. | Chris Lattner |
2010-01-04 | Truncate GEP indexes larger than the pointer size down to pointer size | Chris Lattner |
2010-01-03 | generalize the previous transformation to handle indexing into | Chris Lattner |
2010-01-02 | teach instcombine to optimize idioms like A[i]&42 == 0. This | Chris Lattner |
2010-01-02 | Teach the table lookup optimization to generate range compares | Chris Lattner |
2010-01-02 | Generalize the previous xform to handle cases where exactly | Chris Lattner |
2010-01-02 | enhance the compare/load/index optimization to work on *any* load | Chris Lattner |
2010-01-02 | enhance the previous optimization to work with fcmp in addition | Chris Lattner |
2010-01-02 | Teach instcombine to fold compares of loads from constant | Chris Lattner |