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
/
LinkModules.cpp
Age
Commit message (
Expand
)
Author
2007-02-11
simplify this code by using value::takename
Chris Lattner
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-09
silence warnings
Chris Lattner
2006-09-14
Adding dllimport, dllexport and external weak linkage types.
Anton Korobeynikov
2006-07-14
eliminate some ugly code, using ConstantExpr::getWithOperands instead.
Chris Lattner
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
2005-12-06
Fix test/Regression/Linker/2005-12-06-AppendingZeroLengthArrays.ll and
Chris Lattner
2005-07-07
For PR495:
Reid Spencer
2005-05-09
Preserve CC's when linking modules
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-03-15
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2005-02-19
Eliminate silly warnings from the linker of the form:
Chris Lattner
2005-02-12
Allow globals to be of different const'nesses when we link.
Chris Lattner
2004-12-13
Make LinkModules a static member function
Reid Spencer
2004-12-10
Make sure to link the target-triple as well, so it ends up in the .llvm.bc file
Chris Lattner
2004-12-08
Revert this disgusting hack, John has a much nicer solution
Chris Lattner
2004-12-08
Add a disgusting hack to work around a libstdc++ issue. This code should
Chris Lattner
2004-12-04
Fix linkage of mismatched weak globals. This unbreaks 300.twolf
Chris Lattner
2004-12-03
Significantly rework linker support for global variables, allowing it to
Chris Lattner
2004-11-25
Remove blank comment lines for uniformity.
Reid Spencer
2004-11-16
Don't increment a dead iterator
Chris Lattner
2004-11-16
Simplify the remapper by only needing one map, since the body of the functions
Chris Lattner
2004-11-16
Take advantage of the fact that we are allowed to clobber the input module
Chris Lattner
2004-11-16
The second arg may be clobbered by this function
Chris Lattner
2004-11-14
Linker.h moved to include/llvm from include/llvm/Support.
Reid Spencer
2004-11-12
This file originated in lib/VMCore/Linker.cpp but now lives in
Reid Spencer
2004-11-05
Stop propagating method names that violate the coding standard
Reid Spencer
[next]