summaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/Utils/PromoteMemToReg.h
Commit message (Expand)AuthorAge
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-25
* Revert r187191, which broke opt -mem2reg on the testcases included in PR16867.Nick Lewycky2013-08-13
* Thread DataLayout through the callers and into mem2reg. This will beChandler Carruth2013-07-28
* Make the mem2reg interface use an ArrayRef as it keeps a copy of theseChandler Carruth2013-07-21
* Update mem2reg's comments to conform to the new doxygen standards. NoChandler Carruth2013-07-20
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Remove a stale forward declaration.Andrew Trick2012-05-14
* 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
* Pull LLVMContext out of PromoteMemToReg.Nick Lewycky2009-11-23
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-11
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-04
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22
* "LLVMContext* " --> "LLVMContext *"Owen Anderson2009-07-06
* More LLVMContext-ification.Owen Anderson2009-07-05
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Use DominatorTree instead of ETForest.Devang Patel2007-06-07
* Mem2Reg does not need TargetData.Devang Patel2007-04-25
* Remove unused function argument.Devang Patel2007-04-25
* Move more passes to using ETForest instead of DominatorTree.Owen Anderson2007-04-20
* Unbreak VC++ build.Jeff Cohen2006-11-05
* Remove trailing whitespaceMisha Brukman2005-04-21
* Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner2004-10-27
* Add an optional argument to PromoteMemToRegChris Lattner2004-09-15
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* Change the interface to PromoteMemToReg to also take a DominatorTreeChris Lattner2003-10-05
* Change the mem2reg interface to accept a TargetData argumentChris Lattner2003-03-03
* Add a new interface file for the PromoteMemToReg interface in the Utils libraryChris Lattner2003-02-22