Changes in directory llvm/lib/Linker:
LinkArchives.cpp updated: 1.58 -> 1.59
Linker.cpp updated: 1.15 -> 1.16
---
Log message:
switch this to bitcode instead of bytecode
---
Diffs of the changes: (+8 -17)
LinkArchives.cpp |6 +++---
Linker.cpp | 19 +--
2 files
Changes in directory llvm/lib/Linker:
LinkArchives.cpp updated: 1.57 -> 1.58
LinkItems.cpp updated: 1.14 -> 1.15
Linker.cpp updated: 1.14 -> 1.15
---
Log message:
add bitcode support
---
Diffs of the changes: (+23 -4)
LinkArchives.cpp |1 -
LinkItems.cpp|2 ++
Linker.cpp
Changes in directory llvm/lib/Linker:
LinkArchives.cpp updated: 1.56 -> 1.57
LinkItems.cpp updated: 1.13 -> 1.14
---
Log message:
If an archive is not recognized as an LLVM bytecode archive then declare
that it is native so that the linker will pass it on downstream. This avoids
a problem where
Changes in directory llvm/lib/Linker:
LinkArchives.cpp updated: 1.55 -> 1.56
---
Log message:
For PR411: http://llvm.org/PR411 :
Adjust to changes in Module interface:
getMainFunction() -> getFunction("main")
getNamedFunction(X) -> getFunction(X)
---
Diffs of the changes: (+1 -1)
LinkArch
Changes in directory llvm/lib/Linker:
LinkArchives.cpp updated: 1.54 -> 1.55
LinkModules.cpp updated: 1.129 -> 1.130
---
Log message:
For PR1136: http://llvm.org/PR1136 : Rename GlobalVariable::isExternal as
isDeclaration to avoid
confusion with external linkage types.
---
Diffs of the chang
Changes in directory llvm/lib/Linker:
LinkArchives.cpp updated: 1.53 -> 1.54
---
Log message:
Remvoe a do-nothing else block.
---
Diffs of the changes: (+1 -6)
LinkArchives.cpp |7 +--
1 files changed, 1 insertion(+), 6 deletions(-)
Index: llvm/lib/Linker/LinkArchives.cpp
diff -u
Changes in directory llvm/lib/Linker:
LinkArchives.cpp updated: 1.52 -> 1.53
LinkItems.cpp updated: 1.8 -> 1.9
---
Log message:
For PR998: http://llvm.org/PR998 :
Fix an infinite loop in the Linker and a few other assorted link problems.
Patch contributed by Scott Michel. Thanks, Scott!
---
Changes in directory llvm/lib/Linker:
LinkArchives.cpp updated: 1.51 -> 1.52
---
Log message:
For PR786: http://llvm.org/PR786 :
Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resulting
fall out by removing unused variables. Remaining warnings have to do with
unused functions
Changes in directory llvm/lib/Linker:
LinkArchives.cpp updated: 1.50 -> 1.51
LinkModules.cpp updated: 1.116 -> 1.117
---
Log message:
Adding dllimport, dllexport and external weak linkage types.
DLL* linkages got full (I hope) codegeneration support in C & both x86
assembler backends.
External
Changes in directory llvm/lib/Linker:
LinkArchives.cpp updated: 1.49 -> 1.50
---
Log message:
Finish removal of EH usage from the Archive library. The REQUIRES_EH flag
in lib/Bytecode/Archive/Makefile is now removed. One small step closer to
a smaller LLVM.
---
Diffs of the changes: (+3 -1)
10 matches
Mail list logo