summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/Mem2Reg.cpp
Commit message (Expand)AuthorAgeFilesLines
* Sink all InitializePasses.h includesReid Kleckner2019-11-131-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Transforms: Introduce Transforms/Utils.h rather than spreading the declaratio...David Blaikie2018-03-281-1/+1
* [Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...Eugene Zelenko2017-10-261-7/+15
* [Mem2Reg] Remove AliasSetTracker updating logic from the pass.Davide Italiano2017-04-091-1/+1
* [PM] Introduce an analysis set used to preserve all analyses overChandler Carruth2017-01-151-2/+3
* Revert @llvm.assume with operator bundles (r289755-r289757)Daniel Jasper2016-12-191-4/+11
* Remove the AssumptionCacheHal Finkel2016-12-151-11/+4
* Consistently use FunctionAnalysisManagerSean Silva2016-08-091-1/+1
* [PM] Normalize FIXMEs for missing PreserveCFG to have the same wording.Michael Kuperstein2016-06-281-5/+1
* It isn't meaningful for a transform to preserve another transform. NFC.Michael Kuperstein2016-06-251-4/+0
* [PM] Port Mem2Reg to the new pass manager.Davide Italiano2016-06-141-50/+66
* Re-commit optimization bisect support (r267022) without new pass manager supp...Andrew Kaylor2016-04-221-3/+3
* Revert "Initial implementation of optimization bisect support."Vedant Kumar2016-04-221-3/+3
* Initial implementation of optimization bisect support.Andrew Kaylor2016-04-211-3/+3
* [Mem2Reg] Respect optnoneJames Molloy2015-12-111-0/+3
* [PM] Split the AssumptionTracker immutable pass into two separate APIs:Chandler Carruth2015-01-041-5/+6
* Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)Hal Finkel2014-09-071-1/+5
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-051-2/+2
* [PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth2014-01-131-3/+3
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-131-1/+1
* Revert r187191, which broke opt -mem2reg on the testcases included in PR16867.Nick Lewycky2013-08-131-5/+2
* Thread DataLayout through the callers and into mem2reg. This will beChandler Carruth2013-07-281-2/+5
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-2/+2
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-4/+4
* Remove outdated references to dominance frontiers.Cameron Zwarich2011-01-181-3/+1
* Roll r123609 back in with two changes that fix test failures with expensiveCameron Zwarich2011-01-171-4/+1
* Roll out r123609 due to failures on the llvm-x86_64-linux-checks bot.Cameron Zwarich2011-01-171-1/+4
* Eliminate the use of dominance frontiers in PromoteMemToReg. In addition toCameron Zwarich2011-01-171-4/+1
* split dom frontier handling stuff out to its own DominanceFrontier header,Chris Lattner2011-01-021-1/+1
* Passes do not need to recursively initialize passes that they preserve, ifOwen Anderson2010-10-191-3/+0
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-1/+3
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-121-1/+8
* Now with fewer extraneous semicolons!Owen Anderson2010-10-071-1/+1
* Now that PassInfo and Pass::ID have been separated, move the rest of the pass...Owen Anderson2010-08-231-1/+2
* Eliminate PromoteMemoryToRegisterID; just use addPreserved("mem2reg")Dan Gohman2010-08-061-2/+0
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-2/+2
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-2/+2
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-2/+2
* Pull LLVMContext out of PromoteMemToReg.Nick Lewycky2009-11-231-1/+1
* Remove FreeInst.Victor Hernandez2009-10-261-1/+0
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-251-1/+0
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-251-1/+1
* Get rid of the Pass+Context magic.Owen Anderson2009-07-221-1/+1
* More LLVMContext-ification.Owen Anderson2009-07-051-1/+1
* Just roll back the previous change to -mem2reg.Zhou Sheng2009-02-201-26/+0
* patch to update the line number information in pass -mem2reg.Zhou Sheng2009-02-201-0/+26
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-1/+1
* Change class' public PassInfo variables to by initialized with theDan Gohman2008-05-131-1/+1
OpenPOWER on IntegriCloud