aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-ld
Commit message (Expand)AuthorAgeFilesLines
* 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
* Since we are using GCC to assemble the program, make sure the assembly syntax...Argiris Kirtzidis2008-06-271-0/+3
* 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
* Add an "exe" suffix only if the output file has no suffix at all.Argiris Kirtzidis2008-06-151-8/+8
* Make sure all produced executable files have "exe" suffix on Windows.Argiris Kirtzidis2008-06-151-10/+16
* Append "exe" suffix to executable files.Argiris Kirtzidis2008-06-151-1/+11
* 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
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-201-0/+1
* Add support for frameworks. Patch by Shantonu Sen!Chris Lattner2008-01-271-3/+20
* Fix llvm-ld -Xlinker, patch by Daniel Teske!Chris Lattner2008-01-091-3/+1
* remove attributions from tools.Chris Lattner2007-12-292-4/+4
* remove attributions from tools/utils makefiles.Chris Lattner2007-12-291-2/+2
* Move the space in overview output for commands out of each of theDan Gohman2007-10-081-1/+1
* Turn GVN on by default.Owen Anderson2007-09-081-2/+1
* Rename FastDSE to just DSE.Owen Anderson2007-08-011-1/+1
* Remove dead option.Reid Spencer2007-07-231-3/+0
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-183-0/+885