Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix off-by-one error in processing of libraries named on command line. | Brian Gaeke | 2003-10-21 | 1 | -1/+1 |
* | fix file header | Chris Lattner | 2003-10-20 | 1 | -1/+0 |
* | Added copyright header to all C++ source files. | John Criswell | 2003-10-20 | 1 | -0/+8 |
* | Don't include "Config/stdlib.h". | Brian Gaeke | 2003-10-10 | 1 | -1/+0 |
* | Make more error messages have gccld's name in them. | Brian Gaeke | 2003-10-08 | 1 | -4/+6 |
* | Doxygen-ified comments. | Misha Brukman | 2003-09-30 | 1 | -187/+147 |
* | Made code more terse: | Misha Brukman | 2003-09-30 | 1 | -15/+4 |
* | 1. Use better error messages in LinkFiles(). | Brian Gaeke | 2003-09-30 | 1 | -2/+2 |
* | Update file headers for renamed files. | Chris Lattner | 2003-09-30 | 1 | -12/+4 |
* | Tersified code: | Misha Brukman | 2003-09-29 | 1 | -39/+33 |
* | * Ordered includes according to LLVM programmers' guide | Misha Brukman | 2003-09-29 | 1 | -127/+50 |
* | Removed linking functionality from gccld.cpp and moved it to linker.cpp. | John Criswell | 2003-09-19 | 1 | -0/+601 |