| Commit message (Expand) | Author | Age | Files | Lines |
* | Now with fewer extraneous semicolons! | Owen Anderson | 2010-10-07 | 1 | -1/+1 |
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
* | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 1 | -1/+1 |
* | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson | 2010-07-21 | 1 | -2/+2 |
* | Change Pass::print to take a raw ostream instead of std::ostream, | Chris Lattner | 2009-08-23 | 1 | -1/+1 |
* | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman | 2008-09-04 | 1 | -1/+1 |
* | rename destroy -> releaseMemory to properly hook into passmgr. | Chris Lattner | 2008-08-28 | 1 | -2/+2 |
* | Clear the intervals list in "destroy", patch by | Chris Lattner | 2008-08-28 | 1 | -0/+1 |
* | fix warning when assertions disabled. | Chris Lattner | 2008-06-21 | 1 | -2/+1 |
* | These passes preserve CFG. | Devang Patel | 2008-03-20 | 1 | -1/+1 |
* | Restore isCFGOnly property of various analysis passes. | Devang Patel | 2008-03-20 | 1 | -1/+1 |
* | PassInfo keep tracks whether a pass is an analysis pass or not. | Devang Patel | 2008-03-19 | 1 | -1/+1 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Drop 'const' | Devang Patel | 2007-05-03 | 1 | -1/+1 |
* | Use 'static const char' instead of 'static const int'. | Devang Patel | 2007-05-02 | 1 | -1/+1 |
* | Do not use typeinfo to identify pass in pass manager. | Devang Patel | 2007-05-01 | 1 | -1/+3 |
* | Eliminate RegisterAnalysis. RegisterPass now does all that is necessary. | Chris Lattner | 2006-08-27 | 1 | -1/+1 |
* | Make interval partition print correctly, patch contributed by | Chris Lattner | 2005-04-26 | 1 | -2/+2 |
* | Convert tabs to spaces | Misha Brukman | 2005-04-22 | 1 | -1/+1 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -3/+3 |
* | Remove use of bind_obj, deleter, and finegrainify namespacification. | Chris Lattner | 2005-02-22 | 1 | -18/+15 |
* | For PR387:\ | Reid Spencer | 2004-12-07 | 1 | -1/+1 |
* | Fixes to make LLVM compile with vc7.1. | Alkis Evlogimenos | 2004-09-03 | 1 | -1/+2 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -1/+1 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 |
* | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | Regularize header file comments | Chris Lattner | 2003-10-13 | 1 | -4/+2 |
* | Fix spelling of `propagate'. | Misha Brukman | 2002-10-29 | 1 | -3/+3 |
* | - Do not expose ::ID from any of the analyses anymore. | Chris Lattner | 2002-08-21 | 1 | -2/+0 |
* | *** empty log message *** | Chris Lattner | 2002-08-09 | 1 | -5/+5 |
* | *** empty log message *** | Chris Lattner | 2002-07-31 | 1 | -1/+1 |
* | Declare that these passes only depend on the CFG of the function | Chris Lattner | 2002-07-30 | 1 | -1/+1 |
* | * Standardize how analysis results/passes as printed with the print() virtual | Chris Lattner | 2002-07-27 | 1 | -1/+6 |
* | * Add support for different "PassType's" | Chris Lattner | 2002-07-26 | 1 | -0/+3 |
* | MEGAPATCH checkin. | Chris Lattner | 2002-06-25 | 1 | -6/+4 |
* | Mark analyses that only depend on the CFG of a function | Chris Lattner | 2002-05-06 | 1 | -1/+1 |
* | Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classes | Chris Lattner | 2002-04-28 | 1 | -4/+3 |
* | * Rename MethodPass class to FunctionPass | Chris Lattner | 2002-04-27 | 1 | -5/+5 |
* | Change references to the Method class to be references to the Function | Chris Lattner | 2002-04-07 | 1 | -8/+8 |
* | Convert analyses to new pass structure | Chris Lattner | 2002-01-31 | 1 | -3/+8 |
* | Changes to build successfully with GCC 3.02 | Chris Lattner | 2002-01-20 | 1 | -0/+1 |
* | Create a new #include "Support/..." directory structure to move things | Chris Lattner | 2001-11-27 | 1 | -1/+1 |
* | Moved inline/llvm/Tools/* to include/llvm/Support/* | Chris Lattner | 2001-07-23 | 1 | -1/+1 |
* | IntervalPartition was changed to inherit from vector<Interval*> instead of | Chris Lattner | 2001-07-03 | 1 | -1/+1 |
* | Moved deleter to include/llvm/Tools/STLExtras.h | Chris Lattner | 2001-07-02 | 1 | -2/+0 |
* | Miscellaneous cleanups: | Chris Lattner | 2001-06-27 | 1 | -13/+18 |
* | IntervalPartition: recode to use IntervalIterator to do all the work | Chris Lattner | 2001-06-25 | 1 | -117/+29 |
* | New file due to the Intervals.h splitup | Chris Lattner | 2001-06-24 | 1 | -0/+181 |