Age | Commit message (Expand) | Author |
---|---|---|
2010-03-02 | Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul, | Dan Gohman |
2010-02-15 | Uniformize the names of type predicates: rather than having isFloatTy and | Duncan Sands |
2010-01-31 | Simplify/generalize the xor+add->sign-extend instcombine. | Eli Friedman |
2010-01-31 | Add a small transform: transform -(X<<Y) to (-X<<Y) when the shift has a single | Eli Friedman |
2010-01-13 | When the visitSub method was split into visitSub and visitFSub, this xform was | Bill Wendling |
2010-01-05 | reduce indentation | Chris Lattner |
2010-01-05 | Convert a ton of simple integer type equality tests to the new predicate. | Benjamin Kramer |
2010-01-05 | split add/sub out to its own file. Eliminate use of | Chris Lattner |