summaryrefslogtreecommitdiff
path: root/tools/gccld
Commit message (Expand)AuthorAge
...
* The first argument to ExecuteAndWait should be the program name, but pointedChris Lattner2005-04-10
* Changes to enable creation of native executables directly from gccld and toReid Spencer2005-02-28
* Make sure to null terminate argument lists!Chris Lattner2005-02-13
* Use binary mode for reading/writing bytecode filesJeff Cohen2005-01-22
* Use explicit construction of sys::Path from std::string because theReid Spencer2004-12-21
* For PR351:Reid Spencer2004-12-19
* sys::CopyString throws an exception on error which will be caught by gccldReid Spencer2004-12-18
* The CopyFile function got moved into the sys namespace.Reid Spencer2004-12-18
* For PR351:Reid Spencer2004-12-16
* For PR351:Reid Spencer2004-12-14
* For PR351:Reid Spencer2004-12-13
* For PR351:Reid Spencer2004-12-13
* Make the loop termination condition clear when building the set of items toReid Spencer2004-12-13
* Convert to use new Linker class interfaceReid Spencer2004-12-13
* Do not internalize a module if -link-as-library is passed.Chris Lattner2004-12-12
* This pass is no longer needed.Chris Lattner2004-12-10
* Turn on ipsccp by default instead of simple IPCPChris Lattner2004-12-10
* When -link-as-library, add -l options to Module's deplibsReid Spencer2004-12-08
* Fix PR139:\Reid Spencer2004-12-05
* Recognize --strip-all as a synonym for -s.Chris Lattner2004-12-02
* Add LLVMbzip2 library, now required.Reid Spencer2004-11-25
* -disable-opt is not -O0, it's okay for it to disable internalize.Chris Lattner2004-11-17
* Even with -disable-opt we should still internalize and strip if requested.Chris Lattner2004-11-16
* Linker.h has a new home.Reid Spencer2004-11-14
* This tool needs the libLLVMArchive library now.Reid Spencer2004-11-14
* Remove linking declarations (in Linker.h now)Reid Spencer2004-11-14
* Provide exception handlingReid Spencer2004-11-14
* Moved to lib/LinkerReid Spencer2004-11-14
* Output the program name (in this case, gccld) with warning about invalid filesMisha Brukman2004-11-09
* Don't silently ignore invalid files: tell the user!Misha Brukman2004-11-08
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-27
* We're not doing automake any moreReid Spencer2004-10-22
* We won't use automakeReid Spencer2004-10-22
* Initial automake generated Makefile templateReid Spencer2004-10-18
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-13
* Don't miss global optimizations because we run before the inlinerChris Lattner2004-10-11
* Initial version of automake Makefile.am file.Reid Spencer2004-10-10
* Rename passChris Lattner2004-10-07
* Changes For Bug 352Reid Spencer2004-09-01
* Add the LLVMsystem.a library as it is now used for operating systemReid Spencer2004-08-29
* The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer2004-08-29
* This pass has proven its metal, remove -disable option.Chris Lattner2004-08-02
* Run DSE at link-time, and turn on an IP alias analysis by default in gccld!Chris Lattner2004-07-27
* Linker.h moved to include/llvm/SupportMisha Brukman2004-06-23
* Make gccld copy the llvm-stub program to be the execution wrapper forChris Lattner2004-06-02
* Move some functions out of gccld.cpp to GenerateCode.cpp. This allows usChris Lattner2004-06-02
* Refactor a bit of code into a function, no functionality changes.Chris Lattner2004-06-02
* Header file movedChris Lattner2004-05-27
* Allow the user to set the LLVMINTERP environment variable as a workaround, forBrian Gaeke2004-05-07
* Don't use invalid HTML in a doxygen comment.Misha Brukman2004-04-15