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
*
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
2
-12
/
+11
*
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
2
-20
/
+16
*
Remvoe a do-nothing else block.
Reid Spencer
2006-11-11
1
-6
/
+1
*
For PR998:
Reid Spencer
2006-11-11
2
-17
/
+31
*
silence warnings
Chris Lattner
2006-11-09
1
-2
/
+2
*
For PR786:
Reid Spencer
2006-11-02
1
-14
/
+0
*
Adding dllimport, dllexport and external weak linkage types.
Anton Korobeynikov
2006-09-14
2
-13
/
+39
*
Remove a redundant syscall.
Chris Lattner
2006-07-28
1
-25
/
+21
*
eliminate some ugly code, using ConstantExpr::getWithOperands instead.
Chris Lattner
2006-07-14
1
-51
/
+4
*
Finish removal of EH usage from the Archive library. The REQUIRES_EH flag
Reid Spencer
2006-07-07
1
-1
/
+3
*
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
*
Fixed style of curly brace. No functionality changes.
John Criswell
2006-01-17
1
-2
/
+1
*
For PR521:
Reid Spencer
2006-01-10
1
-19
/
+37
*
Be a little more explanatory in a comment.
Reid Spencer
2006-01-10
1
-1
/
+1
*
Adjust the constructor to the Linker class to take an argument that names
Reid Spencer
2005-12-13
1
-2
/
+2
*
Fix test/Regression/Linker/2005-12-06-AppendingZeroLengthArrays.ll and
Chris Lattner
2005-12-06
1
-0
/
+2
*
DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now
Chris Lattner
2005-10-24
1
-1
/
+1
*
For PR495:
Reid Spencer
2005-07-07
2
-18
/
+26
*
For PR495:
Reid Spencer
2005-07-07
2
-2
/
+2
*
Preserve CC's when linking modules
Chris Lattner
2005-05-09
1
-0
/
+1
*
Remove trailing whitespace
Misha Brukman
2005-04-21
4
-56
/
+56
*
fix some 80 column violations
Chris Lattner
2005-03-15
1
-4
/
+11
*
consolidate LinkFiles into LinkItems, use lib_* iterators.
Chris Lattner
2005-03-15
2
-85
/
+61
*
consolidate LinkLibraries into LinkItems
Chris Lattner
2005-03-15
2
-76
/
+57
*
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2005-03-15
2
-8
/
+8
*
Add support for ".so" files compiled with LLVM which contain LLVM bytecode.
Chris Lattner
2005-02-19
2
-3
/
+11
*
Eliminate silly warnings from the linker of the form:
Chris Lattner
2005-02-19
1
-12
/
+0
*
Minor cleanup. No need to explicitly tell the compiler the template arguments.
Chris Lattner
2005-02-13
1
-3
/
+2
*
Print something useful for gccld -v with an archive.
Chris Lattner
2005-02-13
1
-0
/
+2
*
Allow globals to be of different const'nesses when we link.
Chris Lattner
2005-02-12
1
-8
/
+2
*
Remove un-needed #includes.
Reid Spencer
2004-12-20
1
-3
/
+1
*
Fix a compile error. config.h is now needed because DataTypes.h doesn't
Reid Spencer
2004-12-16
1
-0
/
+1
*
* Fix header block.
Reid Spencer
2004-12-13
1
-8
/
+8
*
Add missing space in a comment.
Reid Spencer
2004-12-13
1
-1
/
+1
*
Fix header and function comments.
Reid Spencer
2004-12-13
1
-14
/
+6
*
This file contains basic Linker facilities needed by all tools
Reid Spencer
2004-12-13
1
-0
/
+166
*
Make LinkModules a static member function
Reid Spencer
2004-12-13
1
-1
/
+2
*
This file contains only the Linker's library linking support
Reid Spencer
2004-12-13
1
-0
/
+70
*
For PR351: \
Reid Spencer
2004-12-13
1
-122
/
+12
[next]