llvm-6502/lib
Reid Spencer be0b356593 PR466:
* Make the linker find lib*.bca files now instead of lib*.bc since those
  are what the makefiles now generate for bytecode archives.
* Make sure the linker only links archives when LinkLibraries is called.
  Previously if it found a lib*.bc file and that file was a bytecode file,
  it would link in the entire bytecode. This could make -lc -lc fail with
  duplicate symbols error but it shouldn't as searching multiple libraries,
  even the same one more than once, is permitted.
* Now that the above problems are corrected, implement the dependent libs
  feature. After the module is linked with all specified libraries, the
  LinkLibraries function will obtain the set of dependent libraries from
  the linked modules and attemp to find and link against those libraries.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18428 91177308-0d34-0410-b5e6-96231b3b80d8
2004-12-02 09:52:10 +00:00
..
Analysis Fix DeadStoreElimination/2004-11-28-LiveStoreDeleted.ll 2004-11-28 20:30:15 +00:00
Archive Compute the firstFileOffset correctly after reading the LLVM symbol table. 2004-11-28 03:13:02 +00:00
AsmParser Fix PR463 2004-11-28 16:45:45 +00:00
Bytecode RevisionNum is read by error(), initialize it early. 2004-11-30 16:58:18 +00:00
CodeGen Fix SingleSource/UnitTests/2004-11-28-GlobalBoolLayout.c, and hopefully 2004-11-28 17:56:47 +00:00
Debugger Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
ExecutionEngine Remove unneeded cast. 2004-12-01 17:13:05 +00:00
Linker PR466: 2004-12-02 09:52:10 +00:00
Support Up the compression threshold to 64K so we avoid it for all but the largest 2004-11-30 07:13:34 +00:00
System Fix seriously broken implementation of GetMagicNumber. 2004-12-02 09:09:48 +00:00
Target Reworked branch adding in prologue. Added check for infinite loops which are not modulo scheduled. 2004-12-02 07:22:15 +00:00
Transforms Implement a FIXME by checking to make sure that a malloc is not being used 2004-12-02 07:11:07 +00:00
VMCore Get GEP's working with packed types. Contributed by Morten Ofstad! 2004-12-01 17:12:16 +00:00
Makefile Add the Linker library 2004-11-14 21:54:41 +00:00