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
/
LinkModules.cpp
Age
Commit message (
Expand
)
Author
2007-12-27
Ignore functions with internal linkages during linking. This snipped mimics the
Anton Korobeynikov
2007-12-25
Fixing several transforms which would drop the collector attribute
Gordon Henriksen
2007-11-27
Fix PR1146: parameter attributes are longer part of
Duncan Sands
2007-10-08
Use correct parentheses with the '&& "..."' idiom in an assert.
Dan Gohman
2007-08-19
Fix PR1611 - Visibility should be ignored for a declaration
Chris Lattner
2007-06-28
Fix a bug in my previous patch.
Lauro Ramos Venancio
2007-06-28
When linking two modules, we should copy the alias.
Lauro Ramos Venancio
2007-06-06
Propagate alignment, section name and visibility when linking "appending
Lauro Ramos Venancio
2007-04-29
Implement visibility checking during linking. Also implement protected
Anton Korobeynikov
2007-04-12
Implement the "thread_local" keyword.
Lauro Ramos Venancio
2007-02-15
For PR1195:
Reid Spencer
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
[prev]
[next]