summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/PromoteMemoryToRegister.cpp
Commit message (Expand)AuthorAge
* 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
* Fix typo.Julien Lerouge2012-10-23
* Explain why DenseMap is still used here instead of MapVector.Julien Lerouge2012-10-23
* Iterating over a DenseMap<std::pair<BasicBlock*, unsigned>, PHINode*> is notJulien Lerouge2012-10-22
* The DIBuilder class is just a wrapper around debug info creationBill Wendling2012-06-29
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-28
* Switch mem2reg to use the new hashing infrastructure.Chandler Carruth2012-03-05
* Fix 80-column violation.Chad Rosier2012-02-20
* Propagate TargetLibraryInfo throughout ConstantFolding.cpp and Chad Rosier2011-12-01
* Add comments and test for atomic load/store and mem2reg.Eli Friedman2011-08-15
* Move onlyUsedByLifetimeMarkers to ValueTracking so that it can be used by otherNick Lewycky2011-06-27
* When promoting an alloca to registers discard any lifetime intrinsics.Nick Lewycky2011-06-17
* Make LoadAndStorePromoter preserve debug info and create llvm.dbg.values whenCameron Zwarich2011-05-24
* Remove unused STL header includes.Jay Foad2011-04-23
* PR9214: Convert Metadata API to use ArrayRef.Jay Foad2011-04-21
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-30
* Refactor into a separate utility function.Devang Patel2011-03-17
* Do not use DIFactory. Use DIBuilder.Devang Patel2011-02-24
* Convert two std::vectors to SmallVectors for a 3.4% speedup running -scalarreplCameron Zwarich2011-01-23
* Convert a std::map to a DenseMap for another 1.7% speedup on -scalarrepl.Cameron Zwarich2011-01-18
* Make a std::vector a SmallVector<*, 32> like the other vectors in the sameCameron Zwarich2011-01-18
* Remove outdated references to dominance frontiers.Cameron Zwarich2011-01-18
* Roll r123609 back in with two changes that fix test failures with expensiveCameron Zwarich2011-01-17
* Roll out r123609 due to failures on the llvm-x86_64-linux-checks bot.Cameron Zwarich2011-01-17
* Eliminate the use of dominance frontiers in PromoteMemToReg. In addition toCameron Zwarich2011-01-17
* split dom frontier handling stuff out to its own DominanceFrontier header,Chris Lattner2011-01-02
* Don't keep track of inserted phis in PromoteMemoryToRegister: the informationDuncan Sands2010-11-22
* Have a few places that want to simplify phi nodes use SimplifyInstructionDuncan Sands2010-11-16
* remove some dead code.Chris Lattner2010-08-18
* Don't look up the "dbg" metadata kind by name.Dan Gohman2010-07-20
* cache result of operator*Gabor Greif2010-07-09
* Use A.append(...) instead of A.insert(A.end(), ...) when A is aDan Gohman2010-06-21
* Copy location info for current function argument from dbg.declare if respecti...Devang Patel2010-06-04
* Fix typo.Devang Patel2010-05-28
* Fix typo.Devang Patel2010-05-28
* Do not drop location info for inlined function args.Devang Patel2010-05-27
* Fixes for Microsoft Visual Studio 2010, from Steven Watanabe!Douglas Gregor2010-05-11
* Wrap const MDNode * inside DIDescriptor.Devang Patel2010-05-07
* Use overloaded operators instead of DIDescriptor::getNode()Devang Patel2010-05-07
* rename use_const_iterator to const_use_iterator for consistency's sakeGabor Greif2010-03-25
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-16
* mem2reg erases the dbg.declare intrinsics that it converts to dbg.val intrinsicsVictor Hernandez2010-01-29
* some cleanups.Chris Lattner2010-01-27
* no need to check for nullChris Lattner2010-01-27
* When converting dbg.declare to dbg.value, attach promoted store's debug metad...Victor Hernandez2010-01-27
* Switch AllocaDbgDeclares to SmallVector and don't leak DIFactoryVictor Hernandez2010-01-26
* In mem2reg, for all alloca/stores that get promoted where the alloca has an a...Victor Hernandez2010-01-26
* Revert r94260 until findDbgDeclare() is made more efficientVictor Hernandez2010-01-25
* In mem2reg, for all alloca/stores that get promoted where the alloca has an a...Victor Hernandez2010-01-23