llvm-6502/lib
Chris Lattner aee38ea569 Significantly rework linker support for global variables, allowing it to
correctly link globals whose LLVM types do not match.

This fixes several of the F2C SPEC FP benchmarks, which were failing this
due to the implementation of common blocks used by f2c.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18465 91177308-0d34-0410-b5e6-96231b3b80d8
2004-12-03 22:18:41 +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 Do not look here for elegance. 2004-12-03 07:16:51 +00:00
Linker Significantly rework linker support for global variables, allowing it to 2004-12-03 22:18:41 +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 Fix test/Regression/CodeGen/CBackend/2004-12-03-ExternStatics.ll and 2004-12-03 17:19:10 +00:00
Transforms Implement stripping of debug symbols, making the --strip-debug options in 2004-12-03 16:22:08 +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