summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Linker/LinkArchives.cpp
Commit message (Expand)AuthorAgeFilesLines
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-151-2/+2
* Minor cleanup. No need to explicitly tell the compiler the template arguments.Chris Lattner2005-02-131-3/+2
* Print something useful for gccld -v with an archive.Chris Lattner2005-02-131-0/+2
* Remove un-needed #includes.Reid Spencer2004-12-201-3/+1
* For PR351: \Reid Spencer2004-12-131-284/+32
* PR466:Reid Spencer2004-12-021-41/+54
* Revert version 1.39. It breaks the ordering of the library processing.Reid Spencer2004-11-301-8/+1
* Shared library extension is now in LTDL_SHLIB_EXTReid Spencer2004-11-291-2/+2
* Implement dependent library linking. It is no longer required that -lstdc++Reid Spencer2004-11-251-1/+8
* Eliminate unsightly ;;Reid Spencer2004-11-191-1/+1
* Reduce the amount of work in LinkInArchive by not searching the archive forReid Spencer2004-11-191-10/+36
* Per code review:\Reid Spencer2004-11-161-11/+13
* use an autoptrChris Lattner2004-11-161-7/+3
* Remove a forgotten debug output line.Reid Spencer2004-11-141-1/+0
* Linker.h has a new home.Reid Spencer2004-11-141-1/+0
* *Adjust prototypes for public interface. *Rewrite LinkInArchive to use symbol...Reid Spencer2004-11-141-65/+41
* This file originated in tools/gccld/Linker.cpp but now lives inReid Spencer2004-11-121-0/+422
OpenPOWER on IntegriCloud