[RS4GC] Minor cleanup to `normalizeForInvokeSafepoint`; NFC
[oota-llvm.git] / lib / Transforms / Scalar / NaryReassociate.cpp
2015-10-13 Duncan P. N. Exon... Scalar: Remove remaining ilist iterator implicit conver...
2015-10-01 Jingyue Wu[NaryReassociate] SeenExprs records WeakVH
2015-09-15 Marcello Maggioni[NaryReassociate] Add support for Mul instructions
2015-08-20 Jingyue Wu[ValueTracking] computeOverflowForSignedAdd and isKnown...
2015-08-17 Chandler Carruth[PM] Port ScalarEvolution to the new pass manager.
2015-07-23 Jingyue Wu[NaryReassociate] remove redundant code
2015-07-01 Jingyue Wu[NaryReassociate] enhances nsw by leveraging @llvm...
2015-06-07 Matt ArsenaultMake NaryReassociate pass the address space to isLegalA...
2015-05-28 Jingyue Wu[NaryReassociate] Run EarlyCSE after NaryReassociate
2015-05-21 Jingyue Wu[NaryReassoc] reassociate GEP for CSE
2015-05-13 Jingyue Wu[NaryReassociate] avoid running forever
2015-04-24 Jingyue WuResurrect r235688
2015-04-17 Jingyue Wu[NaryReassociate] run NaryReassociate iteratively
2015-04-16 Jingyue Wu[NaryReassociate] speeds up candidate searching
2015-04-14 Jingyue WuSimplify n-ary adds by reassociation