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-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
2010-09-11
fallback if no |arguments| (like on the web)
alon@honor
2010-09-04
atexit +test
alon@honor
2010-08-25
the code
alon@honor