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
Age
Commit message (
Expand
)
Author
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
2006-01-17
Fixed style of curly brace. No functionality changes.
John Criswell
2006-01-10
For PR521:
Reid Spencer
2006-01-10
Be a little more explanatory in a comment.
Reid Spencer
2005-12-13
Adjust the constructor to the Linker class to take an argument that names
Reid Spencer
2005-12-06
Fix test/Regression/Linker/2005-12-06-AppendingZeroLengthArrays.ll and
Chris Lattner
2005-10-24
DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now
Chris Lattner
2005-07-07
For PR495:
Reid Spencer
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
fix some 80 column violations
Chris Lattner
2005-03-15
consolidate LinkFiles into LinkItems, use lib_* iterators.
Chris Lattner
2005-03-15
consolidate LinkLibraries into LinkItems
Chris Lattner
2005-03-15
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2005-02-19
Add support for ".so" files compiled with LLVM which contain LLVM bytecode.
Chris Lattner
2005-02-19
Eliminate silly warnings from the linker of the form:
Chris Lattner
2005-02-13
Minor cleanup. No need to explicitly tell the compiler the template arguments.
Chris Lattner
2005-02-13
Print something useful for gccld -v with an archive.
Chris Lattner
2005-02-12
Allow globals to be of different const'nesses when we link.
Chris Lattner
2004-12-20
Remove un-needed #includes.
Reid Spencer
2004-12-16
Fix a compile error. config.h is now needed because DataTypes.h doesn't
Reid Spencer
2004-12-13
* Fix header block.
Reid Spencer
2004-12-13
Add missing space in a comment.
Reid Spencer
2004-12-13
Fix header and function comments.
Reid Spencer
2004-12-13
This file contains basic Linker facilities needed by all tools
Reid Spencer
2004-12-13
Make LinkModules a static member function
Reid Spencer
2004-12-13
This file contains only the Linker's library linking support
Reid Spencer
2004-12-13
For PR351: \
Reid Spencer
2004-12-13
This file contains only the Linker's file linking support
Reid Spencer
2004-12-13
For PR351: \
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
Turn this error back into a warning, fixing the povray regression
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-05
Fix PR139: \
Reid Spencer
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-12-02
PR466:
Reid Spencer
2004-11-30
Revert version 1.39. It breaks the ordering of the library processing.
Reid Spencer
2004-11-29
Shared library extension is now in LTDL_SHLIB_EXT
Reid Spencer
2004-11-25
Implement dependent library linking. It is no longer required that -lstdc++
Reid Spencer
2004-11-25
Remove blank comment lines for uniformity.
Reid Spencer
2004-11-19
Eliminate unsightly ;;
Reid Spencer
2004-11-19
Reduce the amount of work in LinkInArchive by not searching the archive for
Reid Spencer
2004-11-16
Don't increment a dead iterator
Chris Lattner
[next]