summaryrefslogtreecommitdiff
path: root/tools/analyze/analyze.cpp
Commit message (Expand)AuthorAge
* Implemented -quiet feature for analyzeRobert Bocchino2006-03-03
* Use the new LinkAllAnalyses.h header instead of forcing passes to beChris Lattner2005-10-24
* Remove trailing whitespaceMisha Brukman2005-04-22
* For PR351:Reid Spencer2004-12-30
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-20
* Changes For Bug 352Reid Spencer2004-09-01
* The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer2004-08-29
* Add -load optionChris Lattner2004-07-11
* Header file movedChris Lattner2004-05-27
* Make sure to print a stack trace whenever an error signal is deliveredChris Lattner2004-02-19
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* fix file headersChris Lattner2003-10-20
* Added copyright header to all C++ source files.John Criswell2003-10-20
* Add a disable-verify optionChris Lattner2003-05-12
* Move static stuff to an anonymous namespaceChris Lattner2003-05-12
* Make sure to create a target data that matches the Module's target properties.Chris Lattner2003-04-24
* Make printing messages nicerChris Lattner2003-02-24
* Disable timing of bytecode loaderChris Lattner2002-12-03
* Add a timer to evaluate bytecode load time and space requirementsChris Lattner2002-11-10
* Give passnames to the printer classesChris Lattner2002-11-06
* - 'analyze' and 'as' now explicitly verify input because AsmParser doesn't.Chris Lattner2002-08-30
* - Cleaned up the interface to AnalysisUsage to take analysis class namesChris Lattner2002-08-08
* Changes to be GCC3.1 friendlyChris Lattner2002-07-31
* Print the tool name when an error comes from so that I can tell whichChris Lattner2002-07-30
* Use a module analysisChris Lattner2002-07-29
* Seperate analysis wrapper stuff to AnalysisWrappers.cppChris Lattner2002-07-29
* Make analyze use the Pass repository to populate it's command line argument listChris Lattner2002-07-27
* *** empty log message ***Chris Lattner2002-07-26
* Be more namespace correctChris Lattner2002-07-25
* Add description to Enum options.Chris Lattner2002-07-22
* Convert command line option processing code over to use the syntax supportedChris Lattner2002-07-22
* Add support for bottom up closure of ds analysisChris Lattner2002-07-18
* Rename DataStructure to LocalDataStructuresChris Lattner2002-07-10
* MEGAPATCH checkin.Chris Lattner2002-06-25
* Remove InstForest from analysis namespaceChris Lattner2002-04-29
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-29
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-29
* Rename functions to be more consistend with other pass constructorsChris Lattner2002-04-28
* Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...Chris Lattner2002-04-28
* Eliminate the cfg namespaceChris Lattner2002-04-28
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-27
* Add #includesChris Lattner2002-04-08
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-07
* * Add support for DataStructure analysisChris Lattner2002-03-26
* Pull callgraph out of Cfg namespaceChris Lattner2002-03-06
* Cleanup to build with GCC 3.0.4Chris Lattner2002-02-24
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-12
* Catch the parse exception if bad input is provided. Much better than an abortChris Lattner2002-02-01
* Convert analyze over to use new pass framework for its analysesChris Lattner2002-01-31
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20