index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2013-07-11
Document canvasPool
Felix H. Dahlke
2013-07-08
Fix GC pauses by reusing canvas elements
Felix H. Dahlke
2013-07-07
comment on ccall array type being 8 bit
Alon Zakai
2013-07-07
keep free() alive like malloc()
Alon Zakai
2013-07-06
disable -fno-threadsafe-statics, issue #1289
Alon Zakai
2013-07-04
comments
Alon Zakai
2013-07-03
improve warning text
Alon Zakai
2013-07-03
fix test_static_link for the case where spidermonkey shell is not in JS_ENGINES
Alon Zakai
2013-07-03
Merge pull request #1341 from inolen/pointer_stringify_hang
Alon Zakai
2013-07-03
move emlink docs to wiki; add link to them
Alon Zakai
2013-07-03
add working bullet static linking test
Alon Zakai
2013-07-03
force-include .a contents of multiple archives when they are the only inputs ...
Alon Zakai
2013-07-03
enable working zlib static linking test
Alon Zakai
2013-07-03
force-include .a contents when it is the only input aside from linked libraries
Alon Zakai
2013-07-03
fix test_source_map
Alon Zakai
2013-07-03
parse i64-to-ptr conversions of constants at compile time
Alon Zakai
2013-07-03
fix test_openjpeg
Alon Zakai
2013-07-03
stop emitting no-longer-needed alias constants
Alon Zakai
2013-07-03
move runPostSets into asm module
Alon Zakai
2013-07-03
run postSets in a global initializer, before all other global initializers
Alon Zakai
2013-07-03
remove old comment
Alon Zakai
2013-07-03
add function pointers test
Alon Zakai
2013-07-03
fix test harness
Alon Zakai
2013-07-03
fix f_bases handling in static linker
Alon Zakai
2013-07-03
refactor static link test and add todo
Alon Zakai
2013-07-03
emit F_BASE
Alon Zakai
2013-07-03
do not relocate function pointers when no need to (no such table in parent)
Alon Zakai
2013-07-03
refactor getIndex calls to include the signature
Alon Zakai
2013-07-03
handle multiple F_BASE_.. in relocation
Alon Zakai
2013-07-03
always do globaldce (and potentially strip-debug), even when we are building ...
Alon Zakai
2013-07-03
mark internal globals as private as well
Alon Zakai
2013-07-03
fix relocation of global linkable variables, enable iostream module linking test
Alon Zakai
2013-07-03
add a naming to globals that can be linked and used across modules
Alon Zakai
2013-07-03
warn on undefined global variables after linking
Alon Zakai
2013-07-03
refactor sendings linking
Alon Zakai
2013-07-03
refactor linking of imports
Alon Zakai
2013-07-03
add missing newline
Alon Zakai
2013-07-03
testing for using libc in a side module, and forcing inclusion of libc making...
Alon Zakai
2013-07-03
allow picking a library to force inclusion of in EMCC_FORCE_STDLIBS
Alon Zakai
2013-07-03
finalize floats during relocation in side modules
Alon Zakai
2013-07-03
docs
Alon Zakai
2013-07-03
testing for linking with malloc
Alon Zakai
2013-07-03
simplify heap initializer merging
Alon Zakai
2013-07-03
prepare for libc++ linking test
Alon Zakai
2013-07-03
add various aborting stubs for libc stuff used in libc++
Alon Zakai
2013-07-03
coerce in cmpxchg
Alon Zakai
2013-07-03
include fastLong in FULL_LIBRARY
Alon Zakai
2013-07-03
emit proper filler functions in merged function tables
Alon Zakai
2013-07-03
do not add imports that are implemented by the main module
Alon Zakai
2013-07-03
handle function table updates with nested braces
Alon Zakai
[next]