index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
VMCore
/
Linker.cpp
Age
Commit message (
Expand
)
Author
2004-11-14
Moved to lib/Linker
Reid Spencer
2004-11-05
Stop propagating method names that violate the coding standard
Reid Spencer
2004-10-16
Add support for undef and unreachable
Chris Lattner
2004-10-05
Make sure the const bit gets inherited correctly when linking declarations
Chris Lattner
2004-09-11
Implement support for dependent libraries. The "source" module's dependent
Reid Spencer
2004-08-21
Fix a nasty bug that Nate ran into. In particular, instead of emitting a 2+MB
Chris Lattner
2004-08-04
Fix another minor problem that exists if you ahve multiple functions with
Chris Lattner
2004-08-04
Fix a typeo
Chris Lattner
2004-08-04
Fix a major regression in my previous checkin
Chris Lattner
2004-08-04
Stop using getValues().
Alkis Evlogimenos
2004-08-04
FindGlobalNamed used to take 2.92s out of 8.39s running a profile build of
Chris Lattner
2004-08-04
I swear I compiled this, really I did.
Chris Lattner
2004-08-04
Factor some code out, no substantial change.
Chris Lattner
2004-08-04
Concisify some code
Chris Lattner
2004-07-29
Fix #includes of i*.h => Instructions.h as per PR403.
Misha Brukman
2004-07-17
bug 122:
Reid Spencer
2004-07-04
- #include <iostream> since its not in Value.h any more.
Reid Spencer
2004-06-23
Linker.h moved to include/llvm/Support
Misha Brukman
2004-06-17
Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()
Chris Lattner
2004-05-25
Convert to SymbolTable's new lookup and iteration interfaces.
Reid Spencer
2004-03-31
Fix linking of constant expr casts due to type resolution changes. With
Chris Lattner
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-12
Remove use of ConstantExpr::getShift
Chris Lattner
2004-01-09
Finegrainify namespacification
Chris Lattner
2003-11-20
Spew symbolic types!
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
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-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-16
Add support for 'weak' linkage.
Chris Lattner
2003-10-10
Fix spelling.
Misha Brukman
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
2003-04-23
Fix Bug: Linker/2003-04-23-LinkOnceLost.ll
Chris Lattner
2003-04-22
Add warning when linking modules with disagreeing target properties
Chris Lattner
2003-04-21
Fix bug: 2003-01-30-LinkerRename.ll
Chris Lattner
[next]