aboutsummaryrefslogtreecommitdiff
path: root/src/preamble.js
AgeCommit message (Expand)Author
2012-02-29optimize alignMemoryPageAlon Zakai
2012-02-26remove I64_MODE, it is equal to 1 in USE_TYPED_ARRAYS 2 and only thereAlon Zakai
2012-02-23ccall/cwrap docsAlon Zakai
2012-02-23cwrap (like ccall, but returns a wrapper function)Alon Zakai
2012-02-21work around v8 slowness bug by not calling new Array for HEAPAlon Zakai
2012-02-18ccall docsAlon Zakai
2012-02-18ccallAlon Zakai
2012-02-18add missing module exportAlon Zakai
2012-02-05do ATINIT and ATEXIT in orderAlon Zakai
2012-02-01fix tempDouble bug with not including it in all casesAlon Zakai
2012-01-28Merge branch 'master' into llvmoptsAlon Zakai
2012-01-28Only define TypedArray_copy when typed arrays are enabledEhsan Akhgari
2012-01-27Merge branch 'handle_broken_lli' into glgearsEhsan Akhgari
2012-01-25Merge branch 'master' into llvmoptsAlon Zakai
2012-01-25String constants are store in a table to limit variable countjulien.hamaide
2012-01-24Add a copy helper for typed arraysEhsan Akhgari
2012-01-23fix tempDouble aliasesAlon Zakai
2012-01-23commentAlon Zakai
2012-01-23unaligned loads and stores for floats and doublesAlon Zakai
2012-01-23refactor tempDouble to use space in normal memory, not a separate bufferAlon Zakai
2012-01-23support unaligned reads/writes in ta2; fixes test_cubescriptAlon Zakai
2012-01-22Make it possible to compile shadersEhsan Akhgari
2012-01-22Add support for non-null terminated strings to Pointer_stringifyEhsan Akhgari
2012-01-18Add small optimization for allocate when zeroing the arrayJeff Terrace
2012-01-16refactor runtime init and exit codeAlon Zakai
2012-01-10align stack to QUANTUM_SIZE in ta2 properly, avoiding unnecessary checks and ...Alon Zakai
2012-01-07tweak memory growth parameter to 2Alon Zakai
2012-01-06fix PGO breakageAlon Zakai
2012-01-06restore some PGO code to investigate a speed regression in skinningAlon Zakai
2012-01-06put some PGO code behind and ifdefAlon Zakai
2012-01-04enlarge stack size default to 5MBAlon Zakai
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