summaryrefslogtreecommitdiff
path: root/tools/llvm-ld/Optimize.cpp
Commit message (Expand)AuthorAge
* Move methods in PassManagerBuilder offline.Rafael Espindola2011-08-02
* move PassManagerBuilder.h to IPO. This is a non intuitive place to put it,Rafael Espindola2011-08-02
* fix a file system case sensitivity issue.Chris Lattner2011-05-22
* switch llvm-ld. It has a terrible mechanism that people can add extraChris Lattner2011-05-22
* Merge System into Support.Michael J. Spencer2010-11-29
* Trim #includes.Dan Gohman2010-03-24
* Convert more tools code from cerr and cout to errs() and outs().Dan Gohman2009-07-16
* Use errs() instead of std::cerr.Dan Gohman2009-07-15
* Change LTO to run the global opt pass twice.Daniel Dunbar2009-06-03
* Add createStandardLTOPasses to StandardPasses.h, and move lto and llvm-ld over.Daniel Dunbar2009-06-03
* Add the function attributes pass during LTO time.Nick Lewycky2009-02-26
* Remove GCSE, ValueNumbering, and LoadValueNumbering. These have been depreca...Owen Anderson2008-08-15
* Use ADCE instead of just DCE. ADCE will better clean up after jump threading,Owen Anderson2008-07-02
* run mem2reg after the second jump threading pass in llvm-ld.Chris Lattner2008-06-25
* remove some dead options.Chris Lattner2008-06-25
* Move MemCpyOpt after GVN.Owen Anderson2008-04-22
* run the jump threading pass in llvm-ld alsoChris Lattner2008-04-21
* Factor a bunch of functionality related to memcpy and memset transforms out of Owen Anderson2008-04-09
* style and spellingAndrew Lenharth2008-03-19
* llvm-ld deserves disable-verify too. opt shouldn't have all the fun options.Andrew Lenharth2008-03-19
* remove attributions from tools.Chris Lattner2007-12-29
* Turn GVN on by default.Owen Anderson2007-09-08
* Rename FastDSE to just DSE.Owen Anderson2007-08-01
* Turn on FastDSE by default.Owen Anderson2007-07-17
* if internalize is disabled, don't run the pass at all!Chris Lattner2007-06-06
* run a late dce pass to clean up extra cruft.Chris Lattner2007-04-05
* Now LICM is a LoopPass.Devang Patel2007-03-07
* For PR1153:Reid Spencer2007-02-08
* For PR411:Reid Spencer2007-02-05
* target constructors are never usedChris Lattner2006-12-01
* Need <iostream> for the time being.Bill Wendling2006-11-17
* eliminate only use of FilteredPassNameParserChris Lattner2006-08-27
* Make sure the verify pass gets run after the user's loaded passes as wellReid Spencer2006-08-20
* Rename the -verify option to be -verify-each so that it doesn't conflictReid Spencer2006-08-20
* Convert llvm-ld to use the PluginLoader like opt instead of having itsReid Spencer2006-08-20
* Don't pass target name into TargetData anymore, it is never used or needed.Chris Lattner2006-06-16
* Shorten a value description so --help out isn't so wide.Reid Spencer2006-06-07
* Fix a -pedantic warningChris Lattner2006-06-02
* Fix PR637Chris Lattner2005-10-18
* Remove trailing whitespaceMisha Brukman2005-04-22
* Revert the last patch. We really do need SimplyCFG.Reid Spencer2004-12-11
* Remove this pass as its no longer needed.Reid Spencer2004-12-10
* Adjust to change in pass nameChris Lattner2004-12-02
* First cut at implementing generic link-time OptimizationReid Spencer2004-11-20