aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-16library: Support external libraries that modify Array.prototypeJasper St. Pierre
2013-01-16fix resumeAlon Zakai
2013-01-16missing var in fake mallocAlon Zakai
2013-01-16- remove erroneous, trailing comma at the end of the previously added gluOrth...Michael Riss
2013-01-16Added the gluOrtho2D function.Michael Riss
2013-01-16coerce dynCall returnsAlon Zakai
2013-01-16refactor dynCall returnAlon Zakai
2013-01-16fix dynCall generationAlon Zakai
2013-01-16reorder asm function tablesAlon Zakai
2013-01-16imul in benchmarks, commented outAlon Zakai
2013-01-16fix test_utfAlon Zakai
2013-01-16do not emit __asm lib stuff in FULL_LIBRARY modeAlon Zakai
2013-01-16allow defining asm library functions, which are then included as if they were...Alon Zakai
2013-01-16allow forcing asm mode in makeGetValue, to allow library functions to use asm...Alon Zakai
2013-01-16js optimize debugging commentAlon Zakai
2013-01-15handle phis from indirectbrAlon Zakai
2013-01-15Merge pull request #784 from LCID-Fire/id_t_fixAlon Zakai
2013-01-15Merge pull request #782 from juj/suppress_Ox_warningAlon Zakai
2013-01-15Merge pull request #780 from juj/no-ms-compatibilityAlon Zakai
2013-01-15make sure to not emit bools in i64Math commandsAlon Zakai
2013-01-15collect local vars in asm normalization from later defs, not just initialsAlon Zakai
2013-01-15asm coercions on args to bitshift64Alon Zakai
2013-01-15make bitshift64 use integer constants for the opAlon Zakai
2013-01-15add Infinity and asm debug printersAlon Zakai
2013-01-15ensure explicit floats in function call arguments and all coercionsAlon Zakai
2013-01-15Add id_t from FreeBSD headers, which is e.g. used by libarchiveLCID Fire
2013-01-15Fix __gid_t_defined and __uid_t_define single definition ("once") handling.LCID Fire
2013-01-14add |0 to ne, eq icmpsAlon Zakai
2013-01-14fix type of [i|f]cmpAlon Zakai
2013-01-14make 64-bit comparisons avoid &&,||Alon Zakai
2013-01-14fix NaN import to asmAlon Zakai
2013-01-14show error on asm link failures tooAlon Zakai
2013-01-14use tempBigInt properly in asmAlon Zakai
2013-01-14use | in switch joined evaluationsAlon Zakai
2013-01-14import NaN in asmAlon Zakai
2013-01-14asm-coerce i64Math argumentsAlon Zakai
2013-01-14do not remove asm heap coercion in js optimizer when optimizing h8 & 255Alon Zakai
2013-01-14asm coerce the outputs of heap reads for tempDoubleAlon Zakai
2013-01-14only show asm warnings in asmAlon Zakai
2013-01-14use &,| to combine illegal reductionsAlon Zakai
2013-01-14fix atomics for asmAlon Zakai
2013-01-14fix asm Math.* importsAlon Zakai
2013-01-14fix test runner asm outputAlon Zakai
2013-01-14fix asm var defs of illegalsAlon Zakai
2013-01-14refactor setting of tempDoublePtr to allow simple type coercion of valueAlon Zakai
2013-01-14tweak asm parse messageAlon Zakai
2013-01-14print asm parsing to stderrAlon Zakai
2013-01-14log out whether code parsed as asm.jsAlon Zakai
2013-01-14clear message when exception catching is disabled and an exception is thrownAlon Zakai
2013-01-13disable bigswitch test until relooper can support itAlon Zakai