aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gccld
Commit message (Expand)AuthorAgeFilesLines
* Make sure to null terminate argument lists!Chris Lattner2005-02-132-1/+4
* Use binary mode for reading/writing bytecode filesJeff Cohen2005-01-221-1/+3
* Use explicit construction of sys::Path from std::string because theReid Spencer2004-12-211-1/+1
* For PR351:Reid Spencer2004-12-191-14/+16
* sys::CopyString throws an exception on error which will be caught by gccldReid Spencer2004-12-181-4/+1
* The CopyFile function got moved into the sys namespace.Reid Spencer2004-12-181-1/+1
* For PR351:Reid Spencer2004-12-161-10/+13
* For PR351:Reid Spencer2004-12-143-74/+44
* For PR351:Reid Spencer2004-12-131-11/+12
* For PR351:Reid Spencer2004-12-131-3/+3
* Make the loop termination condition clear when building the set of items toReid Spencer2004-12-131-3/+2
* Convert to use new Linker class interfaceReid Spencer2004-12-131-20/+59
* Do not internalize a module if -link-as-library is passed.Chris Lattner2004-12-121-2/+9
* This pass is no longer needed.Chris Lattner2004-12-101-1/+0
* Turn on ipsccp by default instead of simple IPCPChris Lattner2004-12-101-1/+2
* When -link-as-library, add -l options to Module's deplibsReid Spencer2004-12-081-1/+8
* Fix PR139:\Reid Spencer2004-12-051-21/+20
* Recognize --strip-all as a synonym for -s.Chris Lattner2004-12-023-10/+20
* Add LLVMbzip2 library, now required.Reid Spencer2004-11-251-1/+1
* -disable-opt is not -O0, it's okay for it to disable internalize.Chris Lattner2004-11-172-8/+9
* Even with -disable-opt we should still internalize and strip if requested.Chris Lattner2004-11-161-13/+13
* Linker.h has a new home.Reid Spencer2004-11-142-2/+2
* This tool needs the libLLVMArchive library now.Reid Spencer2004-11-141-3/+4
* Remove linking declarations (in Linker.h now)Reid Spencer2004-11-141-23/+1
* Provide exception handlingReid Spencer2004-11-141-110/+124
* Moved to lib/LinkerReid Spencer2004-11-141-422/+0
* Output the program name (in this case, gccld) with warning about invalid filesMisha Brukman2004-11-091-1/+2
* Don't silently ignore invalid files: tell the user!Misha Brukman2004-11-081-0/+2
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-271-2/+3
* We're not doing automake any moreReid Spencer2004-10-221-656/+0
* We won't use automakeReid Spencer2004-10-221-19/+0
* Initial automake generated Makefile templateReid Spencer2004-10-181-0/+656
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-131-1/+1
* Don't miss global optimizations because we run before the inlinerChris Lattner2004-10-111-0/+1
* Initial version of automake Makefile.am file.Reid Spencer2004-10-101-0/+19
* Rename passChris Lattner2004-10-071-3/+2
* Changes For Bug 352Reid Spencer2004-09-013-9/+9
* Add the LLVMsystem.a library as it is now used for operating systemReid Spencer2004-08-291-1/+1
* The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer2004-08-291-6/+6
* This pass has proven its metal, remove -disable option.Chris Lattner2004-08-021-5/+1
* Run DSE at link-time, and turn on an IP alias analysis by default in gccld!Chris Lattner2004-07-271-1/+7
* Linker.h moved to include/llvm/SupportMisha Brukman2004-06-233-3/+3
* Make gccld copy the llvm-stub program to be the execution wrapper forChris Lattner2004-06-021-1/+16
* Move some functions out of gccld.cpp to GenerateCode.cpp. This allows usChris Lattner2004-06-024-110/+86
* Refactor a bit of code into a function, no functionality changes.Chris Lattner2004-06-021-29/+36
* Header file movedChris Lattner2004-05-272-2/+2
* Allow the user to set the LLVMINTERP environment variable as a workaround, forBrian Gaeke2004-05-071-2/+5
* Don't use invalid HTML in a doxygen comment.Misha Brukman2004-04-151-1/+1
* Add a couple more IPO'sChris Lattner2004-04-121-0/+3
* Disable strict alias analysis in the backend c compiler, as the code weChris Lattner2004-04-081-0/+1