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