index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Transforms
/
Utils
/
PromoteMemToReg.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
1
-2
/
+2
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-1
/
+3
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-1
/
+1
*
Revert r187191, which broke opt -mem2reg on the testcases included in PR16867.
Nick Lewycky
2013-08-13
1
-3
/
+2
*
Thread DataLayout through the callers and into mem2reg. This will be
Chandler Carruth
2013-07-28
1
-2
/
+3
*
Make the mem2reg interface use an ArrayRef as it keeps a copy of these
Chandler Carruth
2013-07-21
1
-3
/
+3
*
Update mem2reg's comments to conform to the new doxygen standards. No
Chandler Carruth
2013-07-20
1
-7
/
+11
*
Fix include guards so they exactly match file names.
Jakub Staszak
2013-01-10
1
-2
/
+2
*
Remove a stale forward declaration.
Andrew Trick
2012-05-14
1
-1
/
+0
*
Roll r123609 back in with two changes that fix test failures with expensive
Cameron Zwarich
2011-01-17
1
-2
/
+1
*
Roll out r123609 due to failures on the llvm-x86_64-linux-checks bot.
Cameron Zwarich
2011-01-17
1
-1
/
+2
*
Eliminate the use of dominance frontiers in PromoteMemToReg. In addition to
Cameron Zwarich
2011-01-17
1
-2
/
+1
*
Pull LLVMContext out of PromoteMemToReg.
Nick Lewycky
2009-11-23
1
-2
/
+0
*
Make LLVMContext and LLVMContextImpl classes instead of structs.
Benjamin Kramer
2009-08-11
1
-1
/
+1
*
Factor some of the constants+context related code out into a separate header,...
Owen Anderson
2009-08-04
1
-1
/
+1
*
Get rid of the Pass+Context magic.
Owen Anderson
2009-07-22
1
-1
/
+1
*
"LLVMContext* " --> "LLVMContext *"
Owen Anderson
2009-07-06
1
-1
/
+1
*
More LLVMContext-ification.
Owen Anderson
2009-07-05
1
-0
/
+2
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Use DominatorTree instead of ETForest.
Devang Patel
2007-06-07
1
-2
/
+2
*
Mem2Reg does not need TargetData.
Devang Patel
2007-04-25
1
-2
/
+1
*
Remove unused function argument.
Devang Patel
2007-04-25
1
-1
/
+1
*
Move more passes to using ETForest instead of DominatorTree.
Owen Anderson
2007-04-20
1
-2
/
+2
*
Unbreak VC++ build.
Jeff Cohen
2006-11-05
1
-2
/
+2
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-2
/
+2
*
Convert 'struct' to 'class' in various places to adhere to the coding standards
Chris Lattner
2004-10-27
1
-2
/
+2
*
Add an optional argument to PromoteMemToReg
Chris Lattner
2004-09-15
1
-1
/
+5
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-1
/
+6
*
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-10-20
1
-0
/
+7
*
Change the interface to PromoteMemToReg to also take a DominatorTree
Chris Lattner
2003-10-05
1
-1
/
+3
*
Change the mem2reg interface to accept a TargetData argument
Chris Lattner
2003-03-03
1
-3
/
+3
*
Add a new interface file for the PromoteMemToReg interface in the Utils library
Chris Lattner
2003-02-22
1
-0
/
+29