LPM: Stop threading `Pass *` through all of the loop utility APIs. NFC
[oota-llvm.git] / include / llvm / Transforms / Utils / SimplifyIndVar.h
2015-12-15 Justin BognerLPM: Stop threading `Pass *` through all of the loop...
2015-10-06 Sanjoy Das[IndVars] Don't break dominance in `eliminateIdentitySCEV`
2014-05-19 NAKAMURA TakumiReformat blank lines.
2014-04-25 Craig Topper[C++] Use 'nullptr'. Transforms edition.
2014-03-04 Chandler Carruth[Modules] Move ValueHandle into the IR library where...
2013-12-23 Andrew TrickAdd support to indvars for optimizing sadd.with.overflow.
2012-09-11 Andrew TrickRemove unused declaration
2012-03-22 Andrew TrickRemove unused simplifyIVUsers
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-11-14 Benjamin KramerMake headers standalone, move a virtual method out...
2011-08-10 Andrew TrickCleanup. Make ScalarEvolution an explicit argument...
2011-08-10 Andrew TrickAdded a SimplifyIndVar utility to simplify induction...