aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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
2012-11-20llvm trapAlon Zakai
2012-11-20gc additionsAlon Zakai
2012-11-20define GC_finalization_procAlon Zakai
2012-11-20networking and sockets header additionsAlon Zakai
2012-11-20pthread_cleanup_popAlon Zakai
2012-11-20pthread_cleanup_pushAlon Zakai
2012-11-20fx fscanfAlon Zakai
2012-11-20commentAlon Zakai
2012-11-20warn on very large structural types that slow us downAlon Zakai
2012-11-20switch dpring to stderrAlon Zakai
2012-11-20fix sscanf bug and clean up code; fixes #723Alon Zakai
2012-11-19Fix correct case for my name, sorry for yet another commitXuejie Xiao
2012-11-19Fix a bug in erfc functionXuejie Xiao
2012-11-19Add erf and erfc implementationsXuejie Xiao
2012-11-19fix separator in atomic ops; fixes #722Alon Zakai
2012-11-19handle empty inline jsAlon Zakai