aboutsummaryrefslogtreecommitdiffstats
path: root/tools/opt
Commit message (Expand)AuthorAgeFilesLines
* Remove this printerChris Lattner2004-07-181-19/+0
* bug 122:Reid Spencer2004-07-181-1/+1
* Prune unused #includeChris Lattner2004-07-111-1/+0
* Add -load optionChris Lattner2004-07-111-0/+1
* Add #include <iostream> since Value.h does not include it any more.Reid Spencer2004-07-041-0/+1
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-041-0/+1
* Make sure to link all IPA's into opt, so that it has access to stuff likeChris Lattner2004-06-251-1/+1
* Neuter the -q option. Stop printing the "program modified" message, everChris Lattner2004-05-271-3/+2
* Re-introduce the -q option and make opt always return 0, even if theReid Spencer2004-05-271-3/+7
* Removed the -q option and the default message written to stderr. TheReid Spencer2004-05-271-6/+3
* Right, globals aren't values yet..Chris Lattner2004-05-271-1/+1
* Add a simple pass.Chris Lattner2004-05-271-0/+45
* Header file movedChris Lattner2004-05-271-1/+1
* finegrainify namespacificationChris Lattner2004-04-121-17/+16
* Remove obsolete analysesChris Lattner2004-04-021-71/+1
* Fix wonky headerChris Lattner2004-04-021-2/+14
* Make sure to print a stack trace whenever an error signal is delivered to theChris Lattner2004-02-191-0/+1
* Rename methodChris Lattner2003-12-231-1/+1
* Make 'opt -o -' work correctly instead of creating a file named './-'Chris Lattner2003-12-101-2/+2
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-114-0/+11
* Delete the -print-cfg pass from this fileChris Lattner2003-10-221-67/+2
* Added LLVM copyright to Makefiles.John Criswell2003-10-201-0/+8
* Removed extraneous comment line.John Criswell2003-10-201-1/+0
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* fix file headersChris Lattner2003-10-202-2/+0
* Added copyright header to all C++ source files.John Criswell2003-10-203-0/+24
* Fix grammar.Misha Brukman2003-10-101-1/+1
* Rename TarjanSCCIterator -> scc_iteratorChris Lattner2003-08-311-9/+10
* Don't explicitly use the SCC classChris Lattner2003-08-311-2/+2
* The SCC::HasLoop method is now in the main iteratorChris Lattner2003-08-311-7/+7
* The tarjan iterator now returns a reference to the current SCC, not a possibl...Chris Lattner2003-08-311-2/+2
* Indent classes correctly in the namespaceChris Lattner2003-08-311-46/+56
* * CleanupsChris Lattner2003-08-311-38/+30
* Remove instloops libraryChris Lattner2003-07-211-1/+1
* Added pass to instrument backedges for lightweight tracingAnand Shukla2003-07-181-2/+1
* The word `separate' only has one `e'.Misha Brukman2003-07-141-1/+1
* Converted tabs to spaces.Misha Brukman2003-07-101-1/+1
* Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms whereBrian Gaeke2003-06-171-1/+1
* Kill using declarationsChris Lattner2003-05-221-15/+13
* Make sure to create a target data that matches the Module's target properties.Chris Lattner2003-04-241-0/+3
* Remove support for "target data" pass ctorsChris Lattner2003-04-241-5/+0
* Don't support codegen passes in optChris Lattner2003-04-161-0/+2
* Remove codegen libraries to speed up linking optChris Lattner2003-04-161-3/+2
* Give verbose error messages if bytecode file cannot be parsedChris Lattner2003-04-161-2/+7
* Rename -no-* to -disable-*Chris Lattner2003-02-261-2/+3
* Add new -no-verify optionChris Lattner2003-02-121-1/+5
* Add a new -no-output option, useful for -aa-eval tests.Chris Lattner2003-02-121-1/+5
* ipa.a only needs to be mentioned once, and spaces should be used instead ofMisha Brukman2002-12-121-6/+3
* Repeat ipa.a. Since IPModRef is currently only used in analysis.o,Vikram S. Adve2002-12-091-1/+1
* Remove extra target.a entryChris Lattner2002-11-191-1/+1