aboutsummaryrefslogtreecommitdiff
path: root/src/postamble.js
AgeCommit message (Expand)Author
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