index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Linker
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove the LinkGlobal weirderness in common linking phase.
Anton Korobeynikov
2008-03-10
1
-33
/
+44
*
Typo
Anton Korobeynikov
2008-03-10
1
-1
/
+1
*
Fix some compilation errors on msvc:
Ted Kremenek
2008-03-09
1
-3
/
+3
*
Clarify some important bits
Anton Korobeynikov
2008-03-07
1
-1
/
+2
*
Small cleanup: propagate thread-localness via generic routine.
Anton Korobeynikov
2008-03-07
1
-7
/
+10
*
Missed patch from my last commit
Anton Korobeynikov
2008-03-05
1
-0
/
+10
*
Resolve aliases to aliasees, where possible
Anton Korobeynikov
2008-03-05
1
-0
/
+3
*
Handle functions as targets during linking of aliases as well
Anton Korobeynikov
2008-03-05
1
-1
/
+25
*
Try hard to link aliases. Checks can be too strict by now.
Anton Korobeynikov
2008-03-05
1
-20
/
+101
*
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
*
Properly populate lists of defined/undefined symbols in presence of aliases
Anton Korobeynikov
2008-03-04
1
-1
/
+11
*
Emit an error when a library is not found. It is the GNU ld behavior and it i...
Lauro Ramos Venancio
2008-02-27
1
-1
/
+1
*
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
4
-8
/
+8
*
remove attribution from lib Makefiles.
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
*
Improve error handling in the linker by:
Reid Spencer
2007-08-16
1
-6
/
+6
*
Ensure that error messages a propagated from calls to LinkInModule so they get
Reid Spencer
2007-08-16
1
-3
/
+4
*
Allow the filename "-" to be a place holder for stdin. This allows directing
Reid Spencer
2007-08-08
1
-0
/
+16
*
Report an error if one occurs in releaseModule.
Reid Spencer
2007-07-22
1
-0
/
+3
*
eliminate residual cruft related to recognizing bytecode
Gabor Greif
2007-07-06
2
-7
/
+1
*
Here is the bulk of the sanitizing.
Gabor Greif
2007-07-05
3
-12
/
+12
*
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
*
switch this to bitcode instead of bytecode
Chris Lattner
2007-05-06
2
-17
/
+8
*
add bitcode support
Chris Lattner
2007-05-06
3
-4
/
+23
*
If an archive is not recognized as an LLVM bytecode archive then declare
Reid Spencer
2007-04-30
2
-3
/
+8
*
Dependent libraries could be native too.
Reid Spencer
2007-04-30
1
-1
/
+4
*
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 PR1146:
Reid Spencer
2007-04-11
1
-4
/
+12
*
For PR1302:
Reid Spencer
2007-04-04
1
-8
/
+8
*
For PR1302:
Reid Spencer
2007-04-04
1
-31
/
+61
*
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
*
push bytecode decompressor out through APIs. Now the bytecode reader
Chris Lattner
2007-02-07
1
-1
/
+4
*
For PR411:
Reid Spencer
2007-02-05
1
-1
/
+1
*
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
[prev]
[next]