aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-11-19Add erf and erfc implementationsXuejie Xiao
2012-11-19support/ignore cc11Alon Zakai
2012-11-16print out hexadecimal 64-bit values properly, and fix some bugs with ↵Alon Zakai
I64_PRECISE mode 2; fixes #716
2012-11-16add PRECISE_I64_MATH mode 2, to force inclusion of i64 code even when we ↵Alon Zakai
can't tell at compile time it is needed. helps with #716
2012-11-16update heap exports when enlarging memory; fixes #713Alon Zakai
2012-11-16remove unneeded assertionAlon Zakai
2012-11-15cache isType callsAlon Zakai
2012-11-15optimize isPossiblyFunctionType and use it moreAlon Zakai
2012-11-15emit libraries and globals in pre phase, which needs to parse globals ↵Alon Zakai
anyhow, and avoid overhead of libraries in func phases
2012-11-15optimize token closing brace checkAlon Zakai
2012-11-15use test in makeToken as a minor optimizationAlon Zakai
2012-11-13glVertex2fv, +testsAlon Zakai
2012-11-13headless optionAlon Zakai
2012-11-12handle byval varargs; fixes #705Alon Zakai
2012-11-12zoomSurface support; fixes #673Alon Zakai
2012-11-12make Module.run accessible through closure also in pre and post-js (#704)Alon Zakai
2012-11-12handle as best we can surprising types for legalized bitcasts. fixes #701Alon Zakai
2012-11-12remove broken assertion, should fix #682Alon Zakai
2012-11-11optimize unbalanced 2-multiple shapes in relooper, prevent unnecessary ↵Alon Zakai
nesting when the smaller is a dead end
2012-11-11add relooper sourcesAlon Zakai
2012-11-10remove relooper build in preparation for bootstrappingAlon Zakai
2012-11-10updated relooper buildAlon Zakai
2012-11-09improve LABEL_DEBUGAlon Zakai
2012-11-09remove dead codeAlon Zakai
2012-11-09cleanupAlon Zakai
2012-11-09fix bug with line cleanupAlon Zakai
2012-11-09add relooper buildAlon Zakai
2012-11-09remove unneeded lines in outputAlon Zakai
2012-11-09fix switch relooping with multiple identical targetsAlon Zakai
2012-11-09support invoke in new relooper; fix branch code generation; generate ↵Alon Zakai
emulated when we must
2012-11-08ignore resumeAlon Zakai
2012-11-08improve node detection in compilerAlon Zakai
2012-11-08handle switch with new relooperAlon Zakai
2012-11-08ignore unreachableAlon Zakai
2012-11-08rename __label__ => labelAlon Zakai
2012-11-08render phis in new relooperAlon Zakai
2012-11-08start to send proper data to relooperAlon Zakai
2012-11-08initial hackingAlon Zakai
2012-11-08improve node detectionAlon Zakai
2012-11-08support inet_ntoa and inet_aton, and fix inet_ntop bug with not writing null ↵Alon Zakai
terminator
2012-11-08optimal cwrapAlon Zakai
2012-11-07improve memory growth errorAlon Zakai
2012-11-07commented out safe heap code for infinities and nansAlon Zakai
2012-11-06remove now-unneeded currFunctionsAlon Zakai
2012-11-06generate indexedFunctions in pre, and give it the information to do soAlon Zakai
2012-11-06fix printing of GENERATED_FUNCTIONSAlon Zakai
2012-11-06process each function separately in emscriptAlon Zakai
2012-11-06split js compiler into three passes, to facilitate future parallizationAlon Zakai
2012-11-05add proper indentation in long.js to not confuse js optimizer splitterAlon Zakai
2012-11-05be more careful about printing out assertion messages, not all metadata is ↵Alon Zakai
always present