Changes For Bug 352
[oota-llvm.git] / tools / analyze / analyze.cpp
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-29 Reid SpencerThe functions in Signal.h are now in the llvm::sys...
2004-07-11 Chris LattnerAdd -load option
2004-05-27 Chris LattnerHeader file moved
2004-02-19 Chris LattnerMake sure to print a stack trace whenever an error...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 Chris Lattnerfix file headers
2003-10-20 John CriswellAdded copyright header to all C++ source files.
2003-05-12 Chris LattnerAdd a disable-verify option
2003-05-12 Chris LattnerMove static stuff to an anonymous namespace
2003-04-24 Chris LattnerMake sure to create a target data that matches the...
2003-02-24 Chris LattnerMake printing messages nicer
2002-12-03 Chris LattnerDisable timing of bytecode loader
2002-11-10 Chris LattnerAdd a timer to evaluate bytecode load time and space...
2002-11-06 Chris LattnerGive passnames to the printer classes
2002-08-30 Chris Lattner - 'analyze' and 'as' now explicitly verify input...
2002-08-08 Chris Lattner- Cleaned up the interface to AnalysisUsage to take...
2002-07-31 Chris LattnerChanges to be GCC3.1 friendly
2002-07-30 Chris LattnerPrint the tool name when an error comes from so that...
2002-07-29 Chris LattnerUse a module analysis
2002-07-29 Chris LattnerSeperate analysis wrapper stuff to AnalysisWrappers.cpp
2002-07-27 Chris LattnerMake analyze use the Pass repository to populate it...
2002-07-26 Chris Lattner*** empty log message ***
2002-07-25 Chris LattnerBe more namespace correct
2002-07-22 Chris LattnerAdd description to Enum options.
2002-07-22 Chris LattnerConvert command line option processing code over to...
2002-07-18 Chris LattnerAdd support for bottom up closure of ds analysis
2002-07-10 Chris LattnerRename DataStructure to LocalDataStructures
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-04-29 Chris LattnerRemove InstForest from analysis namespace
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-29 Chris LattnerAdd new optional getPassName() virtual function that...
2002-04-28 Chris LattnerRename functions to be more consistend with other pass...
2002-04-28 Chris LattnerTighten up the AnalysisUsage of lots of passes, primari...
2002-04-28 Chris LattnerEliminate the cfg namespace
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-04-08 Chris LattnerAdd #includes
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-03-26 Chris Lattner* Add support for DataStructure analysis
2002-03-06 Chris LattnerPull callgraph out of Cfg namespace
2002-02-24 Chris LattnerCleanup to build with GCC 3.0.4
2002-02-12 Chris LattnerMethod.h no longer includes BasicBlock.h
2002-02-01 Chris LattnerCatch the parse exception if bad input is provided...
2002-01-31 Chris LattnerConvert analyze over to use new pass framework for...
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-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.