aboutsummaryrefslogtreecommitdiff
path: root/src/preamble.js
AgeCommit message (Expand)Author
2011-12-17fix bug with allocate not allocating enough memory (just a problem for the as...Alon Zakai
2011-12-17fix SAFE_HEAP check for TOTAL_MEMORY which is unneeded without typed arraysAlon Zakai
2011-12-16fix bug with accessing memory beyond TOTAL_MEMORY through sbrkAlon Zakai
2011-12-12support for generating html in emcc, and a test for that that also tests SDL,...Alon Zakai
2011-12-10clear warning to stderr when enlarging memory arraysAlon Zakai
2011-12-10do unsigned 32-bit loads properly in ta1Alon Zakai
2011-12-10do not check for corrections in safe heap unsigningAlon Zakai
2011-12-08fix for double mode 1 issue with 32-bit floats being NaNs and altering our do...Alon Zakai
2011-12-07various i64 fixes, including preventing rounding of small negativesAlon Zakai
2011-12-07safe heap fixesAlon Zakai
2011-12-06safe heap fixesAlon Zakai
2011-12-06DOUBLE_MODE=1 option to carefuly load and store doubles even in unaligned ta2...Alon Zakai
2011-12-06initial work on memory growthAlon Zakai
2011-11-24rewrite makeRounding to fix a bugAlon Zakai
2011-11-17refactor PGO codeAlon Zakai
2011-11-16initial support for unaligned reads/writes in t2Alon Zakai
2011-11-13simplify typed array code, support for .set() on typed arrays, and remove opt...Alon Zakai
2011-11-11roundy math ops (add etc.) in i64=1Alon Zakai
2011-11-10i64 fixes, first part of test_i64 passesAlon Zakai
2011-11-04USE_FHEAP optionAlon Zakai
2011-10-26comment about danger with FUNCTION_TABLEAlon Zakai
2011-10-18clarify use of safe heap with ta2Alon Zakai
2011-10-16properly use console.log on the webAlon Zakai
2011-10-08text fixAlon Zakai
2011-10-02fix math.hAlon Zakai
2011-09-26expose some things to ModuleAlon Zakai
2011-09-18more profiling toolsAlon Zakai
2011-09-18profiling optionAlon Zakai
2011-09-17generate FUNCTION_TABLE late so it uses aliases in postsets; fixes ammo.js bugAlon Zakai
2011-09-15Merge branch 'master' into llvm-svnAlon Zakai
2011-09-13faster shortcuts for sign/unsignAlon Zakai
2011-09-13fix bug in autodebugger outputAlon Zakai
2011-09-10force shifts on i64s to remain integersAlon Zakai
2011-09-08bindings generator fix +fixes for use of |this| instead of ModuleAlon Zakai
2011-08-31initial work to support resume, landingpad and insertvalueAlon Zakai
2011-08-30Merge pull request #75 from max99x/masterAlon Zakai
2011-08-29make FAST_MEMORY and TOTAL_MEMORY easier to use; fix slowdown in dlmalloc ben...Alon Zakai
2011-08-28Minor Closure Compiler compatibility fixes.max99x
2011-08-25Made sure SAFE_HEAP allows storing of NaNs (e.g. from math functions).max99x
2011-08-23Made sure all preamble functions are exported.max99x
2011-08-23Minor library fix to prevent UgilfyJS from embedding nulls in output.max99x
2011-08-15expose get|setValueAlon Zakai
2011-08-13endianness runtime check for ta2Alon Zakai
2011-07-31Split getNativeFieldSize() into getNativeFieldSize() and getNativeTypeSize();max99x
2011-07-31Reverted minor mismerged preamble.js change.max99x
2011-07-31Fixed allocate() ignoring ALLOC_NORMAL.max99x
2011-07-30print on the web using console.logAlon Zakai
2011-07-29Merge pull request #57 from max99x/masterkripken
2011-07-30Minor documentation and error message polish.max99x
2011-07-30Minor polish in response to review comments.max99x