Resolve deps
[oota-llvm.git] / tools / analyze /
2002-01-31 Chris LattnerConvert analyze over to use new pass framework for...
2002-01-21 Chris LattnerEliminate opt library
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-03 Chris LattnerInduction variables must be phi nodes
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris LattnerAdd hooks to print natural loop information and induct...
2001-11-09 Chris LattnerAdd hooks for the FindUsedTypes pass
2001-11-07 Chris LattnerAdd analysis pass.
2001-09-28 Chris LattnerAdd support to print a call graph, and also add support...
2001-09-14 Chris LattnerExport the instruction forest support from the analysis...
2001-09-09 Chris LattneriFix dependence order
2001-09-07 Chris LattnerMake use of the new TOOLNAME/USEDLIBS options provided...
2001-07-25 Chris LattnerParenthesize output for expranalyze so that pointer...
2001-07-23 Chris LattnerUse the new Alias command line option
2001-07-23 Chris LattnerCommandLine library cleanup. No longer use getValue...
2001-07-23 Chris LattnerMoved inline/llvm/Tools/* to include/llvm/Support/*
2001-07-23 Chris LattnerLarge scale changes to implement new command line argum...
2001-07-21 Chris LattnerSupport changed expression api
2001-07-20 Chris LattnerUpdate makefile for more accurate deps
2001-07-18 Chris LattnerFix clean target
2001-07-15 Vikram S. AdveReordered link line for correct static linking.
2001-07-06 Chris LattnerAdd better support for post dominator information.
2001-07-03 Chris LattnerInitial checkin of analyze tool.