Fix -Wdeprecated regarding ORC copying ValueMaterializers
[oota-llvm.git] / include / llvm / Transforms / Utils / UnrollLoop.h
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-04-14 Sanjoy Das[LoopUnrollRuntime] Avoid high-cost trip count computation.
2015-02-02 Jingyue WuResurrect the assertion removed by r227717
2015-02-01 Jingyue Wu[NVPTX] Emit .pragma "nounroll" for loops marked with...
2015-01-04 Chandler Carruth[PM] Split the AssumptionTracker immutable pass into...
2014-09-07 Hal FinkelAdd an Assumption-Tracking Pass
2014-05-19 NAKAMURA TakumiReformat blank lines.
2014-01-23 Chandler Carruth[LPM] Make LoopSimplify no longer a LoopPass and instea...
2011-12-09 Andrew TrickAdd -unroll-runtime for unrolling loops with run-time...
2011-07-23 Andrew TrickMove trip count discovery outside of the generic LoopUn...
2009-07-13 Dan GohmanForward-declare Loop and LoopInfo instead of #including...
2008-05-14 Dan GohmanCommit the header I accidentally left out of 51083.