Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
efed613172d902cf2ce49f68dd36f15a29a34dab
/
llvm
/
lib
/
Linker
/
LinkArchives.cpp
091217b
Kill ModuleProvider and ghost linkage by inverting the relationship between
by Jeffrey Yasskin
· 16 years ago
d1c4e75
random tidy
by Chris Lattner
· 16 years ago
c521f54
Prune #includes from llvm/Linker.h and llvm/System/Path.h,
by Chris Lattner
· 16 years ago
6773d38
Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot
by Owen Anderson
· 16 years ago
6de96a1
Add the private linkage.
by Rafael Espindola
· 17 years ago
2591afc
Fix thinko: alias always defines new symbol. Even is aliasee itself is undefined.
by Anton Korobeynikov
· 18 years ago
28179f7
Properly populate lists of defined/undefined symbols in presence of aliases
by Anton Korobeynikov
· 18 years ago
f3ebc3f
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
71ce927
Report an error if one occurs in releaseModule.
by Reid Spencer
· 18 years ago
e16561c
Here is the bulk of the sanitizing.
by Gabor Greif
· 18 years ago
41528e6
switch this to bitcode instead of bytecode
by Chris Lattner
· 19 years ago
a0e5f01
add bitcode support
by Chris Lattner
· 19 years ago
8d4ff90
If an archive is not recognized as an LLVM bytecode archive then declare
by Reid Spencer
· 19 years ago
1241d6d
For PR411:
by Reid Spencer
· 19 years ago
5301e7c
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
by Reid Spencer
· 19 years ago
06d8e0f
Remvoe a do-nothing else block.
by Reid Spencer
· 19 years ago
75db664
For PR998:
by Reid Spencer
· 19 years ago
de46e48
For PR786:
by Reid Spencer
· 19 years ago
d61d39e
Adding dllimport, dllexport and external weak linkage types.
by Anton Korobeynikov
· 19 years ago
546436c
Finish removal of EH usage from the Archive library. The REQUIRES_EH flag
by Reid Spencer
· 19 years ago
10468d8
Remove trailing whitespace
by Misha Brukman
· 21 years ago
018b093
fix some 80 column violations
by Chris Lattner
· 21 years ago
531f9e9
This mega patch converts us from using Function::a{iterator|begin|end} to
by Chris Lattner
· 21 years ago
08a5eb3
Minor cleanup. No need to explicitly tell the compiler the template arguments.
by Chris Lattner
· 21 years ago
71a4408
Print something useful for gccld -v with an archive.
by Chris Lattner
· 21 years ago
6b853b2
Remove un-needed #includes.
by Reid Spencer
· 21 years ago
fe73bfc
For PR351: \
by Reid Spencer
· 21 years ago
f78508b
PR466:
by Reid Spencer
· 21 years ago
3f2352e
Revert version 1.39. It breaks the ordering of the library processing.
by Reid Spencer
· 21 years ago
d1697bf
Shared library extension is now in LTDL_SHLIB_EXT
by Reid Spencer
· 21 years ago
8bb258d
Implement dependent library linking. It is no longer required that -lstdc++
by Reid Spencer
· 21 years ago
3356325
Eliminate unsightly ;;
by Reid Spencer
· 21 years ago
c2455ca
Reduce the amount of work in LinkInArchive by not searching the archive for
by Reid Spencer
· 21 years ago
5208a11
Per code review:\
by Reid Spencer
· 21 years ago
2981914
use an autoptr
by Chris Lattner
· 21 years ago
a67b6e1
Remove a forgotten debug output line.
by Reid Spencer
· 21 years ago
16c3bb3
Linker.h has a new home.
by Reid Spencer
· 21 years ago
9db61d9
*Adjust prototypes for public interface. *Rewrite LinkInArchive to use symbol tables.
by Reid Spencer
· 21 years ago
1cfa8d6
This file originated in tools/gccld/Linker.cpp but now lives in
by Reid Spencer
· 21 years ago