aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-11-20llvm trapAlon Zakai
2012-11-20gc 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 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
2012-11-19ignore thread_local linkageAlon Zakai
2012-11-19support/ignore cc11Alon Zakai
2012-11-16print out hexadecimal 64-bit values properly, and fix some bugs with I64_PREC...Alon Zakai
2012-11-16add PRECISE_I64_MATH mode 2, to force inclusion of i64 code even when we can'...Alon Zakai
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 anyhow,...Alon Zakai
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 nestin...Alon Zakai
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 emulated...Alon Zakai
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