aboutsummaryrefslogtreecommitdiff
path: root/src/library.js
AgeCommit message (Collapse)Author
2010-11-21SAFE_HEAP now validates the load-store consistency assumption, plus minor ↵Alon Zakai
related fixes
2010-11-20lua testAlon Zakai
2010-11-20misc minor fixes and additionsAlon Zakai
2010-11-20minimal C++ exceptions supportAlon Zakai
2010-11-20nonworking stubs for setjmp.hAlon Zakai
2010-11-20simple realloc implementationAlon Zakai
2010-11-14additional ctype.h library implementationsAlon Zakai
2010-11-07wip bullet/webgl demoAlon Zakai
2010-10-24fixes for more complex statics testalon@honor
2010-10-24add nonvirtual part to polymorph test; fails in clangalon@honor
2010-10-23math funcsalon@honor
2010-10-23support for pure virtual functionsalon@honor
2010-10-23handle llvm functions in retalon@honor
2010-10-21gettimeofday(), and more stuff in Runtimealon@honor
2010-10-20dynamic stack allocation support; demangler test closer to passingalon@honor
2010-10-16remove unneeded commaalon@honor
2010-10-15avoid redirection for math funcsalon@honor
2010-10-10typed arrays support; function __index__ing ; 36% speedupalon@honor
2010-10-08fix bug with last commit, and better GUARD_MEMORY optionalon@honor
2010-10-08initial support for |extractvalue|alon@honor
2010-10-07begin work to adapt to llvm 2.8 | TESTS BROKENalon@honor
2010-10-06Runtime system, and inlining of stackEnter/Exitalon@honor
2010-10-02dlmalloc testalon@honor
2010-10-02memory implementation cleanupalon@honor
2010-10-01test+fix for modifying fields of global structuresalon@honor
2010-10-01handle nested function calls in mathopsalon@honor
2010-09-30library additionsalon@honor
2010-09-30abort()alon@honor
2010-09-26beginnings of SDL support; minor fixes for SDL; raytrace web demoalon@honor
2010-09-25add raytracing testalon@honor
2010-09-25snippets ==> libraryalon@honor
--HG-- rename : src/snippets.js => src/library.js