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
2007-10-08
Use correct parentheses with the '&& "..."' idiom in an assert.
Dan Gohman
2007-08-19
Fix PR1611 - Visibility should be ignored for a declaration
Chris Lattner
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-22
Report an error if one occurs in releaseModule.
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-06-28
Fix a bug in my previous patch.
Lauro Ramos Venancio
2007-06-28
When linking two modules, we should copy the alias.
Lauro Ramos Venancio
2007-06-06
Propagate alignment, section name and visibility when linking "appending
Lauro Ramos Venancio
2007-05-06
switch this to bitcode instead of bytecode
Chris Lattner
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-29
Implement visibility checking during linking. Also implement protected
Anton Korobeynikov
2007-04-12
Implement the "thread_local" keyword.
Lauro Ramos Venancio
2007-04-11
For PR1146:
Reid Spencer
2007-04-04
For PR1302:
Reid Spencer
2007-04-04
For PR1302:
Reid Spencer
2007-02-15
For PR1195:
Reid Spencer
2007-02-11
simplify this code by using value::takename
Chris Lattner
2007-02-07
push bytecode decompressor out through APIs. Now the bytecode reader
Chris Lattner
2007-02-05
For PR411:
Reid Spencer
2007-02-05
For PR411:
Reid Spencer
2007-02-04
Fix some comments and other minor sundry things.
Reid Spencer
2007-02-04
Ensure that visibility and section are properly propagated.
Reid Spencer
2007-02-04
Back out last revision which was committed by accident.
Reid Spencer
2007-02-04
Make sure that section and visibility are properly propagated.
Reid Spencer
2007-02-01
preserve sections of globals
Andrew Lenharth
2007-01-30
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-29
Read from the right place.
Chris Lattner
2007-01-29
Fix PR1139
Chris Lattner
2007-01-26
For PR761:
Reid Spencer
2007-01-12
For PR1064:
Reid Spencer
2007-01-06
For PR411:
Reid Spencer
2006-12-15
extern_weak linkage. fixes PR1038
Andrew Lenharth
2006-12-12
Change inferred getCast into specific getCast. Passes all tests.
Reid Spencer
2006-12-07
Don't use <sstream> in Streams.h but <iosfwd> instead.
Bill Wendling
2006-12-07
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-12-01
Introducing external weak linkage. Darwin codegen should be added later.
Anton Korobeynikov
2006-11-27
Removed #include <iostream> and replaced with llvm_* streams.
Bill Wendling
2006-11-11
Remvoe a do-nothing else block.
Reid Spencer
2006-11-11
For PR998:
Reid Spencer
2006-11-09
silence warnings
Chris Lattner
2006-11-02
For PR786:
Reid Spencer
2006-09-14
Adding dllimport, dllexport and external weak linkage types.
Anton Korobeynikov
2006-07-28
Remove a redundant syscall.
Chris Lattner
2006-07-14
eliminate some ugly code, using ConstantExpr::getWithOperands instead.
Chris Lattner
2006-07-07
Finish removal of EH usage from the Archive library. The REQUIRES_EH flag
Reid Spencer
[next]