aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Linker/LinkArchives.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix off-by-one error in processing of libraries named on command line.Brian Gaeke2003-10-211-1/+1
* fix file headerChris Lattner2003-10-201-1/+0
* Added copyright header to all C++ source files.John Criswell2003-10-201-0/+8
* Don't include "Config/stdlib.h".Brian Gaeke2003-10-101-1/+0
* Make more error messages have gccld's name in them.Brian Gaeke2003-10-081-4/+6
* Doxygen-ified comments.Misha Brukman2003-09-301-187/+147
* Made code more terse:Misha Brukman2003-09-301-15/+4
* 1. Use better error messages in LinkFiles().Brian Gaeke2003-09-301-2/+2
* Update file headers for renamed files.Chris Lattner2003-09-301-12/+4
* Tersified code:Misha Brukman2003-09-291-39/+33
* * Ordered includes according to LLVM programmers' guideMisha Brukman2003-09-291-127/+50
* Removed linking functionality from gccld.cpp and moved it to linker.cpp.John Criswell2003-09-191-0/+601