index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Transforms
/
Utils
/
PromoteMemToReg.h
Age
Commit message (
Expand
)
Author
2013-01-10
Fix include guards so they exactly match file names.
Jakub Staszak
2012-05-14
Remove a stale forward declaration.
Andrew Trick
2011-01-17
Roll r123609 back in with two changes that fix test failures with expensive
Cameron Zwarich
2011-01-17
Roll out r123609 due to failures on the llvm-x86_64-linux-checks bot.
Cameron Zwarich
2011-01-17
Eliminate the use of dominance frontiers in PromoteMemToReg. In addition to
Cameron Zwarich
2009-11-23
Pull LLVMContext out of PromoteMemToReg.
Nick Lewycky
2009-08-11
Make LLVMContext and LLVMContextImpl classes instead of structs.
Benjamin Kramer
2009-08-04
Factor some of the constants+context related code out into a separate header,...
Owen Anderson
2009-07-22
Get rid of the Pass+Context magic.
Owen Anderson
2009-07-06
"LLVMContext* " --> "LLVMContext *"
Owen Anderson
2009-07-05
More LLVMContext-ification.
Owen Anderson
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-06-07
Use DominatorTree instead of ETForest.
Devang Patel
2007-04-25
Mem2Reg does not need TargetData.
Devang Patel
2007-04-25
Remove unused function argument.
Devang Patel
2007-04-20
Move more passes to using ETForest instead of DominatorTree.
Owen Anderson
2006-11-05
Unbreak VC++ build.
Jeff Cohen
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-10-27
Convert 'struct' to 'class' in various places to adhere to the coding standards
Chris Lattner
2004-09-15
Add an optional argument to PromoteMemToReg
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-10-05
Change the interface to PromoteMemToReg to also take a DominatorTree
Chris Lattner
2003-03-03
Change the mem2reg interface to accept a TargetData argument
Chris Lattner
2003-02-22
Add a new interface file for the PromoteMemToReg interface in the Utils library
Chris Lattner