index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
VMCore
/
PassManager.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-12-07
1
-1
/
+1
*
Changed to using LLVM streams.
Bill Wendling
2006-11-28
1
-3
/
+2
*
Add run(Function &F) support in FunctionPassManager_New
Devang Patel
2006-11-15
1
-6
/
+41
*
Tidy up marking of last analysis user pass.
Devang Patel
2006-11-15
1
-15
/
+11
*
Add doInitialization and doFinalization support in FunctionManager_New.
Devang Patel
2006-11-15
1
-2
/
+52
*
Do not derive CommonPassManagerImpl from Pass.
Devang Patel
2006-11-15
1
-5
/
+7
*
Copy initializeAnalysisImpl() implementation from PassManagerT.
Devang Patel
2006-11-14
1
-2
/
+39
*
Implement removeDeadPasses().
Devang Patel
2006-11-14
1
-4
/
+23
*
Keep track of Last user of analysis phase.
Devang Patel
2006-11-14
1
-24
/
+36
*
Use std::map to map AnalysisID and Pass.
Devang Patel
2006-11-14
1
-15
/
+28
*
Manage analysis passes during run.
Devang Patel
2006-11-14
1
-0
/
+25
*
Update comments.
Devang Patel
2006-11-14
1
-5
/
+8
*
Update PassManagerImpl_New::analysisCurrentlyAvailable to check all
Devang Patel
2006-11-13
1
-2
/
+5
*
Check currently available anlysis in active managers.
Devang Patel
2006-11-13
1
-11
/
+55
*
Implement schedulePasses().
Devang Patel
2006-11-11
1
-9
/
+40
*
Implement PassManagerImpl_New::add().
Devang Patel
2006-11-11
1
-1
/
+1
*
While adding pass into the manager, process Analysis only if it is
Devang Patel
2006-11-11
1
-12
/
+15
*
Remove dead code.
Devang Patel
2006-11-11
1
-9
/
+0
*
Code refactoring. Move common code into CommonPassManagerImpl :)
Devang Patel
2006-11-11
1
-49
/
+41
*
Move CommonPassManagerImpl from PassManager.h to PassManager.cpp
Devang Patel
2006-11-11
1
-0
/
+39
*
Remove analysis that is not preserved by the pass from AvailableAnalysis.
Devang Patel
2006-11-11
1
-3
/
+28
*
Keep track if analysis made available by the pass.
Devang Patel
2006-11-11
1
-4
/
+22
*
Keep track of analysis required by the passes. Force use of new pass
Devang Patel
2006-11-11
1
-5
/
+18
*
s/PassManagerAnalysisHelper/CommonPassManagerImpl
Devang Patel
2006-11-10
1
-14
/
+10
*
Split FunctionPassManager_New into FunctionPassManager_New and FunctionPassMa...
Devang Patel
2006-11-08
1
-10
/
+34
*
Split PassManager_New into PassManager_New and PassManagerImpl_New.
Devang Patel
2006-11-08
1
-4
/
+61
*
Move BasicBlockPassManager_New, FunctionPassManager_New and
Devang Patel
2006-11-08
1
-1
/
+86
*
Beautify.
Devang Patel
2006-11-08
1
-19
/
+17
*
Update new pass managers to use PassManagerAnalysisHelper API.
Devang Patel
2006-11-07
1
-6
/
+21
*
Introduce PassManagerAnalysisHelper.
Devang Patel
2006-11-07
1
-0
/
+40
*
Add PassManager_New.
Devang Patel
2006-11-07
1
-0
/
+41
*
Add ModulePassManager_New.
Devang Patel
2006-11-07
1
-1
/
+54
*
Add FunctionPassManager_New.
Devang Patel
2006-11-07
1
-0
/
+56
*
Add BasicBlockPassManager_New.
Devang Patel
2006-11-07
1
-0
/
+56
[prev]