summaryrefslogtreecommitdiff
path: root/tools/llvm-ld
Commit message (Expand)AuthorAge
* Initial support for the CMake build system.Oscar Fuentes2008-09-22
* 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
* Since we are using GCC to assemble the program, make sure the assembly syntax...Argyrios Kyrtzidis2008-06-27
* run mem2reg after the second jump threading pass in llvm-ld.Chris Lattner2008-06-25
* remove some dead options.Chris Lattner2008-06-25
* Add an "exe" suffix only if the output file has no suffix at all.Argyrios Kyrtzidis2008-06-15
* Make sure all produced executable files have "exe" suffix on Windows.Argyrios Kyrtzidis2008-06-15
* Append "exe" suffix to executable files.Argyrios Kyrtzidis2008-06-15
* 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
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-20
* Add support for frameworks. Patch by Shantonu Sen!Chris Lattner2008-01-27
* Fix llvm-ld -Xlinker, patch by Daniel Teske!Chris Lattner2008-01-09
* remove attributions from tools.Chris Lattner2007-12-29
* remove attributions from tools/utils makefiles.Chris Lattner2007-12-29
* Move the space in overview output for commands out of each of theDan Gohman2007-10-08
* Turn GVN on by default.Owen Anderson2007-09-08
* Rename FastDSE to just DSE.Owen Anderson2007-08-01
* Remove dead option.Reid Spencer2007-07-23
* Turn on FastDSE by default.Owen Anderson2007-07-17
* Here is the bulk of the sanitizing.Gabor Greif2007-07-05
* Fix pr1448Chris Lattner2007-06-19
* if internalize is disabled, don't run the pass at all!Chris Lattner2007-06-06
* switch tools to bitcode instead of bytecodeChris Lattner2007-05-06
* add bitcode support.Chris Lattner2007-05-06
* Augment the verbose output to print out the sub-commands executed.Reid Spencer2007-04-29
* run a late dce pass to clean up extra cruft.Chris Lattner2007-04-05
* For PR1302:Reid Spencer2007-04-04
* Now LICM is a LoopPass.Devang Patel2007-03-07
* Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov2007-02-16
* Clean up error handling.Reid Spencer2007-02-09
* For PR1153:Reid Spencer2007-02-08
* For PR1153:Reid Spencer2007-02-08
* For PR411:Reid Spencer2007-02-05
* default to emiting an uncompressed .bc fileChris Lattner2007-01-21
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner2006-12-06
* target constructors are never usedChris Lattner2006-12-01
* Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling2006-11-29
* Need <iostream> for the time being.Bill Wendling2006-11-17
* Minor style fixes from review.Reid Spencer2006-11-11
* For PR998:Reid Spencer2006-11-11
* Fix a problem in the the last patch that subverts error message printing.Reid Spencer2006-11-05
* Unbreak VC++ build.Jeff Cohen2006-11-05
* Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner2006-09-04
* - Fixed broken Win32 buildAnton Korobeynikov2006-09-01