aboutsummaryrefslogtreecommitdiff
path: root/tools/opt
AgeCommit message (Expand)Author
2004-11-14Fix usage of changed function prototypeReid 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-15Fix hyphenation and quoting style for great justiceMisha Brukman
2004-10-13Update to reflect changes in Makefile rules.Reid Spencer
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-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