rename getNonLocalDependency -> getNonLocalCallDependency, and remove
[oota-llvm.git] / lib / Transforms / Scalar / LoopUnroll.cpp
2008-10-22 Daniel DunbarChange create*Pass factory functions to return Pass...
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-07-29 Matthijs KooijmanAdd -unroll-allow-partial command line option that...
2008-07-03 Devang PatelPreserve dom info.
2008-06-22 Dan GohmanUse Loop::block_iterator.
2008-05-16 Duncan SandsBill pointed out that system headers should be
2008-05-15 Duncan SandsUse of UINT_MAX requires climits, at least when
2008-05-14 Dan GohmanSplit the loop unroll mechanism logic out into a utilit...
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-05-06 Dan GohmanMake several variable declarations static.
2008-04-25 Nick LewyckyRemove 'unwinds to' support from mainline. This patch...
2008-04-14 Owen AndersonRevert r49614. As Dan pointed out, some of these aren...
2008-04-13 Owen AndersonReplace calls of the form V1->setName(V2->getName(...
2008-03-19 Devang PatelAdd comment.
2008-03-17 Devang PatelUpdate heuritics that estimates cost of call instructions.
2008-03-09 Nick LewyckyUpdate the block cloner which fixes bugpoint on code...
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2008-01-27 Nick LewyckyBe more careful modifying the use_list while also itera...
2008-01-04 Wojciech Matyjewiczfix typo
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-11-27 Owen AndersonMake LoopInfoBase more generic, in preparation for...
2007-11-05 Devang PatelIf a value is incoming from outside the loop then the...
2007-08-02 Chris Lattnerwrap some long lines. Major offenders that are left...
2007-05-14 Dan GohmanCorrect a few comments.
2007-05-11 Dan GohmanThis patch extends the LoopUnroll pass to be able to...
2007-05-08 Dan GohmanFix various whitespace inconsistencies.
2007-05-08 Dan GohmanCorrect the comment for ApproximateLoopSize to reflect...
2007-05-05 Chris LattnerFix Transforms/LoopUnroll/2007-05-05-UnrollMiscomp...
2007-05-05 Chris Lattnermake a temporary for *SI, no functionality change.
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-04-16 Devang PatelFix
2007-03-07 Devang PatelNow LoopUnroll is a LoopPass.
2007-03-02 Reid SpencerGuard against huge loop trip counts in an APInt safe...
2007-02-05 Reid SpencerApply the VISIBILITY_HIDDEN field to the remaining...
2007-02-03 Chris LattnerSwitch inliner over to use DenseMap instead of std...
2007-01-30 Chris LattnerAdjust #includes to match movement of constant folding...
2006-12-19 Chris LattnerSwitch over Transforms/Scalar to use the STATISTIC...
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-11-26 Bill WendlingRemoved #include <iostream> and replaced with llvm_...
2006-11-02 Reid SpencerFor PR786:
2006-10-20 Reid SpencerFor PR950:
2006-08-29 Owen AndersonClean up a bit.
2006-08-28 Owen AndersonMake LoopUnroll fold excessive BasicBlocks. This resul...
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2006-08-25 Owen AndersonFix a crash related to updating Phi nodes in the origin...
2006-08-24 Owen AndersonImplement unrolling of multiblock loops. This signific...
2006-07-20 Chris LattnerMinor comment tweaks
2006-07-19 Owen AndersonAdd an assertion.
2006-07-19 Owen AndersonMake LoopUnroll not die on LCSSA Phis. This makes...
2006-06-07 Reid SpencerFix a spello in a comment.
2006-01-22 Chris LattnerMake iostream #inclusion explicit
2005-04-23 Jeff CohenEliminate tabs and trailing spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-06 Chris LattnerFix a bug where we could corrupt a parent loop's header...
2005-01-08 Chris LattnerSilence VS warnings.
2004-11-22 Chris LattnerDo not consider debug intrinsics in the size computatio...
2004-10-18 Reid SpencerCorrection to allow compilation with Visual C++.
2004-09-15 Reid SpencerConvert code to compile with vc7.1.
2004-09-01 Reid SpencerChanges For Bug 352
2004-05-13 Chris LattnerFix a nasty bug that caused us to unroll EXTREMELY...
2004-04-20 Chris LattnerFix PR325
2004-04-19 Chris LattnerAdd #include
2004-04-18 Chris LattnerChange the ExitBlocks list from being explicitly contai...
2004-04-18 Chris LattnerReduce the unrolling limit
2004-04-18 Chris LattnerIf the preheader of the loop was the entry block of...
2004-04-18 Chris LattnerBe much more careful about how we update instructions...
2004-04-18 Chris LattnerAfter unrolling our single basic block loop, fold it...
2004-04-18 Chris LattnerFix a bug: this does not preserve the CFG!
2004-04-18 Chris LattnerInitial checkin of a simple loop unroller. This pass...