summaryrefslogtreecommitdiff
path: root/tools/opt
Commit message (Expand)AuthorAge
* Finegrainify namespacificationChris Lattner2004-09-20
* Changes For Bug 352Reid Spencer2004-09-01
* Add the LLVMsystem.a library as it is now used for operating systemReid Spencer2004-08-29
* The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer2004-08-29
* Remove this printerChris Lattner2004-07-18
* bug 122:Reid Spencer2004-07-18
* Prune unused #includeChris Lattner2004-07-11
* Add -load optionChris Lattner2004-07-11
* Add #include <iostream> since Value.h does not include it any more.Reid Spencer2004-07-04
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-04
* Make sure to link all IPA's into opt, so that it has access to stuff likeChris Lattner2004-06-25
* Neuter the -q option. Stop printing the "program modified" message, everChris Lattner2004-05-27
* Re-introduce the -q option and make opt always return 0, even if theReid Spencer2004-05-27
* Removed the -q option and the default message written to stderr. TheReid Spencer2004-05-27
* Right, globals aren't values yet..Chris Lattner2004-05-27
* Add a simple pass.Chris Lattner2004-05-27
* Header file movedChris Lattner2004-05-27
* finegrainify namespacificationChris Lattner2004-04-12
* Remove obsolete analysesChris Lattner2004-04-02
* Fix wonky headerChris Lattner2004-04-02
* Make sure to print a stack trace whenever an error signal is delivered to theChris Lattner2004-02-19
* Rename methodChris Lattner2003-12-23
* Make 'opt -o -' work correctly instead of creating a file named './-'Chris Lattner2003-12-10
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Delete the -print-cfg pass from this fileChris Lattner2003-10-22
* Added LLVM copyright to Makefiles.John Criswell2003-10-20
* Removed extraneous comment line.John Criswell2003-10-20
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* fix file headersChris Lattner2003-10-20
* Added copyright header to all C++ source files.John Criswell2003-10-20
* Fix grammar.Misha Brukman2003-10-10
* Rename TarjanSCCIterator -> scc_iteratorChris Lattner2003-08-31
* Don't explicitly use the SCC classChris Lattner2003-08-31
* The SCC::HasLoop method is now in the main iteratorChris Lattner2003-08-31
* The tarjan iterator now returns a reference to the current SCC, not a possibl...Chris Lattner2003-08-31
* Indent classes correctly in the namespaceChris Lattner2003-08-31
* * CleanupsChris Lattner2003-08-31
* Remove instloops libraryChris Lattner2003-07-21
* Added pass to instrument backedges for lightweight tracingAnand Shukla2003-07-18
* The word `separate' only has one `e'.Misha Brukman2003-07-14
* Converted tabs to spaces.Misha Brukman2003-07-10
* Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms whereBrian Gaeke2003-06-17
* Kill using declarationsChris Lattner2003-05-22
* Make sure to create a target data that matches the Module's target properties.Chris Lattner2003-04-24
* Remove support for "target data" pass ctorsChris Lattner2003-04-24
* Don't support codegen passes in optChris Lattner2003-04-16
* Remove codegen libraries to speed up linking optChris Lattner2003-04-16
* Give verbose error messages if bytecode file cannot be parsedChris Lattner2003-04-16
* Rename -no-* to -disable-*Chris Lattner2003-02-26
* Add new -no-verify optionChris Lattner2003-02-12