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
/
Linker
Age
Commit message (
Expand
)
Author
2007-04-12
Implement the "thread_local" keyword.
Lauro Ramos Venancio
2007-04-11
For PR1146:
Reid Spencer
2007-04-04
For PR1302:
Reid Spencer
2007-04-04
For PR1302:
Reid Spencer
2007-02-15
For PR1195:
Reid Spencer
2007-02-11
simplify this code by using value::takename
Chris Lattner
2007-02-07
push bytecode decompressor out through APIs. Now the bytecode reader
Chris Lattner
2007-02-05
For PR411:
Reid Spencer
2007-02-05
For PR411:
Reid Spencer
2007-02-04
Fix some comments and other minor sundry things.
Reid Spencer
2007-02-04
Ensure that visibility and section are properly propagated.
Reid Spencer
2007-02-04
Back out last revision which was committed by accident.
Reid Spencer
2007-02-04
Make sure that section and visibility are properly propagated.
Reid Spencer
2007-02-01
preserve sections of globals
Andrew Lenharth
2007-01-30
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-29
Read from the right place.
Chris Lattner
2007-01-29
Fix PR1139
Chris Lattner
2007-01-26
For PR761:
Reid Spencer
2007-01-12
For PR1064:
Reid Spencer
2007-01-06
For PR411:
Reid Spencer
2006-12-15
extern_weak linkage. fixes PR1038
Andrew Lenharth
2006-12-12
Change inferred getCast into specific getCast. Passes all tests.
Reid Spencer
2006-12-07
Don't use <sstream> in Streams.h but <iosfwd> instead.
Bill Wendling
2006-12-07
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-12-01
Introducing external weak linkage. Darwin codegen should be added later.
Anton Korobeynikov
2006-11-27
Removed #include <iostream> and replaced with llvm_* streams.
Bill Wendling
2006-11-11
Remvoe a do-nothing else block.
Reid Spencer
2006-11-11
For PR998:
Reid Spencer
2006-11-09
silence warnings
Chris Lattner
2006-11-02
For PR786:
Reid Spencer
2006-09-14
Adding dllimport, dllexport and external weak linkage types.
Anton Korobeynikov
2006-07-28
Remove a redundant syscall.
Chris Lattner
2006-07-14
eliminate some ugly code, using ConstantExpr::getWithOperands instead.
Chris Lattner
2006-07-07
Finish removal of EH usage from the Archive library. The REQUIRES_EH flag
Reid Spencer
2006-06-16
Fix Regression/Linker/2006-06-15-GlobalVarAnment.ll
Chris Lattner
2006-06-01
Fix linking of inline asm objects.
Chris Lattner
2006-04-08
Add shufflevector support
Chris Lattner
2006-04-07
Add code to RemapOperand() to handle Instruction::ExtractElement and
Evan Cheng
2006-01-24
Rename method
Chris Lattner
2006-01-23
Add support for linking inline asm
Chris Lattner
2006-01-19
add support for ConstantPacked to the linker
Chris Lattner
2006-01-17
Fixed style of curly brace. No functionality changes.
John Criswell
2006-01-10
For PR521:
Reid Spencer
2006-01-10
Be a little more explanatory in a comment.
Reid Spencer
2005-12-13
Adjust the constructor to the Linker class to take an argument that names
Reid Spencer
2005-12-06
Fix test/Regression/Linker/2005-12-06-AppendingZeroLengthArrays.ll and
Chris Lattner
2005-10-24
DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now
Chris Lattner
2005-07-07
For PR495:
Reid Spencer
2005-07-07
For PR495:
Reid Spencer
2005-05-09
Preserve CC's when linking modules
Chris Lattner
[next]