index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
opt
/
opt.cpp
Age
Commit message (
Expand
)
Author
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-21
default to emiting an uncompressed .bc file
Chris Lattner
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-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
2006-11-28
Convert to using llvm streams instead of iostreams.
Bill Wendling
2006-11-02
For PR786:
Reid Spencer
2006-08-28
Add a --disable-compression option like llvm-link/llvm-as etc have
Chris Lattner
2006-08-27
-analyze mode shouldn't output a .bc file.
Chris Lattner
2006-08-27
Merge the 'analyze' mode code with the 'opt' mode code. Eliminate the
Chris Lattner
2006-08-21
For PR885:
Reid Spencer
2006-08-21
Fix a build failure
Nate Begeman
2006-08-21
For PR797:
Reid Spencer
2006-08-18
For PR797:
Reid Spencer
2006-08-18
For PR872:
Reid Spencer
2006-06-16
Don't pass target name into TargetData anymore, it is never used or needed.
Chris Lattner
2006-06-07
For PR780:
Reid Spencer
2006-05-12
Refactor a bunch of includes so that TargetMachine.h doesn't have to include
Owen Anderson
2005-04-22
Remove trailing whitespace
Misha Brukman
2005-01-22
Use binary mode for reading/writing bytecode files
Jeff Cohen
2005-01-06
Get the #ifdef right on LinkAllPasses.h.
Jeff Cohen
2005-01-06
Fix minor mistakes
Jeff Cohen
[next]