Commits
User selector
Commit History
Commits on Mar 5, 2018
Commits on Mar 2, 2018
Temp files fixes (#6285)
Show description for 81a5b02authoredAdd -fno-builtin to dlmalloc / math library build (#6289)
Show description for 89454b1authored
Commits on Feb 22, 2018
- authored andcommitted
Commits on Feb 16, 2018
Commits on Feb 13, 2018
- authored
Add log* and exp* methods to wasm_libc_rt (#6235)
Show description for 0209433authored
Commits on Feb 8, 2018
addFunction support for Wasm backend (#6176)
Show description for 8d1324bauthored- authored
Commits on Feb 2, 2018
Merge pull request #6180 from froydnj/webidl-binder-cleanup
Show description for bf57398authoredMerge pull request #5611 from hujiajie/build-optimizer
Show description for 4616282authoredMerge pull request #6123 from atrosinenko/emcc_profiler
Show description for 24c339dauthoredMerge pull request #5941 from saschanaz/fix-errormsg
Show description for b461fa6authoredclean up generating dummy constructors
Show description for 0a15f54committed- committed
factor out name for webidl enum getters
Show description for 7270729committeduse `with open` rather than manual file open/close
Show description for a7b42eecommitted- committed
- committed
stop using arg%d in code snippets in render_function
Show description for 68c3c74committeduse enumerate in render_function
Show description for 46db8e4committeduse string formatting in build_constructor
Show description for 23ab22dcommitted- committed
factor out a separate function in type_to_c
Show description for 3371331committeduse sorted to build interface names in one go.
Show description for a78d7fbcommittedmove c_names closer to its use point(s)
Show description for 3360501committedsimplify preparation of ensureCache
Show description for 670c2a1committedchange emit_constructor to return values, rather than modifying mid_js
Show description for 1aaad61committed
Commits on Feb 1, 2018
- committed
refactor response file substitution (#6171)
Show description for b67c3d6authored andcommitted
Commits on Jan 31, 2018
Improve C++11 atomics to directly route to wasm opcodes rather than go through an asm.js emulation function. Improve C++11 64-bit atomics test and split out asm.js atomics to a separate file that's…
Show description for 2a57fd9committed- committed
- committed
Fix rounding mode handling: round() and roundf() always round away from zero, independent of current active rounding mode, and rint() family should respect the active rounding mode (we only impleme…
Show description for 066f44fcommitted- committed