summaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/PromoteMemoryToRegister.cpp
AgeCommit message (Expand)Author
2016-04-19Correct IDF calculator for ReverseIDFDaniel Berlin
2016-02-18Remove uses of builtin comma operator.Richard Trieu
2015-12-14getParent() ^ 3 == getModule() ; NFCISanjay Patel
2015-10-13TransformUtils: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith
2015-07-22Fix mem2reg to correctly handle allocas only used in a single blockMichael Kuperstein
2015-05-29Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer
2015-04-21Move IDF Calculation to a separate file, expose an interface to it.Daniel Berlin
2015-04-08Eliminate O(n^2) worst-case behavior in SSA constructionCameron Zwarich
2015-03-10DataLayout is mandatory, update the API to reflect it with references.Mehdi Amini
2015-01-04[PM] Split the AssumptionTracker immutable pass into two separate APIs:Chandler Carruth
2014-12-09IR: Split Metadata from ValueDuncan P. N. Exon Smith
2014-11-19Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie
2014-09-07Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)Hal Finkel
2014-08-24Use range based for loops to avoid needing to re-mention SmallPtrSet size.Craig Topper
2014-08-21Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...Craig Topper
2014-08-18Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...Craig Topper
2014-08-17Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...Craig Topper
2014-07-21Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...Duncan P. N. Exon Smith
2014-07-20[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...Manuel Jacob
2014-04-25[C++] Use 'nullptr'. Transforms edition.Craig Topper
2014-04-23Remove more default address space argument usage.Matt Arsenault
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth
2014-03-09[C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth
2014-03-06[Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth
2014-03-06[Layering] Move DIBuilder.h into the IR library where its implementationChandler Carruth
2014-03-04[Modules] Move CFG.h to the IR library as it defines graph traits overChandler Carruth
2014-03-02[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer
2014-01-13[cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth
2013-12-05Correct word hyphenationsAlp Toker
2013-08-24Add a function object to compare the first or second component of a std::pair.Benjamin Kramer
2013-08-14Fix a really terrifying but improbable bug in mem2reg. If you have seenChandler Carruth
2013-08-13Revert r187191, which broke opt -mem2reg on the testcases included in PR16867.Nick Lewycky
2013-07-28Thread DataLayout through the callers and into mem2reg. This will beChandler Carruth
2013-07-27Merge the removal of dead instructions and lifetime markers with theChandler Carruth
2013-07-26Re-implement the analysis of uses in mem2reg to be significantly moreChandler Carruth
2013-07-21mem2reg: Minor STL usage cleanup. No functionality change.Benjamin Kramer
2013-07-21Make the mem2reg interface use an ArrayRef as it keeps a copy of theseChandler Carruth
2013-07-21Hoist the rest of the logic for promoting single-store allocas into theChandler Carruth
2013-07-21Hoist the rest of the logic for fully promoting allocas with all uses inChandler Carruth
2013-07-21Remove a method made dead by the prior refactoring.Chandler Carruth
2013-07-20Hoist the two trivial promotion routines out of the big class thatChandler Carruth
2013-07-20Hoist the AllocaInfo struct to the top of the file.Chandler Carruth
2013-07-20Sink a typedef and comparator down to the function that actually uses them.Chandler Carruth
2013-07-20Don't allocate the DIBuilder on the heap and remove all the complexityChandler Carruth
2013-07-20Rename constructor parameters to follow the common member-shadowingChandler Carruth
2013-07-20Reformat the implementation of mem2reg with clang-format so that myChandler Carruth
2013-07-20Remove a DenseMapInfo specialization for std::pair -- we have one ofChandler Carruth
2013-07-20Update mem2reg's comments to conform to the new doxygen standards. NoChandler Carruth
2013-07-04Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth