index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
opt
Age
Commit message (
Expand
)
Author
2004-07-18
Remove this printer
Chris Lattner
2004-07-18
bug 122:
Reid Spencer
2004-07-11
Prune unused #include
Chris Lattner
2004-07-11
Add -load option
Chris Lattner
2004-07-04
Add #include <iostream> since Value.h does not include it any more.
Reid Spencer
2004-07-04
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2004-06-25
Make sure to link all IPA's into opt, so that it has access to stuff like
Chris Lattner
2004-05-27
Neuter the -q option. Stop printing the "program modified" message, ever
Chris Lattner
2004-05-27
Re-introduce the -q option and make opt always return 0, even if the
Reid Spencer
2004-05-27
Removed the -q option and the default message written to stderr. The
Reid Spencer
2004-05-27
Right, globals aren't values yet..
Chris Lattner
2004-05-27
Add a simple pass.
Chris Lattner
2004-05-27
Header file moved
Chris Lattner
2004-04-12
finegrainify namespacification
Chris Lattner
2004-04-02
Remove obsolete analyses
Chris Lattner
2004-04-02
Fix wonky header
Chris Lattner
2004-02-19
Make sure to print a stack trace whenever an error signal is delivered to the
Chris Lattner
2003-12-23
Rename method
Chris Lattner
2003-12-10
Make 'opt -o -' work correctly instead of creating a file named './-'
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-22
Delete the -print-cfg pass from this file
Chris Lattner
2003-10-20
Added LLVM copyright to Makefiles.
John Criswell
2003-10-20
Removed extraneous comment line.
John Criswell
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
fix file headers
Chris Lattner
2003-10-20
Added copyright header to all C++ source files.
John Criswell
2003-10-10
Fix grammar.
Misha Brukman
2003-08-31
Rename TarjanSCCIterator -> scc_iterator
Chris Lattner
2003-08-31
Don't explicitly use the SCC class
Chris Lattner
2003-08-31
The SCC::HasLoop method is now in the main iterator
Chris Lattner
2003-08-31
The tarjan iterator now returns a reference to the current SCC, not a possibl...
Chris Lattner
2003-08-31
Indent classes correctly in the namespace
Chris Lattner
2003-08-31
* Cleanups
Chris Lattner
2003-07-21
Remove instloops library
Chris Lattner
2003-07-18
Added pass to instrument backedges for lightweight tracing
Anand Shukla
2003-07-14
The word `separate' only has one `e'.
Misha Brukman
2003-07-10
Converted tabs to spaces.
Misha Brukman
2003-06-17
Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms where
Brian Gaeke
2003-05-22
Kill using declarations
Chris Lattner
2003-04-24
Make sure to create a target data that matches the Module's target properties.
Chris Lattner
2003-04-24
Remove support for "target data" pass ctors
Chris Lattner
2003-04-16
Don't support codegen passes in opt
Chris Lattner
2003-04-16
Remove codegen libraries to speed up linking opt
Chris Lattner
2003-04-16
Give verbose error messages if bytecode file cannot be parsed
Chris Lattner
2003-02-26
Rename -no-* to -disable-*
Chris Lattner
2003-02-12
Add new -no-verify option
Chris Lattner
2003-02-12
Add a new -no-output option, useful for -aa-eval tests.
Chris Lattner
2002-12-12
ipa.a only needs to be mentioned once, and spaces should be used instead of
Misha Brukman
2002-12-09
Repeat ipa.a. Since IPModRef is currently only used in analysis.o,
Vikram S. Adve
2002-11-19
Remove extra target.a entry
Chris Lattner
[next]