aboutsummaryrefslogtreecommitdiff
path: root/tools/analyze
AgeCommit message (Expand)Author
2002-04-07Remove asmwriter library from link line, because the useful contents of itChris Lattner
2002-04-07Change references to the Method class to be references to the FunctionChris Lattner
2002-03-26* Add support for DataStructure analysisChris Lattner
2002-03-06Pull interprocedural analyses out of Analysis library into their own libChris Lattner
2002-03-06Pull callgraph out of Cfg namespaceChris Lattner
2002-02-24Cleanup to build with GCC 3.0.4Chris Lattner
2002-02-12Method.h no longer includes BasicBlock.hChris Lattner
2002-02-01Catch the parse exception if bad input is provided. Much better than an abortChris Lattner
2002-01-31Fix dependency problemChris Lattner
2002-01-31Convert analyze over to use new pass framework for its analysesChris Lattner
2002-01-21Eliminate opt libraryChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-03Induction variables must be phi nodesChris Lattner
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner
2001-11-26Add hooks to print natural loop information and induction variablesChris Lattner
2001-11-09Add hooks for the FindUsedTypes passChris Lattner
2001-11-07Add analysis pass.Chris Lattner
2001-09-28Add support to print a call graph, and also add support for module level inte...Chris Lattner
2001-09-14Export the instruction forest support from the analysis libraryChris Lattner
2001-09-09iFix dependence orderChris Lattner
2001-09-07Make use of the new TOOLNAME/USEDLIBS options provided in Makefile.commonChris Lattner
2001-07-25Parenthesize output for expranalyze so that pointer stuff being multiplied is...Chris Lattner
2001-07-23Use the new Alias command line optionChris Lattner
2001-07-23CommandLine library cleanup. No longer use getValue/setValue, instead, just ...Chris Lattner
2001-07-23Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner
2001-07-23Large scale changes to implement new command line argument facilityChris Lattner
2001-07-21Support changed expression apiChris Lattner
2001-07-20Update makefile for more accurate depsChris Lattner
2001-07-18Fix clean targetChris Lattner
2001-07-15Reordered link line for correct static linking.Vikram S. Adve
2001-07-06Add better support for post dominator information.Chris Lattner
2001-07-03Initial checkin of analyze tool.Chris Lattner