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
2013-01-25
benchmark code gen option
Alon Zakai
2013-01-07
reset the stack top when CATCH_EXIT_CODE
Alon Zakai
2012-12-07
add asm imports and exports, hello world works
Alon Zakai
2012-12-07
remove irrelevant code from asm module
Alon Zakai
2012-12-07
set up asm.js 'module'
Alon Zakai
2012-11-12
make Module.run accessible through closure also in pre and post-js (#704)
Alon Zakai
2012-10-22
handle no-data worker api calls, and more tests
Alon Zakai
2012-10-22
worker api closure fixes + additional testing
Alon Zakai
2012-10-22
initial work on worker api
Alon Zakai
2012-09-09
clean up handling of initial run
Alon Zakai
2012-09-08
fix preRun
Alon Zakai
2012-09-07
run all available preRuns before checking if run must be delayed
Alon Zakai
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
[next]