Age | Commit message (Expand) | Author |
---|---|---|
2012-08-30 | It is illegal to transform (sdiv (ashr X c1) c2) -> (sdiv x (2^c1 * c2)), | Nadav Rotem |
2012-08-28 | InstCombine: Guard the transform introduced in r162743 against large ints and... | Benjamin Kramer |
2012-08-28 | Make sure that we don't call getZExtValue on values > 64 bits. | Nadav Rotem |
2012-08-28 | Teach InstCombine to canonicalize [SU]div+[AL]shl patterns. | Nadav Rotem |