index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
llvm-ld
/
Optimize.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert more tools code from cerr and cout to errs() and outs().
Dan Gohman
2009-07-16
1
-1
/
+0
*
Use errs() instead of std::cerr.
Dan Gohman
2009-07-15
1
-2
/
+3
*
Change LTO to run the global opt pass twice.
Daniel Dunbar
2009-06-03
1
-1
/
+1
*
Add createStandardLTOPasses to StandardPasses.h, and move lto and llvm-ld over.
Daniel Dunbar
2009-06-03
1
-65
/
+4
*
Add the function attributes pass during LTO time.
Nick Lewycky
2009-02-26
1
-1
/
+2
*
Remove GCSE, ValueNumbering, and LoadValueNumbering. These have been depreca...
Owen Anderson
2008-08-15
1
-1
/
+0
*
Use ADCE instead of just DCE. ADCE will better clean up after jump threading,
Owen Anderson
2008-07-02
1
-1
/
+1
*
run mem2reg after the second jump threading pass in llvm-ld.
Chris Lattner
2008-06-25
1
-1
/
+2
*
remove some dead options.
Chris Lattner
2008-06-25
1
-29
/
+0
*
Move MemCpyOpt after GVN.
Owen Anderson
2008-04-22
1
-1
/
+1
*
run the jump threading pass in llvm-ld also
Chris Lattner
2008-04-21
1
-1
/
+3
*
Factor a bunch of functionality related to memcpy and memset transforms out of
Owen Anderson
2008-04-09
1
-0
/
+1
*
style and spelling
Andrew Lenharth
2008-03-19
1
-2
/
+2
*
llvm-ld deserves disable-verify too. opt shouldn't have all the fun options.
Andrew Lenharth
2008-03-19
1
-1
/
+5
*
remove attributions from tools.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Turn GVN on by default.
Owen Anderson
2007-09-08
1
-2
/
+1
*
Rename FastDSE to just DSE.
Owen Anderson
2007-08-01
1
-1
/
+1
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+216