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
/
PassManager.h
Age
Commit message (
Expand
)
Author
2008-06-26
allow updating the MPM, so that you can use one FunctionPAssManager with
Chris Lattner
2008-03-11
Give PassManager and FunctionPassManager a common base class, with
Dan Gohman
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-10-25
remove unimplemented ctor, add some comments.
Chris Lattner
2007-07-30
Fix pastos in comments for doFinalization functions.
Dan Gohman
2007-05-11
Remove forward-declarations for classes that don't exist.
Dan Gohman
2007-03-23
Add the 'explicit' keyword to several constructors that accept one
Dan Gohman
2007-01-05
Remove old pass manager.
Devang Patel
2006-12-19
s/BasicBlockPassManager/BBPassManager/g
Devang Patel
2006-12-13
Add #ifdef switch toggle between old and new pass manager. However,
Devang Patel
2006-12-13
FunctionPassManager does not support runOnModule().
Devang Patel
2006-12-13
Implement PassManager_New destructors.
Devang Patel
2006-12-08
Implement FunctionPassManager_New::FunctionPassManager_New(ModuleProvider *P)
Devang Patel
2006-11-15
Add run(Function &F) support in FunctionPassManager_New
Devang Patel
2006-11-15
Add doInitialization and doFinalization support in FunctionManager_New.
Devang Patel
2006-11-11
Move CommonPassManagerImpl from PassManager.h to PassManager.cpp
Devang Patel
2006-11-11
Keep track if analysis made available by the pass.
Devang Patel
2006-11-11
Keep track of analysis required by the passes. Force use of new pass
Devang Patel
2006-11-10
s/PassManagerAnalysisHelper/CommonPassManagerImpl
Devang Patel
2006-11-08
Split FunctionPassManager_New into FunctionPassManager_New and FunctionPassMa...
Devang Patel
2006-11-08
Split PassManager_New into PassManager_New and PassManagerImpl_New.
Devang Patel
2006-11-08
Move BasicBlockPassManager_New, FunctionPassManager_New and
Devang Patel
2006-11-08
Beautify.
Devang Patel
2006-11-07
Derive new pass managers from PassManagerAnalysisHelper.
Devang Patel
2006-11-07
Introduce PassManagerAnalysisHelper.
Devang Patel
2006-11-07
Add PassManager_New.
Devang Patel
2006-11-07
Fix comment.
Devang Patel
2006-11-07
Add ModulePassManager_New.
Devang Patel
2006-11-07
Add FunctionPassManager_New.
Devang Patel
2006-11-07
Add BasicBlockPassManager_New.
Devang Patel
2006-09-04
Add explicit doInitialization/doFinalization methods instead of making
Chris Lattner
2006-01-04
Patch #6's in Saem's refactor-the-passmanager patch series. From him:
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-09-20
'Pass' should now not be derived from by clients. Instead, they should derive
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-14
Enabling incremental bytecode loading in the JIT:
Misha Brukman
2003-10-10
Use 'F' for Function instead of 'M'.
Misha Brukman
2003-09-30
Standardize header file comments
Chris Lattner
2003-08-14
Add new method to FunctionPassManager to add ImmutablePasses.
Brian Gaeke
2003-08-12
Add FunctionPassManager - it's like a PassManager, but it only deals in
Brian Gaeke
2003-05-20
The plural of `Pass' is Passes, not Pass's.
Misha Brukman
2002-08-25
Convert comments to Doxygen style
Chris Lattner
2002-06-25
*** empty log message ***
Chris Lattner
2002-04-28
* Add a stub to FunctionPass so that subclasses can declare that they do not
Chris Lattner