aboutsummaryrefslogtreecommitdiff
path: root/src/preamble.js
AgeCommit message (Collapse)Author
2011-06-06fixes for USE_TYPED_ARRAYS == 2Alon Zakai
2011-06-05fix alignment issues with USE_TYPED_ARRAYS == 2Alon Zakai
2011-06-05generalize heap access generation with getHeapOffsetAlon Zakai
2011-06-04optimize Pointer_make (both input size and processing time)Alon Zakai
2011-06-03refactoring in preparation for TYPED_ARRAYS==2 (disabled)Alon Zakai
2011-05-27option to not use FHEAP at all, with USE_TYPED_ARRAY_FHEAP=0Alon Zakai
2011-05-26improve AUTO_OPTIMIZEAlon Zakai
2011-05-26improve CHECK_* options, add initial version of AUTO_OPTIMIZEAlon Zakai
2011-05-24modify read() detection for closure compilerAlon Zakai
2011-05-22throw on xhr errors in browser read()Alon Zakai
2011-05-22note on CORRECT_OVERFLOWSAlon Zakai
2011-05-21SDL stuffAlon Zakai
2011-05-19SAFE_HEAP fixAlon Zakai
2011-05-16call SAFE_HEAP_ACCESS from SAFE_HEAP_COPY_HISTORYAlon Zakai
2011-05-15support for reading files synchronouslyAlon Zakai
2011-04-24support for __cxa_atexit argumentAlon Zakai
2011-04-24forgotten check for assertionsAlon Zakai
2011-04-23memory fixesAlon Zakai
2011-04-21line-specific exceptions to SAFE_HEAPAlon Zakai
2011-03-29simplify TOTAL_STACK to not confuse closure compilerAlon Zakai
2011-03-21optimize FUNCTION_POINTER and exportingAlon Zakai
2011-03-21do not un/reSign constantsAlon Zakai
2011-03-13misc compiler tweaksAlon Zakai
2011-03-04integer rounding fixes and CORRECT_ROUNDINGS optionAlon Zakai
2011-02-20generate strict mode javascriptAlon Zakai
2011-02-20fixes for benchmarksAlon Zakai
2011-02-19use line-specific corrections in zlib testAlon Zakai
2011-02-19optimize String_copyAlon Zakai
2011-02-13tweak sign and overflow checksAlon Zakai
2011-02-12fix for compiling with spidermonkeyAlon Zakai
2011-02-08use subarray in typed arraysAlon Zakai
2011-02-06strengthen SAFE_HEAP checks for copied valuesAlon Zakai
2011-01-31misc cleanups and fixesAlon Zakai
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
python with typed arrays
2010-12-31allow SAFE_HEAP with typed arrays; fix minor uncovered bugs; add ↵Alon Zakai
SAFE_HEAP_LOG option
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