Age | Commit message (Expand) | Author |
2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner |
2011-05-13 | Fix a source of non determinism in FindUsedTypes, use a SetVector instead of a | Julien Lerouge |
2010-10-19 | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson |
2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |
2009-08-23 | Change Pass::print to take a raw ostream instead of std::ostream, | Chris Lattner |
2009-01-05 | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman |
2008-09-04 | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman |
2008-05-06 | Remove uses of llvm/System/IncludeFile.h that are no longer needed. | Dan Gohman |
2008-03-19 | PassInfo keep tracks whether a pass is an analysis pass or not. | Devang Patel |
2008-03-19 | Do not use virtual function to identify an analysis pass. | Devang Patel |
2008-03-18 | Identify Analysis pass. | Devang Patel |
2007-12-29 | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner |
2007-05-06 | Fix typo in comment. | Nick Lewycky |
2007-05-03 | Drop 'const' | Devang Patel |
2007-05-02 | Use 'static const char' instead of 'static const int'. | Devang Patel |
2007-05-01 | Do not use typeinfo to identify pass in pass manager. | Devang Patel |
2006-12-17 | Added an automatic cast to "std::ostream*" etc. from OStream. We then can | Bill Wendling |
2006-06-07 | For PR780: | Reid Spencer |
2006-06-01 | Change from using a stub function to a stub variable for passing to the | Reid Spencer |
2005-05-15 | fix warning | Chris Lattner |
2005-05-15 | Some cleanups for compilation with GCC 4.0.0 to remove warnings: | Reid Spencer |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2004-09-20 | 'Pass' should now not be derived from by clients. Instead, they should derive | Chris Lattner |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-11-02 | Including the symbol table in the FindUsedTypes analysis was the WRONG way | Chris Lattner |
2003-10-28 | Add new method | Chris Lattner |
2003-10-23 | Fix bug in eon hopefully | Chris Lattner |
2003-10-20 | Added LLVM copyright header (for lack of a better term). | John Criswell |
2003-09-30 | Standardize header file comments | Chris Lattner |
2002-09-24 | Make users of FindUsedTypes not have problems with linkage. This fixes | Chris Lattner |
2002-08-21 | - Do not expose ::ID from any of the analyses anymore. | Chris Lattner |
2002-07-29 | * Eliminate the Provided set. All Passes now finally just automatically | Chris Lattner |
2002-07-27 | * Standardize how analysis results/passes as printed with the print() virtual | Chris Lattner |
2002-07-26 | *** empty log message *** | Chris Lattner |
2002-07-26 | *** empty log message *** | Chris Lattner |
2002-07-26 | Simplify analyses so that there is only one analysis per class | Chris Lattner |
2002-07-25 | Remove dead options | Chris Lattner |
2002-06-25 | MEGAPATCH checkin. | Chris Lattner |
2002-04-29 | Add new optional getPassName() virtual function that a Pass can override | Chris Lattner |
2002-04-27 | * Rename MethodPass class to FunctionPass | Chris Lattner |
2002-01-30 | Convert analyses over to new Pass framework | Chris Lattner |
2002-01-21 | Implement a more powerful, simpler, pass system. This pass system can figure | Chris Lattner |
2002-01-20 | Changes to build successfully with GCC 3.02 | Chris Lattner |
2001-11-15 | Fix protection probs | Chris Lattner |
2001-11-09 | New pass to figure out what types are in use by a program | Chris Lattner |