Constrain the type of a parameter now that callers without this constraint have been...
[oota-llvm.git] / lib / Transforms / InstCombine / InstCombineInternal.h
2015-03-27 David BlaikieConstrain the type of a parameter now that callers...
2015-03-10 Owen AndersonFix an infinite loop in InstCombine when an instruction...
2015-03-10 Mehdi AminiDataLayout is mandatory, update the API to reflect...
2015-02-24 Sanjoy DasNew instcombine rule: max(~a,~b) -> ~min(a, b)
2015-02-16 Mehdi AminiInstCombine: fold more cases of (fp_to_u/sint (u/sint_t...
2015-01-24 Chandler Carruth[PM] Port instcombine to the new pass manager!
2015-01-22 Chandler Carruth[PM] Rename InstCombine.h to InstCombineInternal.h...