summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/LCSSA.cpp
Commit message (Expand)AuthorAge
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* remove some dead codeNuno Lopes2014-04-17
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-09
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-05
* [Modules] Move the PredIteratorCache into the IR library -- it isChandler Carruth2014-03-04
* [LPM] A terribly simple fix to a terribly complex bug: PR18773.Chandler Carruth2014-02-10
* [LPM] Fix PR18616 where the shifts to the loop pass manager to extractChandler Carruth2014-01-28
* [LPM] Make LCSSA a utility with a FunctionPass that applies it to allChandler Carruth2014-01-25
* [PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth2014-01-13
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-13
* Quick look-up for block in loop.Wan Xiaofei2013-10-26
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* LCSSA: Try to recover compile time regressions due to SCEV updates.Benjamin Kramer2012-10-31
* LCSSA: Add a workaround for another nasty SCEV cache invalidation issue.Benjamin Kramer2012-10-31
* Fix SCEV cache invalidation in LCSSA and LoopSimplify.Benjamin Kramer2012-10-26
* There is no need to force DebugLoc on a PHI at this point.Devang Patel2011-05-16
* Set debug location for new PHI nodes created in exit block. Devang Patel2011-05-04
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-30
* Clean up something noticed by Fritz.Cameron Zwarich2011-03-15
* Do not add PHIs with no users when creating LCSSA form. Patch by Andrew Clinton.Cameron Zwarich2011-03-15
* split dom frontier handling stuff out to its own DominanceFrontier header,Chris Lattner2011-01-02
* Passes do not need to recursively initialize passes that they preserve, ifOwen Anderson2010-10-19
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-12
* Now with fewer extraneous semicolons!Owen Anderson2010-10-07
* Reapply commit 112699, speculatively reverted by echristo, sinceDuncan Sands2010-09-02
* Speculatively revert 112699 and 112702, they seem to be causingEric Christopher2010-09-01
* If PrototypeValue is erased in the middle of using the SSAUpdatorDuncan Sands2010-09-01
* Now that PassInfo and Pass::ID have been separated, move the rest of the pass...Owen Anderson2010-08-23
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Remove LCSSA's bogus dependence on LoopSimplify and LoopSimplify's bogusDan Gohman2010-07-26
* Reorder the contents of various getAnalysisUsage functions, eliminatingDan Gohman2010-07-16
* cache result of operator*Gabor Greif2010-07-09
* Add a DominatorTree argument to isLCSSA so that it doesn't have toDan Gohman2010-03-10
* Fix a comment in a typo that Duncan noticed.Dan Gohman2009-11-09
* Generalize LCSSA to handle loops with exits with predecessors outsideDan Gohman2009-11-09
* Delete an unused member variable.Dan Gohman2009-11-05
* rewrite LCSSA to use SSAUpdate, to only return true if it modifiesChris Lattner2009-10-11
* clean up and simplify some code. Don't use setvector when things will beChris Lattner2009-10-11
* random tidyingChris Lattner2009-10-10
* Remove a redundant #ifndef and add an assertion string.Dan Gohman2009-09-28
* Re-apply r80926, with fixes: keep the domtree informed of new blocksDan Gohman2009-09-08
* Revert r80926. It causes loop unswitch assertion and slow down some JIT tests...Evan Cheng2009-09-06
* Add a verifyAnalysis to LoopInfo, LoopSimplify, and LCSSA form that verifyDan Gohman2009-09-03
* Move more code back to 2.5 APIs.Owen Anderson2009-07-30
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22
* More LLVMContext-ification.Owen Anderson2009-07-05