aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-ld/Optimize.cpp
Commit message (Expand)AuthorAgeFilesLines
* Convert more tools code from cerr and cout to errs() and outs().Dan Gohman2009-07-161-1/+0
* Use errs() instead of std::cerr.Dan Gohman2009-07-151-2/+3
* Change LTO to run the global opt pass twice.Daniel Dunbar2009-06-031-1/+1
* Add createStandardLTOPasses to StandardPasses.h, and move lto and llvm-ld over.Daniel Dunbar2009-06-031-65/+4
* Add the function attributes pass during LTO time.Nick Lewycky2009-02-261-1/+2
* Remove GCSE, ValueNumbering, and LoadValueNumbering. These have been depreca...Owen Anderson2008-08-151-1/+0
* Use ADCE instead of just DCE. ADCE will better clean up after jump threading,Owen Anderson2008-07-021-1/+1
* run mem2reg after the second jump threading pass in llvm-ld.Chris Lattner2008-06-251-1/+2
* remove some dead options.Chris Lattner2008-06-251-29/+0
* Move MemCpyOpt after GVN.Owen Anderson2008-04-221-1/+1
* run the jump threading pass in llvm-ld alsoChris Lattner2008-04-211-1/+3
* Factor a bunch of functionality related to memcpy and memset transforms out of Owen Anderson2008-04-091-0/+1
* style and spellingAndrew Lenharth2008-03-191-2/+2
* llvm-ld deserves disable-verify too. opt shouldn't have all the fun options.Andrew Lenharth2008-03-191-1/+5
* remove attributions from tools.Chris Lattner2007-12-291-2/+2
* Turn GVN on by default.Owen Anderson2007-09-081-2/+1
* Rename FastDSE to just DSE.Owen Anderson2007-08-011-1/+1
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+216