index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
opt
/
opt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename AddReadAttrs to FunctionAttrs, and teach it how
Duncan Sands
2008-12-31
1
-2
/
+2
*
Enable LoopIndexSplit pass.
Devang Patel
2008-12-04
1
-2
/
+2
*
Disable -loop-index-split for now.
Devang Patel
2008-11-26
1
-2
/
+2
*
Adjust indent.
Zhongxing Xu
2008-11-26
1
-2
/
+2
*
fix memory leak in pass manager when adding an analysis pass that already exi...
Nuno Lopes
2008-11-04
1
-6
/
+11
*
Move Print*Pass to use raw_ostream.
Daniel Dunbar
2008-10-22
1
-1
/
+2
*
Privatize PrintModulePass and PrintFunctionPass and add
Daniel Dunbar
2008-10-21
1
-1
/
+1
*
Turn on the AddReadAttrs pass.
Duncan Sands
2008-09-19
1
-1
/
+4
*
Fix comments, help messages.
Devang Patel
2008-09-17
1
-4
/
+2
*
Fix cut-n-pasto.
Devang Patel
2008-09-17
1
-2
/
+2
*
Add -O1, -O2 and -O3 that matches llvm-gcc's -O1, -O2 and -O3 respectively.
Devang Patel
2008-09-16
1
-0
/
+142
*
End of the GlobalsModRef experiment.
Duncan Sands
2008-09-15
1
-2
/
+0
*
Give GlobalsModRef a whirl in the nightly testers.
Duncan Sands
2008-09-12
1
-1
/
+3
*
Backout 55429
Devang Patel
2008-08-27
1
-48
/
+4
*
Add facility to create a target.
Devang Patel
2008-08-27
1
-4
/
+48
*
Goodbye tail duplication (for good this time).
Evan Cheng
2008-07-14
1
-1
/
+0
*
Fix comment.
Duncan Sands
2008-07-13
1
-1
/
+1
*
Fix PR2231 - opt -internalize -std-compile-opts should run internalize first
Chris Lattner
2008-07-13
1
-8
/
+17
*
Re-enable the newly simplified ADCE. This fixes a regression on
Owen Anderson
2008-05-29
1
-1
/
+1
*
Remove ADCE from the optimization pipeline.
Owen Anderson
2008-05-27
1
-1
/
+1
*
Re-enable tail duplication pass (now with default threshold down to 1 instruc...
Evan Cheng
2008-05-16
1
-0
/
+1
*
Remove tail duplication pass.
Evan Cheng
2008-05-15
1
-1
/
+0
*
Recover nestedloop regression reported by nightly tester.
Devang Patel
2008-05-14
1
-0
/
+2
*
Do not run instruction combiner in middle of loop optimization passes.
Devang Patel
2008-05-14
1
-1
/
+0
*
Re-enable loop deletion by default.
Owen Anderson
2008-05-10
1
-0
/
+1
*
Disable loop deletion until the release branch.
Owen Anderson
2008-05-06
1
-1
/
+0
*
Enable dead loop elimination.
Owen Anderson
2008-05-05
1
-0
/
+1
*
move libcalls to the same place llvm-gcc has it.
Chris Lattner
2008-05-02
1
-1
/
+1
*
enable jump threading pass by default. This causes no miscompilations
Chris Lattner
2008-04-21
1
-0
/
+1
*
Run SimplifyLibCalls near the beginning, not at
Duncan Sands
2008-04-17
1
-1
/
+2
*
Move memcpy / memset optimization pass after GVN.
Evan Cheng
2008-04-10
1
-1
/
+1
*
Factor a bunch of functionality related to memcpy and memset transforms out of
Owen Anderson
2008-04-09
1
-0
/
+1
*
remove attributions from tools.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Move the space in overview output for commands out of each of the
Dan Gohman
2007-10-08
1
-1
/
+1
*
Turn GVN on by default.
Owen Anderson
2007-09-08
1
-2
/
+1
*
Enable loop index split pass.
Devang Patel
2007-09-04
1
-0
/
+1
*
Rename FastDSE to just DSE.
Owen Anderson
2007-08-01
1
-1
/
+1
*
Remove a FIXME comment that wasn't removed when the code it accompanied
Dan Gohman
2007-07-30
1
-1
/
+0
*
Turn on FastDSE by default.
Owen Anderson
2007-07-17
1
-1
/
+1
*
Change sroa threshold back.
Evan Cheng
2007-07-17
1
-1
/
+1
*
Temporarily set SROA threshold to 512.
Evan Cheng
2007-07-17
1
-1
/
+2
*
Here is the bulk of the sanitizing.
Gabor Greif
2007-07-05
1
-5
/
+5
*
Fix PR1539. Add LoopPassPrinter.
Devang Patel
2007-07-05
1
-0
/
+29
*
Fix PR 1526.
Devang Patel
2007-06-28
1
-0
/
+34
*
use the new MemoryBuffer interfaces to simplify error reporting in clients.
Chris Lattner
2007-05-06
1
-7
/
+4
*
make sure the ofstream for opt's output file is destroyed, so that the bits
Chris Lattner
2007-05-06
1
-0
/
+3
*
switch tools to bitcode from bytecode
Chris Lattner
2007-05-06
1
-29
/
+11
*
add support to llvm-prof for reading from a bitcode file
Chris Lattner
2007-05-06
1
-6
/
+2
*
if -bitcode is specified, read and write a bitcode file instead of a bytecode...
Chris Lattner
2007-05-06
1
-4
/
+30
*
Drop 'const'
Devang Patel
2007-05-03
1
-6
/
+6
[next]