aboutsummaryrefslogtreecommitdiff
path: root/tools/analyze
AgeCommit message (Expand)Author
2006-08-18For PR872:Reid Spencer
2006-07-27Undo last commit, which was committed accidentally.Reid Spencer
2006-07-27Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs toReid Spencer
2006-07-07Tools require EH for their top-level try blocks.Chris Lattner
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-06-01Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer
2006-05-24Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner
2006-04-18fix printing call graphsAndrew Lenharth
2006-03-03Implemented -quiet feature for analyzeRobert Bocchino
2005-12-22Fix test/Regression/Other/2002-01-31-CallGraph.ll after the recent callgraphChris Lattner
2005-10-27Move some constant folding code shared by Analysis and Transform passesJohn Criswell
2005-10-261. Remove libraries no longer created from the list of libraries linked into theJohn Criswell
2005-10-24Link in datastructure as a relinked o fileChris Lattner
2005-10-24Use the new LinkAllAnalyses.h header instead of forcing passes to beChris Lattner
2005-04-22Two changes:Reid Spencer
2005-04-22Remove trailing whitespaceMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2004-12-30For PR351:Reid Spencer
2004-12-07For PR387:\Reid Spencer
2004-11-25Add LLVMbzip2 library, now required.Reid Spencer
2004-10-27Change Library Names Not To Conflict With Others When InstalledReid Spencer
2004-10-22We're not doing automake any moreReid Spencer
2004-10-22We won't use automakeReid Spencer
2004-10-18Initial automake generated Makefile templateReid Spencer
2004-10-18Actually link all the analysis passes and their dependencies.Reid Spencer
2004-10-13Update to reflect changes in Makefile rules.Reid Spencer
2004-10-12Wrap lines at 80 colsMisha Brukman
2004-10-10Initial version of automake Makefile.am file.Reid Spencer
2004-09-20'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner
2004-09-20Finegrainify namespacificationChris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-08-29Add the LLVMsystem.a library as it is now used for operating systemReid Spencer
2004-08-29The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer
2004-07-18Remove this printerChris Lattner
2004-07-18bug 122:Reid Spencer
2004-07-11Add -load optionChris Lattner
2004-07-04Add #include <iostream> since Value.h does not include it any more.Reid Spencer
2004-07-04Add #include <iostream> since Value.h does not #include it any more.Reid Spencer
2004-05-27Right, globals aren't values yet..Chris Lattner
2004-05-27Add a simple pass.Chris Lattner
2004-05-27Header file movedChris Lattner
2004-04-12finegrainify namespacificationChris Lattner
2004-04-02Remove obsolete analysesChris Lattner
2004-04-02Tweak libraries for scev changesChris Lattner
2004-02-19Make sure to print a stack trace whenever an error signal is deliveredChris Lattner
2003-12-23Rename methodChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-22Delete the -print-cfg pass from this fileChris Lattner
2003-10-20Added LLVM copyright to Makefiles.John Criswell