aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Pass.h
Commit message (Expand)AuthorAgeFilesLines
* Don't include <map> in Pass.h, which doesn't need it. This requiresDan Gohman2008-03-211-1/+1
* PassInfo keep tracks whether a pass is an analysis pass or not.Devang Patel2008-03-191-16/+12
* Do not use virtual function to identify an analysis pass.Devang Patel2008-03-191-16/+16
* Identify Analysis pass.Devang Patel2008-03-181-0/+5
* Update comments; getPassName no longer uses RTTI.Dan Gohman2008-03-141-3/+1
* Move the PMStack class out of Pass.h and into PassManagers.h.Dan Gohman2008-03-141-28/+0
* Change PMStack::push to accept a PMDataManager* instead ofDan Gohman2008-03-131-1/+1
* Fix a typo in a comment.Dan Gohman2008-03-131-1/+1
* No need for typedefs with enums in C++.Dan Gohman2008-03-131-2/+0
* Remove unused runPass methods.Dan Gohman2008-03-081-15/+0
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Allow passes to just pass up "FunctionPass(&ID)" instead of "FunctionPass((in...Chris Lattner2007-10-081-0/+6
* Include DataTypes.h to provide intptr_t type. This fixes OpenBSD compilation ...Anton Korobeynikov2007-10-061-0/+1
* Change casts from old style to new style. This helps document the detailsReid Spencer2007-08-121-1/+1
* Make ImmutablePass::runOnModule non-virtual, since it is notDan Gohman2007-08-011-1/+1
* Verify loop info.Devang Patel2007-07-191-1/+1
* Set up ground work to verify preserved analysis info.Devang Patel2007-07-191-0/+4
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+418