Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / Transforms / Scalar / LoopUnrollPass.cpp
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-09 Bill WendlingCreate enums for the different attributes.
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-09-26 Bill WendlingRemove the `hasFnAttr' method from Function.
2012-04-04 Hongbin ZhengLoopUnrollPass: Use variable "Threshold" instead of...
2011-12-09 Andrew TrickAdd -unroll-runtime for unrolling loops with run-time...
2011-11-28 Andrew TrickRemove the temporary flag -disable-unroll-scev and...
2011-10-19 Devang PatelInitialze ScalarEvalution dependency.
2011-10-01 Andrew TrickInlining and unrolling heuristics should be aware of...
2011-09-02 Andrew TrickEnable SCEV-based unrolling by default.
2011-08-11 Andrew TrickAllow loop unrolling to get known trip counts from...
2011-08-10 Andrew TrickInvoke SimplifyIndVar when we partially unroll a loop...
2011-07-23 Andrew TrickMove trip count discovery outside of the generic LoopUn...
2011-07-23 Andrew Trickwhitespace
2011-04-14 Chris Lattnerfix a couple -Wsign-compare warnings.
2011-04-13 Junjie GuFixed the revision 129449.
2011-04-13 Junjie GuPassing unroll parameters (unroll-count, threshold...
2011-01-17 Owen AndersonRemove dead code, that I apparently wrote a while back...
2011-01-11 Chris Lattnerrandom cleanups
2011-01-02 Chris Lattnerimprove loop rotation to use CodeMetrics to analyze the
2010-10-19 Owen AndersonPasses do not need to recursively initialize passes...
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-12 Owen AndersonBegin adding static dependence information to passes...
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-09-29 Owen AndersonRevert r114919, which caused some serious regressions...
2010-09-27 Owen AndersonWeight loop unrolling counts by nesting depth. Unrollin...
2010-09-10 Owen AndersonLower the unrolling theshold to 150. Empirical tests...
2010-09-09 Owen AndersonWhat the loop unroller cares about, rather than just...
2010-09-09 Owen AndersonRevert r113439, which relaxed the requirement that...
2010-09-09 Owen Andersonr113526 introduced an unintended change to the loop...
2010-09-09 Owen AndersonFix typo in code to cap the loop code size reduction...
2010-09-09 Owen AndersonUse code-size reduction metrics to estimate the amount...
2010-09-08 Owen AndersonRelax the "don't unroll loops containing calls" rule...
2010-09-07 Owen AndersonAdd a separate unrolling threshold when the current...
2010-08-29 Chris Lattnernow that loop passes don't use DomFrontier, there is...
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-08-04 Owen AndersonExperiments show that we can safely increase our unroll...
2010-07-26 Dan GohmanRemove LCSSA's bogus dependence on LoopSimplify and...
2010-07-21 Owen AndersonFix batch of converting RegisterPass<> to INTIALIZE_PASS().
2010-03-10 Dan GohmanAdd a DominatorTree argument to isLCSSA so that it...
2010-02-05 Jakob Stoklund OlesenDon't unroll loops containing function calls.
2010-01-05 David GreeneChange errs() to dbgs().
2009-10-31 Dan GohmanReplace LoopUnrollPass.cpp's custom code-size estimatio...
2009-10-31 Dan GohmanRemove an unnecessary #include.
2009-10-31 Dan GohmanRename UnrollLoop.cpp to LoopUnroll.cpp, and LoopUnroll...