aboutsummaryrefslogtreecommitdiff
path: root/src/postamble.js
AgeCommit message (Expand)Author
2012-01-16remove hack for ignorePermissions in the filesystem API, which removes the ne...Alon Zakai
2012-01-16refactor runtime init and exit codeAlon Zakai
2011-12-03refactoring towards supporting node.jsAlon Zakai
2011-12-03Modify exit() to throw an object and catch it.David Claughton
2011-11-30refactor compiler to allow future batching of types and globals. move postset...Alon Zakai
2011-07-15refactor Pointer_make into allocateAlon Zakai
2011-06-24remove unneeded globalFuncsAlon Zakai
2011-06-23* propogated return value from main back to the return value from Module.runtim.dawborn
2011-06-08remove unneeded initializeRuntimeAlon Zakai
2011-06-03refactoring in preparation for TYPED_ARRAYS==2 (disabled)Alon Zakai
2011-05-28fixes for closure compiler advanced optsAlon Zakai
2011-05-12clean up shell.jsAlon Zakai
2011-03-06re-enable advanced optimizations in closure compilerAlon Zakai
2011-03-05refactor calling of _main()Alon Zakai
2011-01-16support for writing to files in stdioAlon Zakai
2010-12-28handle env of 0 as a third parameter for main()Alon Zakai
2010-12-21initial skeleton for gl testsAlon Zakai
2010-12-17fix format bug with floatsAlon Zakai
2010-12-15misc fixes and improvements - thanks go to tubaAlon Zakai
2010-11-26remove clumsy iterative creation attempts of globalsAlon Zakai
2010-11-26flatten global constants at compile timeAlon Zakai
2010-11-20misc minor fixes and additionsAlon Zakai
2010-11-14handle global constants that are llvm function calls +testAlon Zakai
2010-11-05framework for integration testsAlon Zakai
2010-10-31finish module-ization of generated codealon@honor
2010-10-31remove getters from global varsalon@honor
2010-10-27modularize generated codealon@honor
2010-10-10typed arrays support; function __index__ing ; 36% speedupalon@honor
2010-10-06Runtime system, and inlining of stackEnter/Exitalon@honor
2010-10-02memory implementation cleanupalon@honor
2010-09-30abort()alon@honor
2010-09-29clean up memory allocationalon@honor
2010-09-25optional memory alignment that matches c/c++; used in clang, not in llvm-gccalon@honor
2010-09-11fallback if no |arguments| (like on the web)alon@honor
2010-09-04atexit +testalon@honor
2010-08-25the codealon@honor