aboutsummaryrefslogtreecommitdiff
path: root/emcc
AgeCommit message (Expand)Author
2013-05-01only recommend jcache with -gAlon Zakai
2013-05-01require -g with jcache, fixes test_jcacheAlon Zakai
2013-04-30add support for changing the llvm target using EMCC_LLVM_TARGET in the envAlon Zakai
2013-04-29error on undefined symbols in js configure-ingAlon Zakai
2013-04-29add target settingsAlon Zakai
2013-04-29[libcextra] Add wcwidth, wcswidth.Bruce Mitchener
2013-04-29[libcextra] wctrans and friends.Bruce Mitchener
2013-04-29[libcextra] add isw* classification functions.Bruce Mitchener
2013-04-25Merge branch 'idb-preload-cache' of github.com:modeswitch/emscripten into mod...Alon Zakai
2013-04-25clean up meminit detectionAlon Zakai
2013-04-25Add --use-preload-cache option to emcc, which passes it through to file_packa...Alan Kligman
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