summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/FindUsedTypes.h
Commit message (Expand)AuthorAge
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-17
* For PR780:Reid Spencer2006-06-07
* Change from using a stub function to a stub variable for passing to theReid Spencer2006-06-01
* fix warningChris Lattner2005-05-15
* Some cleanups for compilation with GCC 4.0.0 to remove warnings:Reid Spencer2005-05-15
* Remove trailing whitespaceMisha Brukman2005-04-21
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-20
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Including the symbol table in the FindUsedTypes analysis was the WRONG wayChris Lattner2003-11-02
* Add new methodChris Lattner2003-10-28
* Fix bug in eon hopefullyChris Lattner2003-10-23
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* Standardize header file commentsChris Lattner2003-09-30
* Make users of FindUsedTypes not have problems with linkage. This fixesChris Lattner2002-09-24
* - Do not expose ::ID from any of the analyses anymore.Chris Lattner2002-08-21
* * Eliminate the Provided set. All Passes now finally just automaticallyChris Lattner2002-07-29
* * Standardize how analysis results/passes as printed with the print() virtualChris Lattner2002-07-27
* *** empty log message ***Chris Lattner2002-07-26
* *** empty log message ***Chris Lattner2002-07-26
* Simplify analyses so that there is only one analysis per classChris Lattner2002-07-26
* Remove dead optionsChris Lattner2002-07-25
* MEGAPATCH checkin.Chris Lattner2002-06-25
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-29
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-27
* Convert analyses over to new Pass frameworkChris Lattner2002-01-30
* Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner2002-01-21
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Fix protection probsChris Lattner2001-11-15
* New pass to figure out what types are in use by a programChris Lattner2001-11-09