aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-12-05i64 lshrAlon Zakai
2013-12-05fix errorAlon Zakai
2013-12-05I64DEV env varAlon Zakai
2013-12-05i64 trunc to i32Alon Zakai
2013-12-05i64 mulAlon Zakai
2013-12-05work on i64AddAlon Zakai
2013-12-05commentAlon Zakai
2013-12-05work towards legalizing i64 addAlon Zakai
2013-12-05refactor i64 legalization codeAlon Zakai
2013-12-05refactor legalizerAlon Zakai
2013-12-04cleanupAlon Zakai
2013-12-04legalize sexts to i64 from <= i32Alon Zakai
2013-12-04legalize i64 stores of constantsAlon Zakai
2013-12-04legalization infrastructureAlon Zakai
2013-12-04start to finalize legalized dataAlon Zakai
2013-12-04remove original illegal valuesAlon Zakai
2013-12-04start to legalize store i64Alon Zakai
2013-12-04begin to legalize i64 sextAlon Zakai
2013-12-04boilerplate for ExpandI64PassAlon Zakai
2013-12-03assert on i64 storesAlon Zakai
2013-12-03emit global initializersAlon Zakai
2013-12-03make return a nonspecific castAlon Zakai
2013-12-03__cxa_atexit redirectAlon Zakai
2013-12-03fix tempDoublePtr additionsAlon Zakai
2013-12-03emit nonspecific asm casts in function callsAlon Zakai
2013-12-03prevent some warningsAlon Zakai
2013-12-03ensure function tablesAlon Zakai
2013-12-03emit function table calls including masksAlon Zakai
2013-12-03use function types for signature generationAlon Zakai
2013-12-03don't look for custom call handlers if not calling a function but a pointerAlon Zakai
2013-12-03ensure power-of-two function tablesAlon Zakai
2013-12-03fix call generationAlon Zakai
2013-12-03assert on i64sAlon Zakai
2013-12-03emit function tablesAlon Zakai
2013-12-02use switch only based on heuristics for when that is profitableAlon Zakai
2013-12-02use externs for fastcomp vars and declare for fastcomp funcsAlon Zakai
2013-12-02unaligned reads fixesAlon Zakai
2013-12-02missing store breaksAlon Zakai
2013-12-02missing breaksAlon Zakai
2013-12-02commentsAlon Zakai
2013-12-01redirect putc->fputcAlon Zakai
2013-12-01differentiate external vars from funcsAlon Zakai
2013-11-30convert float and double constants even more carefullyAlon Zakai
2013-11-30fix variable-size alloca castAlon Zakai
2013-11-30refactor global constant allocation, and assume worst-case 8-byte alignment ↵Alon Zakai
for now
2013-11-29handle memmove intrinsicAlon Zakai
2013-11-29emit float constants properlyAlon Zakai
2013-11-29do not simplify varargs calls to jsargs emscripten intrinsics, that want ↵Alon Zakai
normal js args to be passed, and disable unneeded createExpandSmallArgumentsPass
2013-11-29generate postSetsAlon Zakai
2013-11-29refactor getPtrAlon Zakai