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
2008-05-16
Re-enable tail duplication pass (now with default threshold down to 1 instruc...
Evan Cheng
2008-05-15
Remove tail duplication pass.
Evan Cheng
2008-05-14
Recover nestedloop regression reported by nightly tester.
Devang Patel
2008-05-14
Do not run instruction combiner in middle of loop optimization passes.
Devang Patel
2008-05-10
Re-enable loop deletion by default.
Owen Anderson
2008-05-06
Disable loop deletion until the release branch.
Owen Anderson
2008-05-05
Enable dead loop elimination.
Owen Anderson
2008-05-02
move libcalls to the same place llvm-gcc has it.
Chris Lattner
2008-04-21
enable jump threading pass by default. This causes no miscompilations
Chris Lattner
2008-04-17
Run SimplifyLibCalls near the beginning, not at
Duncan Sands
2008-04-10
Move memcpy / memset optimization pass after GVN.
Evan Cheng
2008-04-09
Factor a bunch of functionality related to memcpy and memset transforms out of
Owen Anderson
2007-12-29
remove attributions from tools.
Chris Lattner
2007-12-29
remove attributions from tools/utils makefiles.
Chris Lattner
2007-10-08
Move the space in overview output for commands out of each of the
Dan Gohman
2007-09-08
Turn GVN on by default.
Owen Anderson
2007-09-04
Enable loop index split pass.
Devang Patel
2007-08-01
Rename FastDSE to just DSE.
Owen Anderson
2007-07-30
Remove a FIXME comment that wasn't removed when the code it accompanied
Dan Gohman
2007-07-17
Turn on FastDSE by default.
Owen Anderson
2007-07-17
Change sroa threshold back.
Evan Cheng
2007-07-17
Temporarily set SROA threshold to 512.
Evan Cheng
2007-07-05
Here is the bulk of the sanitizing.
Gabor Greif
2007-07-05
Fix PR1539. Add LoopPassPrinter.
Devang Patel
2007-06-28
Fix PR 1526.
Devang Patel
2007-05-06
use the new MemoryBuffer interfaces to simplify error reporting in clients.
Chris Lattner
2007-05-06
make sure the ofstream for opt's output file is destroyed, so that the bits
Chris Lattner
2007-05-06
switch tools to bitcode from bytecode
Chris Lattner
2007-05-06
add support to llvm-prof for reading from a bitcode file
Chris Lattner
2007-05-06
if -bitcode is specified, read and write a bitcode file instead of a bytecode...
Chris Lattner
2007-05-03
Drop 'const'
Devang Patel
2007-05-02
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-01
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-04-20
remove cruft
Chris Lattner
2007-04-10
Enable loop rotate pass.
Devang Patel
2007-03-07
Now LoopUnswitch is a LoopPass.
Devang Patel
2007-02-07
push bytecode decompressor out through APIs. Now the bytecode reader
Chris Lattner
2007-02-05
For PR411:
Reid Spencer
2007-02-03
For PR1072:
Reid Spencer
2007-02-02
For PR1152:
Reid Spencer
2007-01-31
shutdown at end of run
Chris Lattner
2007-01-30
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-21
default to emiting an uncompressed .bc file
Chris Lattner
2006-12-13
Remove DSA.
John Criswell
2006-12-07
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-12-06
make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.
Chris Lattner
2006-12-05
This needs the callgraph data structure to stick around as long as the
Chris Lattner
2006-12-01
target constructors are never used
Chris Lattner
2006-12-01
Fix opt -o option. Don't pass a pointer to an auto variable which is going
Nick Lewycky
2006-11-29
Replacing std::iostreams with llvm iostreams. Some of these changes involve
Bill Wendling
[prev]
[next]