aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-12-19Merge pull request #144 from yipdw/strtok-no-testsAlon Zakai
A strtok(3) implementation with tests omitted
2011-12-19mention tutorial in readmeAlon Zakai
2011-12-19Add self to AUTHORS file.David Yip
2011-12-19First cut at strtok(3).David Yip
2011-12-18finish sanity checksAlon Zakai
2011-12-18sanity checksAlon Zakai
2011-12-18comment removalAlon Zakai
2011-12-18deprecate emmaken.py and emconfiguren.pyAlon Zakai
2011-12-18Merge branch 'incoming'Alon Zakai
2011-12-17remove test_reminderAlon Zakai
2011-12-17fix alignment in testAlon Zakai
2011-12-17remove wip message from emccAlon Zakai
2011-12-17test for last commitAlon Zakai
2011-12-17do not replace type of later parameters in mathops, if they are themselves ↵Alon Zakai
types (fix regression in 6cf86dad35cc55413e0cfacd52a88f07b62d5eee)
2011-12-17use emcc in structbyval and safe_heap testsAlon Zakai
2011-12-17allow picking the js engine for benchmarkingAlon Zakai
2011-12-17fix bug with allocate not allocating enough memory (just a problem for the ↵Alon Zakai
assertion of writing over STATICTOP, as otherwise alignment of later allocations fixes it)
2011-12-17fix SAFE_HEAP check for TOTAL_MEMORY which is unneeded without typed arraysAlon Zakai
2011-12-17note that I64_MODE and DOUBLE_MODE can slow you downAlon Zakai
2011-12-17fix gcc/g++ selection logic in emcc when just configuringAlon Zakai
2011-12-17fix poppler testAlon Zakai
2011-12-17fix SDL_MUSTLOCKAlon Zakai
2011-12-17various robustness improvements to emccAlon Zakai
2011-12-17bitcode checking functionAlon Zakai
2011-12-17add missing fileAlon Zakai
2011-12-17support for std::endl and cout << intsAlon Zakai
2011-12-16make emcc and emar more robust against odd makefile inputsAlon Zakai
2011-12-16fix for poppler testAlon Zakai
2011-12-16improve linking in emcc, can now build zlib, openjpeg, freetypeAlon Zakai
2011-12-16support for .ll files as inputs to emccAlon Zakai
2011-12-16hide dlmalloc output in emccAlon Zakai
2011-12-16fix bug with accessing memory beyond TOTAL_MEMORY through sbrkAlon Zakai
2011-12-16USE_FHEAP in shared.pyAlon Zakai
2011-12-16completely automatic malloc inclusion in emccAlon Zakai
2011-12-16mention that we use closure advanced optsAlon Zakai
2011-12-16temporarily return emmaken to test runner instead of emccAlon Zakai
2011-12-16Merge branch 'master' into emccbydefaultAlon Zakai
2011-12-15disable C++ exception catching in emcc -O1 and -O2Alon Zakai
2011-12-15atofAlon Zakai
2011-12-15js optimizer pass to join together additionsAlon Zakai
2011-12-15Merge branch 'master' into emccbydefaultAlon Zakai
2011-12-15js optimizer pass to simplify certain bit opsAlon Zakai
2011-12-15rewrite variable analysis code. eliminate unused variables without side ↵Alon Zakai
effects, and improve nativization logic.
2011-12-15allow specifying the temp dir for emccAlon Zakai
2011-12-15workaround for js optimizer issueAlon Zakai
2011-12-14emcc todosAlon Zakai
2011-12-14todo for emccAlon Zakai
2011-12-14emcc option to override closure compiler, and use closure compiler by ↵Alon Zakai
default in -O2 and not just -O3
2011-12-14fix for source suffixes in emccAlon Zakai
2011-12-14support for .cc files in emccAlon Zakai