Add hooks to print natural loop information and induction variables
[oota-llvm.git] / tools / analyze / analyze.cpp
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-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-06 Chris LattnerAdd better support for post dominator information.
2001-07-03 Chris LattnerInitial checkin of analyze tool.