aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/FindUsedTypes.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-66/+0
* Update to LLVM 3.5a.Stephen Hines2014-04-241-3/+3
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-3/+3
* Fix a source of non determinism in FindUsedTypes, use a SetVector instead of aJulien Lerouge2011-05-131-3/+3
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-1/+3
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-1/+1
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-1/+1
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-1/+1
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-231-2/+1
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-0/+1
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-1/+1
* Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman2008-05-061-3/+0
* PassInfo keep tracks whether a pass is an analysis pass or not.Devang Patel2008-03-191-1/+1
* Do not use virtual function to identify an analysis pass.Devang Patel2008-03-191-5/+1
* Identify Analysis pass.Devang Patel2008-03-181-0/+4
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Fix typo in comment.Nick Lewycky2007-05-061-1/+1
* Drop 'const'Devang Patel2007-05-031-1/+1
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-1/+1
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-0/+3
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-171-0/+1
* For PR780:Reid Spencer2006-06-071-7/+3
* Change from using a stub function to a stub variable for passing to theReid Spencer2006-06-011-2/+2
* fix warningChris Lattner2005-05-151-1/+1
* Some cleanups for compilation with GCC 4.0.0 to remove warnings:Reid Spencer2005-05-151-1/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-2/+2
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-201-2/+2
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+5
* Including the symbol table in the FindUsedTypes analysis was the WRONG wayChris Lattner2003-11-021-5/+0
* Add new methodChris Lattner2003-10-281-0/+4
* Fix bug in eon hopefullyChris Lattner2003-10-231-0/+4
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Standardize header file commentsChris Lattner2003-09-301-1/+1
* Make users of FindUsedTypes not have problems with linkage. This fixesChris Lattner2002-09-241-14/+19
* - Do not expose ::ID from any of the analyses anymore.Chris Lattner2002-08-211-5/+0
* * Eliminate the Provided set. All Passes now finally just automaticallyChris Lattner2002-07-291-1/+0
* * Standardize how analysis results/passes as printed with the print() virtualChris Lattner2002-07-271-1/+1
* *** empty log message ***Chris Lattner2002-07-261-4/+1
* *** empty log message ***Chris Lattner2002-07-261-1/+1
* Simplify analyses so that there is only one analysis per classChris Lattner2002-07-261-1/+1
* Remove dead optionsChris Lattner2002-07-251-9/+1
* MEGAPATCH checkin.Chris Lattner2002-06-251-1/+1
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-291-0/+1
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-271-4/+5
* Convert analyses over to new Pass frameworkChris Lattner2002-01-301-8/+12
* Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner2002-01-211-5/+5
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-3/+3
* Fix protection probsChris Lattner2001-11-151-1/+1
* New pass to figure out what types are in use by a programChris Lattner2001-11-091-0/+58