summaryrefslogtreecommitdiff
path: root/lib/VMCore/PassManager.cpp
Commit message (Expand)AuthorAge
* The pass manager is not able to schedule -loop-deletion -loop-index-split.Devang Patel2008-08-14
* Use SmallVector instead of std::vectorDevang Patel2008-08-12
* Use DenseMap to keep track of last users.Devang Patel2008-08-12
* Keep track of analysis usage information for passes. Avoid invokingDevang Patel2008-08-11
* Don't call getAnalysisUsage unless -debug-pass is enabled. This speedsChris Lattner2008-08-08
* Speed up the passmgr by avoiding heap thrashing on vectors.Chris Lattner2008-08-08
* Don't verify passes when assertions are disabled.Chris Lattner2008-08-07
* Consistently put quotes around pass names in debugging output.Dan Gohman2008-07-09
* Disable dom info verifier by default.Devang Patel2008-07-01
* Fix typos in comments. Devang Patel2008-07-01
* Add dom info verifier.Devang Patel2008-07-01
* Print debug message only if there are dead passes.Devang Patel2008-06-06
* More pass manager debugging outputs.Evan Cheng2008-06-04
* "Unable to schedule <A> required by <B>" is more helpful thenDevang Patel2008-06-03
* Add debugging aid.Devang Patel2008-06-03
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-13
* Keep track of analysis information inherited from Module pass manager.Devang Patel2008-03-20
* #if 1 .. #endif markers do not add any value.Devang Patel2008-03-19
* PassInfo keep tracks whether a pass is an analysis pass or not.Devang Patel2008-03-19
* Do not use virtual function to identify an analysis pass.Devang Patel2008-03-19
* Identify Analysis pass.Devang Patel2008-03-18
* C and Objective Caml bindings for PassManagers.Gordon Henriksen2008-03-16
* Eliminate a few unnecessary uses of dynamic_cast.Dan Gohman2008-03-13
* Fix a typo.Dan Gohman2008-03-13
* Don't redundantly clear std::vector members in destructors.Dan Gohman2008-03-13
* Change PMTopLevelManager's PassManagers vector element type fromDan Gohman2008-03-13
* Change PMStack::push to accept a PMDataManager* instead ofDan Gohman2008-03-13
* Give PassManager and FunctionPassManager a common base class, withDan Gohman2008-03-11
* Fix typos in comments.Dan Gohman2008-03-11
* Remove dead code.Devang Patel2008-02-27
* Add comment explaining what is lower level analysis pass.Devang Patel2008-02-02
* Fix 80-col violations.Dan Gohman2008-01-29
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Add explicit keywords.Dan Gohman2007-10-08
* Fix a using namespace llvm; in a header file.Dan Gohman2007-10-03
* Do not overuse std::string. Pass around char * directly.Devang Patel2007-08-10
* minor simplifications.Chris Lattner2007-08-10
* avoid copying strings.Chris Lattner2007-08-10
* Fix pastos in comments for doFinalization functions.Dan Gohman2007-07-30
* Add facility to dump pass manager structure Devang Patel2007-07-27
* Use SmallVector instead of std::vector.Devang Patel2007-07-20
* Verify loop info.Devang Patel2007-07-19
* Set up ground work to verify preserved analysis info.Devang Patel2007-07-19
* Fix memory leak.Devang Patel2007-07-09
* Here is the bulk of the sanitizing.Gabor Greif2007-07-05
* Fix quotes in debug messages.Devang Patel2007-06-18
* If user wants to run instcombine twice, do not block it.Devang Patel2007-05-23
* Drop 'const'Devang Patel2007-05-03
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01