aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Transforms/Utils/PromoteMemToReg.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-2/+2
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-1/+3
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-1/+1
* Revert r187191, which broke opt -mem2reg on the testcases included in PR16867.Nick Lewycky2013-08-131-3/+2
* Thread DataLayout through the callers and into mem2reg. This will beChandler Carruth2013-07-281-2/+3
* Make the mem2reg interface use an ArrayRef as it keeps a copy of theseChandler Carruth2013-07-211-3/+3
* Update mem2reg's comments to conform to the new doxygen standards. NoChandler Carruth2013-07-201-7/+11
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* Remove a stale forward declaration.Andrew Trick2012-05-141-1/+0
* Roll r123609 back in with two changes that fix test failures with expensiveCameron Zwarich2011-01-171-2/+1
* Roll out r123609 due to failures on the llvm-x86_64-linux-checks bot.Cameron Zwarich2011-01-171-1/+2
* Eliminate the use of dominance frontiers in PromoteMemToReg. In addition toCameron Zwarich2011-01-171-2/+1
* Pull LLVMContext out of PromoteMemToReg.Nick Lewycky2009-11-231-2/+0
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-111-1/+1
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-041-1/+1
* Get rid of the Pass+Context magic.Owen Anderson2009-07-221-1/+1
* "LLVMContext* " --> "LLVMContext *"Owen Anderson2009-07-061-1/+1
* More LLVMContext-ification.Owen Anderson2009-07-051-0/+2
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Use DominatorTree instead of ETForest.Devang Patel2007-06-071-2/+2
* Mem2Reg does not need TargetData.Devang Patel2007-04-251-2/+1
* Remove unused function argument.Devang Patel2007-04-251-1/+1
* Move more passes to using ETForest instead of DominatorTree.Owen Anderson2007-04-201-2/+2
* Unbreak VC++ build.Jeff Cohen2006-11-051-2/+2
* Remove trailing whitespaceMisha Brukman2005-04-211-2/+2
* Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner2004-10-271-2/+2
* Add an optional argument to PromoteMemToRegChris Lattner2004-09-151-1/+5
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-1/+6
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Change the interface to PromoteMemToReg to also take a DominatorTreeChris Lattner2003-10-051-1/+3
* Change the mem2reg interface to accept a TargetData argumentChris Lattner2003-03-031-3/+3
* Add a new interface file for the PromoteMemToReg interface in the Utils libraryChris Lattner2003-02-221-0/+29