index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
VMCore
/
PassManager.cpp
Age
Commit message (
Expand
)
Author
2008-11-06
Fix a use of an invalid iterator when -debug-pass=Details is used.
Dan Gohman
2008-11-04
fix memory leak in pass manager when adding an analysis pass that already exi...
Nuno Lopes
2008-10-08
Add <cstdio> include where needed by gcc-4.4.
Duncan Sands
2008-10-06
Remove interfaces implemented by dead pass from the list of available passes.
Devang Patel
2008-09-09
Add assertion check.
Devang Patel
2008-09-09
Simplify.
Devang Patel
2008-09-04
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-08-14
The pass manager is not able to schedule -loop-deletion -loop-index-split.
Devang Patel
2008-08-12
Use SmallVector instead of std::vector
Devang Patel
2008-08-12
Use DenseMap to keep track of last users.
Devang Patel
2008-08-11
Keep track of analysis usage information for passes. Avoid invoking
Devang Patel
2008-08-08
Don't call getAnalysisUsage unless -debug-pass is enabled. This speeds
Chris Lattner
2008-08-08
Speed up the passmgr by avoiding heap thrashing on vectors.
Chris Lattner
2008-08-07
Don't verify passes when assertions are disabled.
Chris Lattner
2008-07-09
Consistently put quotes around pass names in debugging output.
Dan Gohman
2008-07-01
Disable dom info verifier by default.
Devang Patel
2008-07-01
Fix typos in comments.
Devang Patel
2008-07-01
Add dom info verifier.
Devang Patel
2008-06-06
Print debug message only if there are dead passes.
Devang Patel
2008-06-04
More pass manager debugging outputs.
Evan Cheng
2008-06-03
"Unable to schedule <A> required by <B>" is more helpful then
Devang Patel
2008-06-03
Add debugging aid.
Devang Patel
2008-05-13
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-03-20
Keep track of analysis information inherited from Module pass manager.
Devang Patel
2008-03-19
#if 1 .. #endif markers do not add any value.
Devang Patel
2008-03-19
PassInfo keep tracks whether a pass is an analysis pass or not.
Devang Patel
2008-03-19
Do not use virtual function to identify an analysis pass.
Devang Patel
2008-03-18
Identify Analysis pass.
Devang Patel
2008-03-16
C and Objective Caml bindings for PassManagers.
Gordon Henriksen
2008-03-13
Eliminate a few unnecessary uses of dynamic_cast.
Dan Gohman
2008-03-13
Fix a typo.
Dan Gohman
2008-03-13
Don't redundantly clear std::vector members in destructors.
Dan Gohman
2008-03-13
Change PMTopLevelManager's PassManagers vector element type from
Dan Gohman
2008-03-13
Change PMStack::push to accept a PMDataManager* instead of
Dan Gohman
2008-03-11
Give PassManager and FunctionPassManager a common base class, with
Dan Gohman
2008-03-11
Fix typos in comments.
Dan Gohman
2008-02-27
Remove dead code.
Devang Patel
2008-02-02
Add comment explaining what is lower level analysis pass.
Devang Patel
2008-01-29
Fix 80-col violations.
Dan Gohman
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-10-08
Add explicit keywords.
Dan Gohman
2007-10-03
Fix a using namespace llvm; in a header file.
Dan Gohman
2007-08-10
Do not overuse std::string. Pass around char * directly.
Devang Patel
2007-08-10
minor simplifications.
Chris Lattner
2007-08-10
avoid copying strings.
Chris Lattner
2007-07-30
Fix pastos in comments for doFinalization functions.
Dan Gohman
2007-07-27
Add facility to dump pass manager structure
Devang Patel
2007-07-20
Use SmallVector instead of std::vector.
Devang Patel
2007-07-19
Verify loop info.
Devang Patel
2007-07-19
Set up ground work to verify preserved analysis info.
Devang Patel
[next]