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
/
llvm-ld
/
Optimize.cpp
Age
Commit message (
Expand
)
Author
2012-04-19
Remove llvm-ld and llvm-stub (which is only used by llvm-ld).
Michael J. Spencer
2011-08-02
Move methods in PassManagerBuilder offline.
Rafael Espindola
2011-08-02
move PassManagerBuilder.h to IPO. This is a non intuitive place to put it,
Rafael Espindola
2011-05-22
fix a file system case sensitivity issue.
Chris Lattner
2011-05-22
switch llvm-ld. It has a terrible mechanism that people can add extra
Chris Lattner
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-03-24
Trim #includes.
Dan Gohman
2009-07-16
Convert more tools code from cerr and cout to errs() and outs().
Dan Gohman
2009-07-15
Use errs() instead of std::cerr.
Dan Gohman
2009-06-03
Change LTO to run the global opt pass twice.
Daniel Dunbar
2009-06-03
Add createStandardLTOPasses to StandardPasses.h, and move lto and llvm-ld over.
Daniel Dunbar
2009-02-26
Add the function attributes pass during LTO time.
Nick Lewycky
2008-08-15
Remove GCSE, ValueNumbering, and LoadValueNumbering. These have been depreca...
Owen Anderson
2008-07-02
Use ADCE instead of just DCE. ADCE will better clean up after jump threading,
Owen Anderson
2008-06-25
run mem2reg after the second jump threading pass in llvm-ld.
Chris Lattner
2008-06-25
remove some dead options.
Chris Lattner
2008-04-22
Move MemCpyOpt after GVN.
Owen Anderson
2008-04-21
run the jump threading pass in llvm-ld also
Chris Lattner
2008-04-09
Factor a bunch of functionality related to memcpy and memset transforms out of
Owen Anderson
2008-03-19
style and spelling
Andrew Lenharth
2008-03-19
llvm-ld deserves disable-verify too. opt shouldn't have all the fun options.
Andrew Lenharth
2007-12-29
remove attributions from tools.
Chris Lattner
2007-09-08
Turn GVN on by default.
Owen Anderson
2007-08-01
Rename FastDSE to just DSE.
Owen Anderson
2007-07-17
Turn on FastDSE by default.
Owen Anderson
2007-06-06
if internalize is disabled, don't run the pass at all!
Chris Lattner
2007-04-05
run a late dce pass to clean up extra cruft.
Chris Lattner
2007-03-07
Now LICM is a LoopPass.
Devang Patel
2007-02-08
For PR1153:
Reid Spencer
2007-02-05
For PR411:
Reid Spencer
2006-12-01
target constructors are never used
Chris Lattner
2006-11-17
Need <iostream> for the time being.
Bill Wendling
2006-08-27
eliminate only use of FilteredPassNameParser
Chris Lattner
2006-08-20
Make sure the verify pass gets run after the user's loaded passes as well
Reid Spencer
2006-08-20
Rename the -verify option to be -verify-each so that it doesn't conflict
Reid Spencer
2006-08-20
Convert llvm-ld to use the PluginLoader like opt instead of having its
Reid Spencer
2006-06-16
Don't pass target name into TargetData anymore, it is never used or needed.
Chris Lattner
2006-06-07
Shorten a value description so --help out isn't so wide.
Reid Spencer
2006-06-02
Fix a -pedantic warning
Chris Lattner
2005-10-18
Fix PR637
Chris Lattner
2005-04-22
Remove trailing whitespace
Misha Brukman
2004-12-11
Revert the last patch. We really do need SimplyCFG.
Reid Spencer
2004-12-10
Remove this pass as its no longer needed.
Reid Spencer
2004-12-02
Adjust to change in pass name
Chris Lattner
2004-11-20
First cut at implementing generic link-time Optimization
Reid Spencer