aboutsummaryrefslogtreecommitdiff
path: root/tools/opt
AgeCommit message (Expand)Author
2004-07-18Remove this printerChris Lattner
2004-07-18bug 122:Reid Spencer
2004-07-11Prune unused #includeChris Lattner
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-06-25Make sure to link all IPA's into opt, so that it has access to stuff likeChris Lattner
2004-05-27Neuter the -q option. Stop printing the "program modified" message, everChris Lattner
2004-05-27Re-introduce the -q option and make opt always return 0, even if theReid Spencer
2004-05-27Removed the -q option and the default message written to stderr. TheReid 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-02Fix wonky headerChris Lattner
2004-02-19Make sure to print a stack trace whenever an error signal is delivered to theChris Lattner
2003-12-23Rename methodChris Lattner
2003-12-10Make 'opt -o -' work correctly instead of creating a file named './-'Chris 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
2003-10-20Removed extraneous comment line.John Criswell
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-20fix file headersChris Lattner
2003-10-20Added copyright header to all C++ source files.John Criswell
2003-10-10Fix grammar.Misha Brukman
2003-08-31Rename TarjanSCCIterator -> scc_iteratorChris Lattner
2003-08-31Don't explicitly use the SCC classChris Lattner
2003-08-31The SCC::HasLoop method is now in the main iteratorChris Lattner
2003-08-31The tarjan iterator now returns a reference to the current SCC, not a possibl...Chris Lattner
2003-08-31Indent classes correctly in the namespaceChris Lattner
2003-08-31* CleanupsChris Lattner
2003-07-21Remove instloops libraryChris Lattner
2003-07-18Added pass to instrument backedges for lightweight tracingAnand Shukla
2003-07-14The word `separate' only has one `e'.Misha Brukman
2003-07-10Converted tabs to spaces.Misha Brukman
2003-06-17Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms whereBrian Gaeke
2003-05-22Kill using declarationsChris Lattner
2003-04-24Make sure to create a target data that matches the Module's target properties.Chris Lattner
2003-04-24Remove support for "target data" pass ctorsChris Lattner
2003-04-16Don't support codegen passes in optChris Lattner
2003-04-16Remove codegen libraries to speed up linking optChris Lattner
2003-04-16Give verbose error messages if bytecode file cannot be parsedChris Lattner
2003-02-26Rename -no-* to -disable-*Chris Lattner
2003-02-12Add new -no-verify optionChris Lattner
2003-02-12Add a new -no-output option, useful for -aa-eval tests.Chris Lattner
2002-12-12ipa.a only needs to be mentioned once, and spaces should be used instead ofMisha Brukman
2002-12-09Repeat ipa.a. Since IPModRef is currently only used in analysis.o,Vikram S. Adve
2002-11-19Remove extra target.a entryChris Lattner