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
/
Linker.cpp
Age
Commit message (
Expand
)
Author
2008-10-25
Make comments and code for QuietWarnings and QuietErrors
Dan Gohman
2008-04-01
Change the MemoryBuffer::getFile* methods to take just a pointer to the
Chris Lattner
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-07-06
eliminate residual cruft related to recognizing bytecode
Gabor Greif
2007-07-05
Here is the bulk of the sanitizing.
Gabor Greif
2007-05-06
switch this to bitcode instead of bytecode
Chris Lattner
2007-05-06
add bitcode support
Chris Lattner
2007-02-07
push bytecode decompressor out through APIs. Now the bytecode reader
Chris Lattner
2006-12-07
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-11-27
Removed #include <iostream> and replaced with llvm_* streams.
Bill Wendling
2006-07-28
Remove a redundant syscall.
Chris Lattner
2006-01-17
Fixed style of curly brace. No functionality changes.
John Criswell
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-07-07
For PR495:
Reid Spencer
2005-07-07
For PR495:
Reid Spencer
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-02-19
Add support for ".so" files compiled with LLVM which contain LLVM bytecode.
Chris Lattner
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
This file contains basic Linker facilities needed by all tools
Reid Spencer