aboutsummaryrefslogtreecommitdiff
path: root/src/preamble.js
AgeCommit message (Expand)Author
2011-01-27reSign parallel to unSign to fix rare signing issues; CHECK_SIGNS optionAlon Zakai
2011-01-16initial emulation for stdio file reading, and other preparations for popplerAlon Zakai
2011-01-08refactor preamble functions into libraryAlon Zakai
2011-01-01CORRECT_OVERFLOWS option; strengthening of various tests, and fixes a bug in ...Alon Zakai
2010-12-31allow SAFE_HEAP with typed arrays; fix minor uncovered bugs; add SAFE_HEAP_LO...Alon Zakai
2010-12-31simplify heap operations in preamble with macrosAlon Zakai
2010-12-30simple django-style substitution/macrosAlon Zakai
2010-12-30stub for callocAlon Zakai
2010-12-28handle memmove of 0dglead
2010-12-26fix bug with typed arrays in memcpyAlon Zakai
2010-12-25support for precision in integers in printfAlon Zakai
2010-12-23comment about typed arrays when copyingAlon Zakai
2010-12-19optimize heap for chrome; thanks to danielheresAlon Zakai
2010-12-19CHECK_OVERFLOWS optionAlon Zakai
2010-12-17fix format bug with floatsAlon Zakai
2010-12-13minor fixes for python demoAlon Zakai
2010-12-12python web demoAlon Zakai
2010-12-12support for library dependencies +misc python float fixesAlon Zakai
2010-12-11improve printf formattingAlon Zakai
2010-12-11support for printing %pAlon Zakai
2010-12-11python fixes and testAlon Zakai
2010-12-09proper support for bitfieldsAlon Zakai
2010-12-05safe heap tweaksAlon Zakai
2010-12-04fix for bitshiftsAlon Zakai
2010-11-28paranoid memory initialization in typed arrays, lua demo update (with missing...Alon Zakai
2010-11-27proper memory initialization with or without typed arrays; additional lua testsAlon Zakai
2010-11-26remove clumsy iterative creation attempts of globalsAlon Zakai
2010-11-26improve varargs supportAlon Zakai
2010-11-26do not try to unflatten slabs at runtimeAlon Zakai
2010-11-25improve lua test + fixesAlon Zakai
2010-11-25check stores in SAFE_HEAPAlon Zakai
2010-11-21optimize SAFE_HEAP for speed and enable additional testsAlon Zakai
2010-11-21strengthen SAFE_HEAPAlon Zakai
2010-11-21SAFE_HEAP now validates the load-store consistency assumption, plus minor rel...Alon Zakai
2010-11-20misc minor fixes and additionsAlon Zakai
2010-11-20nonworking stubs for setjmp.hAlon Zakai
2010-11-20simple realloc implementationAlon Zakai
2010-11-19add |undef| valueAlon Zakai
2010-11-17tweaks for frontend-optimized inputAlon Zakai
2010-11-14optimize Pointer_makeAlon Zakai
2010-11-05framework for integration testsAlon Zakai
2010-11-01add HEAPs and malloc/free to Modulealon@honor
2010-10-31remove getters from global varsalon@honor
2010-10-27modularize generated codealon@honor
2010-10-24progress on cleaning up Runtimealon@honor
2010-10-24add nonvirtual part to polymorph test; fails in clangalon@honor
2010-10-23additional memset aliasalon@honor
2010-10-23handle llvm functions in retalon@honor
2010-10-21fixes in parseConst; move getFunctionIndex into Runtime; test for global func...alon@honor
2010-10-21demangler python scriptalon@honor