All directory targets now install the Makefile only if it is missing.
[oota-llvm.git] / tools / analyze /
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-22 Chris LattnerDelete the -print-cfg pass from this file
2003-10-20 John CriswellAdded LLVM copyright to Makefiles.
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-20 Chris Lattnerfix file headers
2003-10-20 John CriswellAdded copyright header to all C++ source files.
2003-08-31 Chris LattnerRename TarjanSCCIterator -> scc_iterator
2003-08-31 Chris LattnerDon't explicitly use the SCC class
2003-08-31 Chris LattnerThe SCC::HasLoop method is now in the main iterator
2003-08-31 Chris LattnerThe tarjan iterator now returns a reference to the...
2003-08-31 Chris LattnerIndent classes correctly in the namespace
2003-08-31 Chris Lattner* Cleanups
2003-07-14 Misha BrukmanThe word `separate' only has one `e'.
2003-06-17 Brian GaekeUse $(PLATFORMLIBDL) to selectively bring in -ldl only...
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-03-31 Chris LattnerMinor tweak
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-11-04 Chris LattnerNo need to explicitly inclue ExportSymbols now
2002-11-04 Vikram S. AdveSimple passes that print out SCCs in the CFGs or in...
2002-11-04 Chris LattnerImplement a new -print-callgraph analysis that turns...
2002-10-07 Chris Lattner - Implement a new -print-cfg option for analyze,...
2002-09-17 Chris LattnerEnable correct support for dynamic loading on Linux
2002-08-30 Chris Lattner - 'analyze' and 'as' now explicitly verify input...
2002-08-30 Chris Lattner - Eliminate the last traces of the 'analysis' namespace
2002-08-29 Chris LattnerNew datastructure analysis correctly uses TargetData
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-23 Chris LattnerConvert over to new style of Makefile, where there...
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-05-07 Chris LattnerMerge all include/llvm/Transforms/Scalar/* into a singl...
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 LattnerRemove asmwriter library from link line, because the...
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 interprocedural analyses out of Analysis library...
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 LattnerFix dependency problem
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.