index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
PassManager.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Give PassManager and FunctionPassManager a common base class, with
Dan Gohman
2008-03-11
1
-2
/
+16
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
remove unimplemented ctor, add some comments.
Chris Lattner
2007-10-25
1
-4
/
+3
*
Fix pastos in comments for doFinalization functions.
Dan Gohman
2007-07-30
1
-1
/
+1
*
Remove forward-declarations for classes that don't exist.
Dan Gohman
2007-05-11
1
-1
/
+0
*
Add the 'explicit' keyword to several constructors that accept one
Dan Gohman
2007-03-23
1
-1
/
+1
*
Remove old pass manager.
Devang Patel
2007-01-05
1
-68
/
+0
*
s/BasicBlockPassManager/BBPassManager/g
Devang Patel
2006-12-19
1
-4
/
+4
*
Add #ifdef switch toggle between old and new pass manager. However,
Devang Patel
2006-12-13
1
-11
/
+17
*
FunctionPassManager does not support runOnModule().
Devang Patel
2006-12-13
1
-5
/
+0
*
Implement PassManager_New destructors.
Devang Patel
2006-12-13
1
-1
/
+2
*
Implement FunctionPassManager_New::FunctionPassManager_New(ModuleProvider *P)
Devang Patel
2006-12-08
1
-1
/
+1
*
Add run(Function &F) support in FunctionPassManager_New
Devang Patel
2006-11-15
1
-0
/
+6
*
Add doInitialization and doFinalization support in FunctionManager_New.
Devang Patel
2006-11-15
1
-1
/
+8
*
Move CommonPassManagerImpl from PassManager.h to PassManager.cpp
Devang Patel
2006-11-11
1
-41
/
+2
*
Keep track if analysis made available by the pass.
Devang Patel
2006-11-11
1
-1
/
+8
*
Keep track of analysis required by the passes. Force use of new pass
Devang Patel
2006-11-11
1
-2
/
+2
*
s/PassManagerAnalysisHelper/CommonPassManagerImpl
Devang Patel
2006-11-10
1
-6
/
+4
*
Split FunctionPassManager_New into FunctionPassManager_New and FunctionPassMa...
Devang Patel
2006-11-08
1
-0
/
+28
*
Split PassManager_New into PassManager_New and PassManagerImpl_New.
Devang Patel
2006-11-08
1
-14
/
+6
*
Move BasicBlockPassManager_New, FunctionPassManager_New and
Devang Patel
2006-11-08
1
-81
/
+2
*
Beautify.
Devang Patel
2006-11-08
1
-16
/
+17
*
Derive new pass managers from PassManagerAnalysisHelper.
Devang Patel
2006-11-07
1
-4
/
+8
*
Introduce PassManagerAnalysisHelper.
Devang Patel
2006-11-07
1
-0
/
+30
*
Add PassManager_New.
Devang Patel
2006-11-07
1
-0
/
+34
*
Fix comment.
Devang Patel
2006-11-07
1
-1
/
+1
*
Add ModulePassManager_New.
Devang Patel
2006-11-07
1
-0
/
+23
*
Add FunctionPassManager_New.
Devang Patel
2006-11-07
1
-0
/
+35
*
Add BasicBlockPassManager_New.
Devang Patel
2006-11-07
1
-0
/
+23
*
Add explicit doInitialization/doFinalization methods instead of making
Chris Lattner
2006-09-04
1
-0
/
+8
*
Patch #6's in Saem's refactor-the-passmanager patch series. From him:
Chris Lattner
2006-01-04
1
-3
/
+5
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-3
/
+3
*
'Pass' should now not be derived from by clients. Instead, they should derive
Chris Lattner
2004-09-20
1
-0
/
+1
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-10-20
1
-0
/
+7
*
Enabling incremental bytecode loading in the JIT:
Misha Brukman
2003-10-14
1
-1
/
+3
*
Use 'F' for Function instead of 'M'.
Misha Brukman
2003-10-10
1
-1
/
+1
*
Standardize header file comments
Chris Lattner
2003-09-30
1
-1
/
+1
*
Add new method to FunctionPassManager to add ImmutablePasses.
Brian Gaeke
2003-08-14
1
-0
/
+6
*
Add FunctionPassManager - it's like a PassManager, but it only deals in
Brian Gaeke
2003-08-12
1
-1
/
+25
*
The plural of `Pass' is Passes, not Pass's.
Misha Brukman
2003-05-20
1
-1
/
+1
*
Convert comments to Doxygen style
Chris Lattner
2002-08-25
1
-8
/
+8
*
*** empty log message ***
Chris Lattner
2002-06-25
1
-1
/
+1
*
* Add a stub to FunctionPass so that subclasses can declare that they do not
Chris Lattner
2002-04-28
1
-0
/
+36