aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-23Merge pull request #714 from juj/test_failAlon Zakai
test_failure_error_code
2012-11-23assert on string operations not exceeding memoryAlon Zakai
2012-11-23fix fminAlon Zakai
2012-11-23fix sscanf n bug, fixes #727Alon Zakai
2012-11-23jcache docsAlon Zakai
2012-11-23fix glBufferSubDataAlon Zakai
2012-11-23fix socket.hAlon Zakai
2012-11-22Merge pull request #726 from xxuejie/incomingAlon Zakai
Add strtof function(use strtod instead)
2012-11-22fix setjmp/longjmp to notice if we actually setjmped in the invocation of ↵Alon Zakai
the function on the stack, so recursive functions can use setjmp/longjmp
2012-11-22fix o2.test_openjpegAlon Zakai
2012-11-22don't emit debug info that confuses o2.test_openjpegAlon Zakai
2012-11-22notice generated functions with $ in themAlon Zakai
2012-11-22fix test_js_optimizerAlon Zakai
2012-11-22drand48Alon Zakai
2012-11-22fix bug in js optimizer on closured dataAlon Zakai
2012-11-22test for mixed jcache resultsAlon Zakai
2012-11-22forward only the actually necessary data between emscript phasesAlon Zakai
2012-11-22add timing info in emscriptAlon Zakai
2012-11-22fix ll func identifying for chunking purposes, and add testing of jcache on ↵Alon Zakai
a large program
2012-11-22save only strings in jcacheAlon Zakai
2012-11-22more carefully split out functions in js optimizerAlon Zakai
2012-11-22assert on generatedFunctions being there when we need itAlon Zakai
2012-11-21more jcache testing, and add newlines to ensure chunk separationAlon Zakai
2012-11-21finish js optimizer caching and add testsAlon Zakai
2012-11-21basic logic of jcache in js optimizerAlon Zakai
2012-11-21test for inlineasm with outputsAlon Zakai
2012-11-21print out total time in emcc in debug modeAlon Zakai
2012-11-21fix emscript funcs caching and add testingAlon Zakai
2012-11-21a few mono-llvm intrinsicsAlon Zakai
2012-11-21use chunkify in js optimizer, in preparation for jcachingAlon Zakai
2012-11-21cache emscript function chunksAlon Zakai
2012-11-21return chunks of text in chunkify to simplify the ap-iyAlon Zakai
2012-11-21add chunking test for using multiple coresAlon Zakai
2012-11-21fix chunking logic to generate >1 chunkAlon Zakai
2012-11-21improve chunkify to consider previous chunkings when cachingAlon Zakai
2012-11-21refactor chunking code and add function ident informationAlon Zakai
2012-11-21fix missing jcache passingAlon Zakai
2012-11-21make emscript chunks lists of functions, to make it easier later to load ↵Alon Zakai
them separately from jcache
2012-11-21fix bug with ignore label comments inside functionsAlon Zakai
2012-11-21more jcache testingAlon Zakai
2012-11-21fix and test pre cachingAlon Zakai
2012-11-21basic jcache on pre with files+cPickleAlon Zakai
2012-11-21add more caching logic including short vs full keysAlon Zakai
2012-11-21basic logic and stubs for caching pre phaseAlon Zakai
2012-11-21set up parameter passing for jcacheAlon Zakai
2012-11-21emscripten_run_script_stringAlon Zakai
2012-11-20Add strtof function(use strtod instead)Xuejie Xiao
2012-11-20Merge pull request #724 from xxuejie/add_erfAlon Zakai
Add erf and erfc implementations
2012-11-20update closure compiler to 20120917 (revision 2180); fixes #719Alon Zakai
2012-11-20EXPORT_ALL optionAlon Zakai