aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/PassManager.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix memory leak.Devang Patel2007-07-091-3/+0
* Here is the bulk of the sanitizing.Gabor Greif2007-07-051-1/+1
* Fix quotes in debug messages.Devang Patel2007-06-181-6/+6
* If user wants to run instcombine twice, do not block it.Devang Patel2007-05-231-5/+0
* Drop 'const'Devang Patel2007-05-031-9/+9
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-9/+9
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-8/+17
* Use toplevel function pass manager as OnTheFly manager.Devang Patel2007-04-261-10/+17
* Proivde getAnalysis<FPAnalysis>(Func) support.Devang Patel2007-04-161-0/+5
* Do not assert during analysis implementation initialization.Devang Patel2007-04-161-1/+3
* Print and delete on the fly pass managers.Devang Patel2007-04-161-3/+19
* Update module pass manager to support module passes that requireDevang Patel2007-04-161-11/+44
* Give each pass manager chance to manage lower level analysis pass, which isDevang Patel2007-04-161-20/+60
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-161-3/+3
* Speed Up Pass Manager.Devang Patel2007-03-081-15/+16
* Keep track of higher level analysis.Devang Patel2007-03-061-0/+26
* Keep track of inherited analysis. For example, if a loop pass does notDevang Patel2007-03-061-0/+21
* Add preparePassManager() hook. This allows each pass to check whetherDevang Patel2007-03-061-0/+3
* Current pass manager, not the parent pass manager, assumes the role ofDevang Patel2007-03-051-22/+10
* Avoid constructing std::strings unless pass debugging is ON.Devang Patel2007-03-051-32/+52
* Account for time consumed by releaseMemory() properly.Devang Patel2007-03-051-2/+2
* Unbreak VC++ build.Jeff Cohen2007-03-051-0/+1
* Make getPassManagerType() const.Devang Patel2007-02-271-2/+4
* temporarily revert Devang's most recent patch, which caused a largeChris Lattner2007-02-171-16/+4
* Use inverted map to speedup collectLastUses().Devang Patel2007-02-171-4/+16
* Do not drop transferred last uses on the floor.Devang Patel2007-02-071-0/+3
* Fix PR1158Devang Patel2007-02-051-0/+5
* cvs commitDevang Patel2007-02-011-0/+8
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-301-2/+2
* - Undo previous check-in (i.e. Do not export TimingInfo class throughDevang Patel2007-01-291-5/+65
* Move TimingInfo into PassManagers.h so that other libs can use it.Devang Patel2007-01-291-53/+5
* Update ModulePass::assignPassManager() to take into account PreferredDevang Patel2007-01-171-4/+5
* s/PassDebugging_New/PassDebugging/gDevang Patel2007-01-171-5/+5
* Update assignPassManager() signature to allow selection of preferredDevang Patel2007-01-171-4/+13
* Pass manager may require certain analysis. In such cases, initiallyDevang Patel2007-01-161-3/+2
* Undo last check-in.Devang Patel2007-01-161-62/+50
* Setup pass manager before scheduling required analysis.Devang Patel2007-01-161-50/+62
* Code refactoring.Devang Patel2007-01-161-18/+21
* Remove extra white spaces. Fix comments.Devang Patel2007-01-151-1/+1
* Do not record last users of Pass Manager.Devang Patel2007-01-151-2/+7
* s/addPassToManager/add/gDevang Patel2007-01-121-4/+4
* Move PMTopLevelManager, PMDataManager and FPPassManger classes intoDevang Patel2007-01-121-323/+38
* Remove dead code.Devang Patel2007-01-121-225/+26
* Start using PMStack. Now each pass is responsibe for assingingDevang Patel2007-01-111-28/+23
* Use getPassManagerType() instead of dynamic_cast.Devang Patel2007-01-111-18/+8
* Add PassManagerType enum.Devang Patel2007-01-111-0/+12
* Robustify assingPassManager() for Module, Function and Basic BlockDevang Patel2007-01-111-37/+73
* Add PMStack, a Pass Manager stack.Devang Patel2007-01-081-0/+138
* 1) Remove old AnalysisResolver.Devang Patel2007-01-051-8/+8
* Remove old pass manager.Devang Patel2007-01-051-2/+1