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