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
/
LinkItems.cpp
Age
Commit message (
Expand
)
Author
2007-08-16
Improve error handling in the linker by:
Reid Spencer
2007-08-16
Ensure that error messages a propagated from calls to LinkInModule so they get
Reid Spencer
2007-08-08
Allow the filename "-" to be a place holder for stdin. This allows directing
Reid Spencer
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
add bitcode support
Chris Lattner
2007-04-30
If an archive is not recognized as an LLVM bytecode archive then declare
Reid Spencer
2007-04-30
Dependent libraries could be native too.
Reid Spencer
2007-04-11
For PR1146:
Reid Spencer
2007-04-04
For PR1302:
Reid Spencer
2007-04-04
For PR1302:
Reid Spencer
2006-11-11
For PR998:
Reid Spencer
2006-01-10
For PR521:
Reid Spencer
2005-07-07
For PR495:
Reid Spencer
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-03-15
consolidate LinkFiles into LinkItems, use lib_* iterators.
Chris Lattner
2005-03-15
consolidate LinkLibraries into LinkItems
Chris Lattner
2004-12-13
For PR351: \
Reid Spencer
2004-12-08
Turn this error back into a warning, fixing the povray regression
Chris Lattner
2004-12-05
Fix PR139: \
Reid Spencer