| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a timer to evaluate bytecode load time and space requirements | Chris Lattner | 2002-11-10 | 1 | -0/+4 |
* | Give passnames to the printer classes | Chris Lattner | 2002-11-06 | 1 | -0/+6 |
* | No need to explicitly inclue ExportSymbols now | Chris Lattner | 2002-11-04 | 1 | -1/+1 |
* | Simple passes that print out SCCs in the CFGs or in the CallGraph of a module. | Vikram S. Adve | 2002-11-04 | 1 | -0/+93 |
* | Implement a new -print-callgraph analysis that turns a callgraph into a dot | Chris Lattner | 2002-11-04 | 1 | -1/+45 |
* | - Implement a new -print-cfg option for analyze, that causes it to print the | Chris Lattner | 2002-10-07 | 1 | -0/+88 |
* | Enable correct support for dynamic loading on Linux | Chris Lattner | 2002-09-17 | 1 | -1/+1 |
* | - 'analyze' and 'as' now explicitly verify input because AsmParser doesn't. | Chris Lattner | 2002-08-30 | 1 | -0/+4 |
* | - Eliminate the last traces of the 'analysis' namespace | Chris Lattner | 2002-08-30 | 1 | -4/+4 |
* | New datastructure analysis correctly uses TargetData | Chris Lattner | 2002-08-29 | 1 | -1/+1 |
* | - Cleaned up the interface to AnalysisUsage to take analysis class names | Chris Lattner | 2002-08-08 | 2 | -7/+7 |
* | Changes to be GCC3.1 friendly | Chris Lattner | 2002-07-31 | 1 | -2/+2 |
* | Print the tool name when an error comes from so that I can tell which | Chris Lattner | 2002-07-30 | 1 | -3/+4 |
* | Use a module analysis | Chris Lattner | 2002-07-29 | 1 | -4/+9 |
* | Seperate analysis wrapper stuff to AnalysisWrappers.cpp | Chris Lattner | 2002-07-29 | 2 | -120/+101 |
* | Make analyze use the Pass repository to populate it's command line argument list | Chris Lattner | 2002-07-27 | 1 | -151/+70 |
* | *** empty log message *** | Chris Lattner | 2002-07-26 | 1 | -8/+4 |
* | Be more namespace correct | Chris Lattner | 2002-07-25 | 1 | -2/+1 |
* | Convert over to new style of Makefile, where there is a difference between .o... | Chris Lattner | 2002-07-23 | 1 | -1/+3 |
* | Add description to Enum options. | Chris Lattner | 2002-07-22 | 1 | -1/+2 |
* | Convert command line option processing code over to use the syntax supported | Chris Lattner | 2002-07-22 | 1 | -31/+28 |
* | Add support for bottom up closure of ds analysis | Chris Lattner | 2002-07-18 | 1 | -1/+8 |
* | Rename DataStructure to LocalDataStructures | Chris Lattner | 2002-07-10 | 1 | -3/+3 |
* | MEGAPATCH checkin. | Chris Lattner | 2002-06-25 | 1 | -20/+19 |
* | Merge all include/llvm/Transforms/Scalar/* into a single Scalar.h | Chris Lattner | 2002-05-07 | 1 | -1/+1 |
* | Remove InstForest from analysis namespace | Chris Lattner | 2002-04-29 | 1 | -3/+3 |
* | Eliminate duplicate or unneccesary #include's | Chris Lattner | 2002-04-29 | 1 | -3/+0 |
* | Add new optional getPassName() virtual function that a Pass can override | Chris Lattner | 2002-04-29 | 1 | -1/+11 |
* | Rename functions to be more consistend with other pass constructors | Chris Lattner | 2002-04-28 | 1 | -5/+4 |
* | Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica... | Chris Lattner | 2002-04-28 | 1 | -0/+9 |
* | Eliminate the cfg namespace | Chris Lattner | 2002-04-28 | 1 | -14/+14 |
* | * Rename MethodPass class to FunctionPass | Chris Lattner | 2002-04-27 | 1 | -30/+25 |
* | Add #includes | Chris Lattner | 2002-04-08 | 1 | -1/+3 |
* | Remove asmwriter library from link line, because the useful contents of it | Chris Lattner | 2002-04-07 | 1 | -1/+1 |
* | Change references to the Method class to be references to the Function | Chris Lattner | 2002-04-07 | 1 | -18/+18 |
* | * Add support for DataStructure analysis | Chris Lattner | 2002-03-26 | 2 | -29/+57 |
* | Pull interprocedural analyses out of Analysis library into their own lib | Chris Lattner | 2002-03-06 | 1 | -1/+1 |
* | Pull callgraph out of Cfg namespace | Chris Lattner | 2002-03-06 | 1 | -1/+1 |
* | Cleanup to build with GCC 3.0.4 | Chris Lattner | 2002-02-24 | 1 | -1/+1 |
* | Method.h no longer includes BasicBlock.h | Chris Lattner | 2002-02-12 | 1 | -4/+3 |
* | Catch the parse exception if bad input is provided. Much better than an abort | Chris Lattner | 2002-02-01 | 1 | -3/+8 |
* | Fix dependency problem | Chris Lattner | 2002-01-31 | 1 | -1/+1 |
* | Convert analyze over to use new pass framework for its analyses | Chris Lattner | 2002-01-31 | 1 | -148/+192 |
* | Eliminate opt library | Chris Lattner | 2002-01-21 | 1 | -1/+1 |
* | Changes to build successfully with GCC 3.02 | Chris Lattner | 2002-01-20 | 1 | -2/+6 |
* | Induction variables must be phi nodes | Chris Lattner | 2001-12-03 | 1 | -5/+7 |
* | Create a new #include "Support/..." directory structure to move things | Chris Lattner | 2001-11-27 | 1 | -2/+1 |
* | Add hooks to print natural loop information and induction variables | Chris Lattner | 2001-11-26 | 1 | -1/+21 |
* | Add hooks for the FindUsedTypes pass | Chris Lattner | 2001-11-09 | 1 | -2/+13 |
* | Add analysis pass. | Chris Lattner | 2001-11-07 | 1 | -1/+10 |