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
2009-02-18
Eliminate several more unnecessary intptr_t casts.
Dan Gohman
2008-12-31
Rename AddReadAttrs to FunctionAttrs, and teach it how
Duncan Sands
2008-12-04
Enable LoopIndexSplit pass.
Devang Patel
2008-11-26
Disable -loop-index-split for now.
Devang Patel
2008-11-26
Adjust indent.
Zhongxing Xu
2008-11-04
fix memory leak in pass manager when adding an analysis pass that already exi...
Nuno Lopes
2008-10-22
Move Print*Pass to use raw_ostream.
Daniel Dunbar
2008-10-21
Privatize PrintModulePass and PrintFunctionPass and add
Daniel Dunbar
2008-09-19
Turn on the AddReadAttrs pass.
Duncan Sands
2008-09-17
Fix comments, help messages.
Devang Patel
2008-09-17
Fix cut-n-pasto.
Devang Patel
2008-09-16
Add -O1, -O2 and -O3 that matches llvm-gcc's -O1, -O2 and -O3 respectively.
Devang Patel
2008-09-15
End of the GlobalsModRef experiment.
Duncan Sands
2008-09-12
Give GlobalsModRef a whirl in the nightly testers.
Duncan Sands
2008-08-27
Backout 55429
Devang Patel
2008-08-27
Add facility to create a target.
Devang Patel
2008-07-14
Goodbye tail duplication (for good this time).
Evan Cheng
2008-07-13
Fix comment.
Duncan Sands
2008-07-13
Fix PR2231 - opt -internalize -std-compile-opts should run internalize first
Chris Lattner
2008-05-29
Re-enable the newly simplified ADCE. This fixes a regression on
Owen Anderson
2008-05-27
Remove ADCE from the optimization pipeline.
Owen Anderson
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-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
[next]