aboutsummaryrefslogtreecommitdiff
path: root/emcc
AgeCommit message (Expand)Author
2013-04-23Clean up libc / libcxx build infrastructure.Bruce Mitchener
2013-04-22Move wchar,mb stuff to libcextra.Bruce Mitchener
2013-04-22Add musl multibyte function implementations.Bruce Mitchener
2013-04-22Add musl wchar function implementations.Bruce Mitchener
2013-04-22Let libc.symbols use same symbol format as libcxx.Bruce Mitchener
2013-04-19update testsAlon Zakai
2013-04-19disable asm.js when using embindAlon Zakai
2013-04-19enable ASM_JS=1 in -O1+, and start to update testingAlon Zakai
2013-04-17enable asm in -O1 and prepare to add testingAlon Zakai
2013-04-16Merge pull request #1038 from juj/fix_test_asm_pgo_windowsAlon Zakai
2013-04-15default memory initializer to off, and add testing coverageAlon Zakai
2013-04-13refactor option to use full js in configure, add EMCONFIGURE_JS optionAlon Zakai
2013-04-11Remove the unwanted abstraction that callee is allowed to autodelete a respon...Jukka Jylänki
2013-04-11Extend the use of response files to cover the case when emcc invokes emscript...Jukka Jylänki
2013-04-10do not use memory init file without ta2, since we lay out memory in ta2 forma...Alon Zakai
2013-04-10emcc note about .mem filesAlon Zakai
2013-04-09restore memory initialization and testingAlon Zakai
2013-04-05disable memory init for nowAlon Zakai
2013-04-05work towards detecting chunked memory initAlon Zakai
2013-04-05do not copy mem file when already in all placesAlon Zakai
2013-04-05load memory initializer immediatelyAlon Zakai
2013-04-05refactor preRun additionsAlon Zakai
2013-04-05use a separate memory initialization fileAlon Zakai
2013-03-25remove symbol removing hack; export all malloc symbols as weak; add test for ...1.3.5Alon Zakai
2013-03-25Get exceptions working as they were before.Bruce Mitchener
2013-03-25Get things working with the new libcxx / libcxxabi.Bruce Mitchener
2013-03-25Build libcxx and libcxxabi with C++11.Bruce Mitchener
2013-03-25Clean up lists of files, building libcxx / libcxxabi.Bruce Mitchener
2013-03-22require -O2 in asm, for nowAlon Zakai
2013-03-21fix handling of EMCC_LEAVE_INPUTS_RAWAlon Zakai
2013-03-18check for utf and avoid the overhead if not necessary; remove UTF_STRING_SUPPORTAlon Zakai
2013-03-15mark UTF_STRING_SUPPORT as an unsafe but useful opt, in -O3Alon Zakai
2013-03-12support -s KEY=@PATH in emcc, for very large settings valuesAlon Zakai
2013-03-10--save-bc optionAlon Zakai
2013-03-10error on pgo with asmAlon Zakai
2013-03-10larger pgo test, with asm measurementsAlon Zakai
2013-03-09Merge branch 'asm_minifier' into incomingAlon Zakai
2013-03-09make sure to remove trivial whitespaceAlon Zakai
2013-03-09minify by default in -O2+, unless -gAlon Zakai
2013-03-08make sure we use a C compiler to build libc. fixes #937, #938Alon Zakai
2013-03-08run registerize pass lastAlon Zakai
2013-03-06Move strtod, strtold, strtof, strtod_l, strtold_l, atof from JS side to libc ...1.2.9Xuejie "Rafael" Xiao
2013-03-06remove trivial whitespaceAlon Zakai
2013-03-06Merge pull request #848 from manuels/incomingAlon Zakai
2013-03-05make -Os like -O2 but also disable inliningAlon Zakai
2013-03-05Add support for getopt/getopt_longmanuels
2013-03-04emscripten_jcache_printfAlon Zakai
2013-03-03remove ASM_JS warning and add check for exception catching being off in it, t...Alon Zakai
2013-02-28inline by default, now that lto is off by defaultAlon Zakai
2013-02-28disable llvm lto except for -O3, due to issues we have been seeingAlon Zakai