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
path:
root
/
src
/
postamble.js
Age
Commit message (
Expand
)
Author
2012-08-10
Module.preInit
Alon Zakai
2012-07-18
refactor file preloading to happen in FS.createPreloadedFile, so that not onl...
Alon Zakai
2012-06-17
allow multiple preRun/postRun
Alon Zakai
2012-06-11
remove GENERATING_HTML, it was confusing and gave little or no benefit
Alon Zakai
2012-05-12
clear status in html even if doRun exits through an exception
Alon Zakai
2012-05-12
show Running... when calling run()
Alon Zakai
2012-05-12
nicer html messages during load/startup
Alon Zakai
2012-05-09
allow adding runDependencies in preRun
Alon Zakai
2012-04-09
init runtime immediately, so that even with noInitialRun we can still call fi...
Alon Zakai
2012-04-06
restore support for noInitialRun
Alon Zakai
2012-03-26
show status messages for decompressing and clear status on run
Alon Zakai
2012-03-24
run preRun before initRuntime, fixes test_files
Alon Zakai
2012-03-22
do preRun and postRun only if we actually run
Alon Zakai
2012-03-19
refactor use of this[..] in shell.js to use Module[..]
Alon Zakai
2012-03-15
add file preloading in browsers
Alon Zakai
2012-03-03
add noExitRuntime option
Alon Zakai
2012-02-05
add preRun and postRun hooks in Module, and tweak FS initialization
Alon Zakai
2012-01-16
remove hack for ignorePermissions in the filesystem API, which removes the ne...
Alon Zakai
2012-01-16
refactor runtime init and exit code
Alon Zakai
2011-12-03
refactoring towards supporting node.js
Alon Zakai
2011-12-03
Modify exit() to throw an object and catch it.
David Claughton
2011-11-30
refactor compiler to allow future batching of types and globals. move postset...
Alon Zakai
2011-07-15
refactor Pointer_make into allocate
Alon Zakai
2011-06-24
remove unneeded globalFuncs
Alon Zakai
2011-06-23
* propogated return value from main back to the return value from Module.run
tim.dawborn
2011-06-08
remove unneeded initializeRuntime
Alon Zakai
2011-06-03
refactoring in preparation for TYPED_ARRAYS==2 (disabled)
Alon Zakai
2011-05-28
fixes for closure compiler advanced opts
Alon Zakai
2011-05-12
clean up shell.js
Alon Zakai
2011-03-06
re-enable advanced optimizations in closure compiler
Alon Zakai
2011-03-05
refactor calling of _main()
Alon Zakai
2011-01-16
support for writing to files in stdio
Alon Zakai
2010-12-28
handle env of 0 as a third parameter for main()
Alon Zakai
2010-12-21
initial skeleton for gl tests
Alon Zakai
2010-12-17
fix format bug with floats
Alon Zakai
2010-12-15
misc fixes and improvements - thanks go to tuba
Alon Zakai
2010-11-26
remove clumsy iterative creation attempts of globals
Alon Zakai
2010-11-26
flatten global constants at compile time
Alon Zakai
2010-11-20
misc minor fixes and additions
Alon Zakai
2010-11-14
handle global constants that are llvm function calls +test
Alon Zakai
2010-11-05
framework for integration tests
Alon Zakai
2010-10-31
finish module-ization of generated code
alon@honor
2010-10-31
remove getters from global vars
alon@honor
2010-10-27
modularize generated code
alon@honor
2010-10-10
typed arrays support; function __index__ing ; 36% speedup
alon@honor
2010-10-06
Runtime system, and inlining of stackEnter/Exit
alon@honor
2010-10-02
memory implementation cleanup
alon@honor
2010-09-30
abort()
alon@honor
2010-09-29
clean up memory allocation
alon@honor
2010-09-25
optional memory alignment that matches c/c++; used in clang, not in llvm-gcc
alon@honor
[prev]
[next]