aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-ld/Optimize.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Turn on FastDSE by default.Owen Anderson2007-07-171-1/+1
* if internalize is disabled, don't run the pass at all!Chris Lattner2007-06-061-1/+2
* run a late dce pass to clean up extra cruft.Chris Lattner2007-04-051-0/+1
* Now LICM is a LoopPass.Devang Patel2007-03-071-0/+1
* For PR1153:Reid Spencer2007-02-081-13/+32
* For PR411:Reid Spencer2007-02-051-6/+0
* target constructors are never usedChris Lattner2006-12-011-4/+1
* Need <iostream> for the time being.Bill Wendling2006-11-171-0/+1
* eliminate only use of FilteredPassNameParserChris Lattner2006-08-271-2/+1
* Make sure the verify pass gets run after the user's loaded passes as wellReid Spencer2006-08-201-3/+2
* Rename the -verify option to be -verify-each so that it doesn't conflictReid Spencer2006-08-201-4/+4
* Convert llvm-ld to use the PluginLoader like opt instead of having itsReid Spencer2006-08-201-19/+31
* Don't pass target name into TargetData anymore, it is never used or needed.Chris Lattner2006-06-161-1/+1
* Shorten a value description so --help out isn't so wide.Reid Spencer2006-06-071-1/+1
* Fix a -pedantic warningChris Lattner2006-06-021-1/+1
* Fix PR637Chris Lattner2005-10-181-6/+4
* Remove trailing whitespaceMisha Brukman2005-04-221-14/+14
* Revert the last patch. We really do need SimplyCFG.Reid Spencer2004-12-111-0/+3
* Remove this pass as its no longer needed.Reid Spencer2004-12-101-3/+0
* Adjust to change in pass nameChris Lattner2004-12-021-2/+2
* First cut at implementing generic link-time OptimizationReid Spencer2004-11-201-0/+194