InstCombine: Fold comparisons between unguessable allocas and other pointers
[oota-llvm.git] / lib / Transforms / InstCombine / InstCombineInternal.h
2015-10-07 Hans WennborgInstCombine: Fold comparisons between unguessable alloc...
2015-09-27 Sanjay Patel[InstCombine] fold zexts and constants into a phi ...
2015-09-21 Sanjay Pateladd ShouldChangeType() variant that takes bitwidths
2015-08-28 Sanjoy Das[InstCombine] Fix PR24605.
2015-07-10 Bjorn Steinbrink[InstCombine] Employ AliasAnalysis in FindAvailableLoad...
2015-05-11 James MolloyRip min/max pattern matching out of InstCombine and...
2015-04-08 Sanjoy Das[InstCombine] Refactor out OptimizeOverflowCheck. ...
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...