index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Linker
/
LinkModules.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remember the source->dest mapping when copying aliases. This fixes PR2054
Anton Korobeynikov
2008-03-05
1
-4
/
+10
*
Clarify the state-of-the-art
Anton Korobeynikov
2008-03-05
1
-9
/
+12
*
And final pack of warnings silencing
Anton Korobeynikov
2008-02-20
1
-2
/
+5
*
random cleanups.
Chris Lattner
2008-02-19
1
-7
/
+4
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Ignore functions with internal linkages during linking. This snipped mimics the
Anton Korobeynikov
2007-12-27
1
-0
/
+3
*
Fixing several transforms which would drop the collector attribute
Gordon Henriksen
2007-12-25
1
-0
/
+2
*
Fix PR1146: parameter attributes are longer part of
Duncan Sands
2007-11-27
1
-0
/
+1
*
Use correct parentheses with the '&& "..."' idiom in an assert.
Dan Gohman
2007-10-08
1
-2
/
+2
*
Fix PR1611 - Visibility should be ignored for a declaration
Chris Lattner
2007-08-19
1
-6
/
+13
*
Fix a bug in my previous patch.
Lauro Ramos Venancio
2007-06-28
1
-3
/
+2
*
When linking two modules, we should copy the alias.
Lauro Ramos Venancio
2007-06-28
1
-0
/
+28
*
Propagate alignment, section name and visibility when linking "appending
Lauro Ramos Venancio
2007-06-06
1
-0
/
+15
*
Implement visibility checking during linking. Also implement protected
Anton Korobeynikov
2007-04-29
1
-1
/
+14
*
Implement the "thread_local" keyword.
Lauro Ramos Venancio
2007-04-12
1
-3
/
+4
*
For PR1195:
Reid Spencer
2007-02-15
1
-2
/
+2
*
simplify this code by using value::takename
Chris Lattner
2007-02-11
1
-8
/
+5
*
For PR411:
Reid Spencer
2007-02-05
1
-87
/
+99
*
Fix some comments and other minor sundry things.
Reid Spencer
2007-02-04
1
-12
/
+13
*
Ensure that visibility and section are properly propagated.
Reid Spencer
2007-02-04
1
-9
/
+8
*
Back out last revision which was committed by accident.
Reid Spencer
2007-02-04
1
-101
/
+85
*
Make sure that section and visibility are properly propagated.
Reid Spencer
2007-02-04
1
-85
/
+101
*
preserve sections of globals
Andrew Lenharth
2007-02-01
1
-1
/
+10
*
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-30
1
-10
/
+10
*
Read from the right place.
Chris Lattner
2007-01-29
1
-1
/
+1
*
Fix PR1139
Chris Lattner
2007-01-29
1
-17
/
+24
*
For PR761:
Reid Spencer
2007-01-26
1
-8
/
+14
*
For PR1064:
Reid Spencer
2007-01-12
1
-1
/
+7
*
For PR411:
Reid Spencer
2007-01-06
1
-18
/
+22
*
extern_weak linkage. fixes PR1038
Andrew Lenharth
2006-12-15
1
-1
/
+5
*
Change inferred getCast into specific getCast. Passes all tests.
Reid Spencer
2006-12-12
1
-6
/
+6
*
Don't use <sstream> in Streams.h but <iosfwd> instead.
Bill Wendling
2006-12-07
1
-0
/
+1
*
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-12-07
1
-9
/
+8
*
Introducing external weak linkage. Darwin codegen should be added later.
Anton Korobeynikov
2006-12-01
1
-12
/
+24
*
Removed #include <iostream> and replaced with llvm_* streams.
Bill Wendling
2006-11-27
1
-9
/
+9
*
silence warnings
Chris Lattner
2006-11-09
1
-2
/
+2
*
Adding dllimport, dllexport and external weak linkage types.
Anton Korobeynikov
2006-09-14
1
-11
/
+31
*
eliminate some ugly code, using ConstantExpr::getWithOperands instead.
Chris Lattner
2006-07-14
1
-51
/
+4
*
Fix Regression/Linker/2006-06-15-GlobalVarAnment.ll
Chris Lattner
2006-06-16
1
-5
/
+18
*
Fix linking of inline asm objects.
Chris Lattner
2006-06-01
1
-5
/
+9
*
Add shufflevector support
Chris Lattner
2006-04-08
1
-0
/
+6
*
Add code to RemapOperand() to handle Instruction::ExtractElement and
Evan Cheng
2006-04-07
1
-0
/
+12
*
Rename method
Chris Lattner
2006-01-24
1
-4
/
+5
*
Add support for linking inline asm
Chris Lattner
2006-01-23
1
-0
/
+7
*
add support for ConstantPacked to the linker
Chris Lattner
2006-01-19
1
-0
/
+5
*
Fix test/Regression/Linker/2005-12-06-AppendingZeroLengthArrays.ll and
Chris Lattner
2005-12-06
1
-0
/
+2
*
For PR495:
Reid Spencer
2005-07-07
1
-1
/
+1
*
Preserve CC's when linking modules
Chris Lattner
2005-05-09
1
-0
/
+1
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-18
/
+18
*
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2005-03-15
1
-6
/
+6
[prev]
[next]