aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/PassSupport.h
Commit message (Expand)AuthorAgeFilesLines
* Tidy some #includes and forward-declarations, and move the C binding codeDan Gohman2010-08-071-2/+0
* Some cleanup. Use a class (OptionInfo) instead of a pair of a pair and removeRafael Espindola2010-08-061-2/+1
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-11/+11
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-11/+11
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-11/+11
* Add INSTANTIATE_AG_PASS, which combines RegisterPass<> with RegisterAnalysisG...Owen Anderson2010-07-211-1/+3
* Add the INITIALIZE_PASS macro.Owen Anderson2010-07-211-0/+2
* Move the handling of PassRegistrationListener's to PassRegistry.Owen Anderson2010-07-201-5/+3
* Pull out r108755. After offline discussion with Chris, we're going to go a d...Owen Anderson2010-07-201-10/+3
* Speculatively revert r108813, in an attempt to get the self-host buildbots wo...Owen Anderson2010-07-201-50/+40
* Reapply r108794, a fix for the failing test from last time.Owen Anderson2010-07-201-40/+50
* Revert r108794, "Separate PassInfo into two classes: a constructor-freeDaniel Dunbar2010-07-201-50/+40
* Separate PassInfo into two classes: a constructor-free superclass (StaticPass...Owen Anderson2010-07-201-40/+50
* Change the implemented interfaces list on PassInfo from a std::vector to a ma...Owen Anderson2010-07-191-3/+10
* Move several non-performance-critical member functinos out of line.Dan Gohman2010-06-211-7/+1
* add a helper method.Chris Lattner2010-01-201-0/+5
* Add required #includes for freestanding .h files.Daniel Dunbar2009-10-171-1/+1
* Remove some unused fields.Dan Gohman2009-08-291-7/+4
* remove a deprecated interface that was pretty uselessGabor Greif2009-03-021-7/+0
* fix typoGabor Greif2009-03-021-1/+1
* Correct a comment.Dan Gohman2008-06-241-1/+1
* Remove warnings about unused parameters and shadowed variables.Bill Wendling2008-05-191-6/+6
* Make PassInfo noncopyable.Dan Gohman2008-05-141-0/+4
* Change class' public PassInfo variables to by initialized with theDan Gohman2008-05-131-53/+50
* Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman2008-05-061-1/+0
* PassInfo keep tracks whether a pass is an analysis pass or not.Devang Patel2008-03-191-6/+12
* Add explicit keywords.Dan Gohman2008-01-291-1/+1
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* update comment.Chris Lattner2007-10-181-1/+1
* Change casts from old style to new style. This helps document the detailsReid Spencer2007-08-121-4/+4
* Re-install patch to enable use of PassID.Devang Patel2007-05-021-13/+13
* revert enough of devang's recent patches to get the tree basically working againChris Lattner2007-05-021-13/+13
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-13/+13
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-161-2/+4
* Add the 'explicit' keyword to several constructors that accept oneDan Gohman2007-03-231-5/+5
* Switch analysis groups to be unregistered when llvm_shutdown is called.Chris Lattner2006-12-011-2/+0
* Start moving pass registration over to using the ManagedStatic mechanism.Chris Lattner2006-12-011-1/+0
* pass cfgonly up the ctor instead of calling an explicit method.Chris Lattner2006-12-011-22/+6
* move 'cfgonly' pass tracking into PassInfo, instead of handling it withChris Lattner2006-12-011-3/+11
* remove 'target constructor' support.Chris Lattner2006-12-011-15/+5
* Remove dead methodsChris Lattner2006-12-011-22/+0
* simplify AnalysisGroup registration, eliminating one typeid call.Chris Lattner2006-08-281-13/+5
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-271-47/+0
* Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.Chris Lattner2006-08-271-24/+17
* We no longer care whether something is an opt vs analysis pass, only whetherChris Lattner2006-08-271-42/+28
* Introducing plugable register allocators and instruction schedulers.Jim Laskey2006-08-011-69/+0
* Working toward registration of register allocators.Jim Laskey2006-07-271-0/+70
* For PR780:Reid Spencer2006-07-261-1/+1
* For PR780:Reid Spencer2006-06-071-11/+1
* Speedup and simplify pass registration by the observation that there isChris Lattner2006-01-231-71/+50