aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/Mem2Reg.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-03-28Transforms: Introduce Transforms/Utils.h rather than spreading the declaratio...David Blaikie1-1/+1
2017-10-26[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...Eugene Zelenko1-7/+15
2017-04-09[Mem2Reg] Remove AliasSetTracker updating logic from the pass.Davide Italiano1-1/+1
2017-01-15[PM] Introduce an analysis set used to preserve all analyses overChandler Carruth1-2/+3
2016-12-19Revert @llvm.assume with operator bundles (r289755-r289757)Daniel Jasper1-4/+11
2016-12-15Remove the AssumptionCacheHal Finkel1-11/+4
2016-08-09Consistently use FunctionAnalysisManagerSean Silva1-1/+1
2016-06-28[PM] Normalize FIXMEs for missing PreserveCFG to have the same wording.Michael Kuperstein1-5/+1
2016-06-25It isn't meaningful for a transform to preserve another transform. NFC.Michael Kuperstein1-4/+0
2016-06-14[PM] Port Mem2Reg to the new pass manager.Davide Italiano1-50/+66
2016-04-22Re-commit optimization bisect support (r267022) without new pass manager supp...Andrew Kaylor1-3/+3
2016-04-22Revert "Initial implementation of optimization bisect support."Vedant Kumar1-3/+3
2016-04-21Initial implementation of optimization bisect support.Andrew Kaylor1-3/+3
2015-12-11[Mem2Reg] Respect optnoneJames Molloy1-0/+3
2015-01-04[PM] Split the AssumptionTracker immutable pass into two separate APIs:Chandler Carruth1-5/+6
2014-09-07Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)Hal Finkel1-1/+5
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-1/+2
2014-03-05[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-2/+2
2014-01-13[PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth1-3/+3
2014-01-13[cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth1-1/+1
2013-08-13Revert r187191, which broke opt -mem2reg on the testcases included in PR16867.Nick Lewycky1-5/+2
2013-07-28Thread DataLayout through the callers and into mem2reg. This will beChandler Carruth1-2/+5
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-2/+2
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-4/+4
2011-01-18Remove outdated references to dominance frontiers.Cameron Zwarich1-3/+1
2011-01-17Roll r123609 back in with two changes that fix test failures with expensiveCameron Zwarich1-4/+1
2011-01-17Roll out r123609 due to failures on the llvm-x86_64-linux-checks bot.Cameron Zwarich1-1/+4
2011-01-17Eliminate the use of dominance frontiers in PromoteMemToReg. In addition toCameron Zwarich1-4/+1
2011-01-02split dom frontier handling stuff out to its own DominanceFrontier header,Chris Lattner1-1/+1
2010-10-19Passes do not need to recursively initialize passes that they preserve, ifOwen Anderson1-3/+0
2010-10-19Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson1-1/+3
2010-10-12Begin adding static dependence information to passes, which will allow us toOwen Anderson1-1/+8
2010-10-07Now with fewer extraneous semicolons!Owen Anderson1-1/+1
2010-08-23Now that PassInfo and Pass::ID have been separated, move the rest of the pass...Owen Anderson1-1/+2
2010-08-06Eliminate PromoteMemoryToRegisterID; just use addPreserved("mem2reg")Dan Gohman1-2/+0
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson1-2/+2
2010-08-06Revert r110396 to fix buildbots.Owen Anderson1-2/+2
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson1-2/+2
2009-11-23Pull LLVMContext out of PromoteMemToReg.Nick Lewycky1-1/+1
2009-10-26Remove FreeInst.Victor Hernandez1-1/+0
2009-10-25Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky1-1/+0
2009-10-25Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky1-1/+1
2009-07-22Get rid of the Pass+Context magic.Owen Anderson1-1/+1
2009-07-05More LLVMContext-ification.Owen Anderson1-1/+1
2009-02-20Just roll back the previous change to -mem2reg.Zhou Sheng1-26/+0
2009-02-20patch to update the line number information in pass -mem2reg.Zhou Sheng1-0/+26
2008-09-04Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman1-1/+1
2008-05-13Change class' public PassInfo variables to by initialized with theDan Gohman1-1/+1
2008-05-13Clean up the use of static and anonymous namespaces. This turned upDan Gohman1-3/+3