index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Linker
Age
Commit message (
Expand
)
Author
2004-04-15
Don't use invalid HTML in a doxygen comment.
Misha Brukman
2004-03-31
Fix linking of constant expr casts due to type resolution changes. With
Chris Lattner
2004-02-23
Include Config/config.h for SHLIBEXT.
Alkis Evlogimenos
2004-02-17
Fix PR245: Linking weak and strong global variables is dependent on link order
Chris Lattner
2004-02-15
Adjustments to support the new ConstantAggregateZero class
Chris Lattner
2004-01-26
Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so into
John Criswell
2004-01-12
Remove use of ConstantExpr::getShift
Chris Lattner
2004-01-09
Finegrainify namespacification
Chris Lattner
2003-12-23
Modified the logic so that library objects with main() are only linked in
John Criswell
2003-12-23
Modified the linker so that it always links in an object from an archive
John Criswell
2003-11-28
* The return value of LinkLibraries is ignored, so remove it.
Chris Lattner
2003-11-20
Add ability to search only for native shared object, and expose the
Misha Brukman
2003-11-20
Spew symbolic types!
Chris Lattner
2003-11-16
When we find a module we want, in an archive, in verbose mode,
Brian Gaeke
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
Move IsArchive, IsBytecode to FileUtilities. Fix up some method comments.
Brian Gaeke
2003-11-11
This version of Linker.cpp works a lot better, but it's a little messy. Sorry.
Brian Gaeke
2003-11-05
Shorten and correct some function-header comments.
Brian Gaeke
2003-11-05
Further fixes for PR93
Chris Lattner
2003-11-04
Checking in Chris's suggestions:
John Criswell
2003-10-27
Fix test: Linker/2003-10-27-LinkOncePromote.ll
Chris Lattner
2003-10-21
Fix bug: Linker/2003-10-21-ConflictingTypesTolerance.ll
Chris Lattner
2003-10-21
Fix message to make more sense and confuse Chris less
Chris Lattner
2003-10-21
Fix off-by-one error in processing of libraries named on command line.
Brian Gaeke
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
fix file header
Chris Lattner
2003-10-20
Added copyright header to all C++ source files.
John Criswell
2003-10-16
Add support for 'weak' linkage.
Chris Lattner
2003-10-10
Don't include "Config/stdlib.h".
Brian Gaeke
2003-10-10
Fix spelling.
Misha Brukman
2003-10-08
Make more error messages have gccld's name in them.
Brian Gaeke
2003-09-30
Doxygen-ified comments.
Misha Brukman
2003-09-30
Made code more terse:
Misha Brukman
2003-09-30
1. Use better error messages in LinkFiles().
Brian Gaeke
2003-09-30
Update file headers for renamed files.
Chris Lattner
2003-09-29
Tersified code:
Misha Brukman
2003-09-29
* Ordered includes according to LLVM programmers' guide
Misha Brukman
2003-09-19
Removed linking functionality from gccld.cpp and moved it to linker.cpp.
John Criswell
2003-08-28
Fix bug where we considered function types equivalent even if they had differ...
Chris Lattner
2003-08-24
Fix bug: Linker/2003-08-23-GlobalVarLinking.ll
Chris Lattner
2003-08-24
Implement: Linker/2003-08-24-InheritPtrSize.ll
Chris Lattner
2003-08-23
Do not consider any types that exist in the global symbol table!
Chris Lattner
2003-08-23
Fix bug: Linker/2003-08-23-RecursiveOpaqueTypeResolve.ll
Chris Lattner
2003-08-23
Implement Linker/2003-08-23-GlobalVarLinking.ll, which should fix 176.gcc
Chris Lattner
2003-08-22
Fix typeo
Chris Lattner
2003-08-22
The process of linking types can cause their addresses to become invalid. Fo...
Chris Lattner
2003-08-22
Implement Linker/2003-08-20-OpaqueTypeResolve.ll
Chris Lattner
2003-05-15
Fix Bug: Linker/2003-05-15-TypeProblem.ll
Chris Lattner
2003-05-14
Fix major problem with appending linkage changes
Chris Lattner
2003-05-13
Implement linkage of appending global variables!
Chris Lattner
[next]