Age | Commit message (Expand) | Author |
2013-03-04 | emscripten_jcache_printf | Alon Zakai |
2013-03-03 | remove ASM_JS warning and add check for exception catching being off in it, t... | Alon Zakai |
2013-02-28 | inline by default, now that lto is off by default | Alon Zakai |
2013-02-28 | disable llvm lto except for -O3, due to issues we have been seeing | Alon Zakai |
2013-02-27 | experimental EMCC_OPTIMIZE_NORMALLY option | Alon Zakai |
2013-02-27 | jcache docs | Alon Zakai |
2013-02-26 | fix DEBUG ? 2 checks | Alon Zakai |
2013-02-26 | add cache debugging | Vladimir Vukicevic |
2013-02-26 | clean up response file code | Alon Zakai |
2013-02-26 | Add basic response file parsing to emcc | Vladimir Vukicevic |
2013-02-25 | EMCC_FORCE_STDLIBS option | Alon Zakai |
2013-02-25 | only do symbol checks for libcxx etc. if not forcing them anyhow | Alon Zakai |
2013-02-21 | Merge pull request #859 from waywardmonkeys/cmdline-fixes | Alon Zakai |
2013-02-21 | emcc: Improve handling of -O flag. | Bruce Mitchener |
2013-02-20 | do not wipe out llvm debug info if linespecific corrections are done | Alon Zakai |
2013-02-20 | remove bad_cast/typeinfo.cpp from libcxx, no longer needed since it is in lib... | Alon Zakai |
2013-02-20 | build base type_info class with libcxxabi, fixes #862 | Alon Zakai |
2013-02-19 | closure docs on emcc --help | Alon Zakai |
2013-02-18 | run closure in -O3, it makes sense there with the other unsafe optimizations | Alon Zakai |
2013-02-18 | remove LLVM debug info in -O1+, since the optimizer removes it anyhow | Alon Zakai |
2013-02-18 | fix emcc --version in other dirs | Alon Zakai |
2013-02-17 | default closure to off in all optimization levels - we rely on registerize fo... | Alon Zakai |
2013-02-17 | use registerize only when not keeping debug, and also use it when closure is ... | Alon Zakai |
2013-02-17 | disable closure if debug info was requested (-g) | Alon Zakai |
2013-02-17 | show version and git revision in emcc --version | Alon Zakai |
2013-02-03 | Merge pull request #825 from juj/std | Alon Zakai |
2013-02-03 | do not run unnecessary optimizeShiftsAggressive+eliminate steps in asm mode, ... | Alon Zakai |
2013-02-02 | do not build musl memcpy | Alon Zakai |
2013-02-01 | docs for file packager | Alon Zakai |
2013-02-01 | Compile with -std=c++03 consistently on all platforms. By default, Clang 3.2 ... | Jukka Jylänki |
2013-01-31 | hand-optimize memcpy/asm | Alon Zakai |
2013-01-19 | remove emcc asm test wrapping | Alon Zakai |
2013-01-13 | do not run js optimizer needlessly on 'last' | Alon Zakai |
2013-01-12 | emit 0.0 in asm double definitions | Alon Zakai |
2013-01-12 | fix emcc calls to js optimizer | Alon Zakai |
2013-01-12 | refactor use of asm in js optimizer | Alon Zakai |
2013-01-10 | export memcpy in asm mode so non-asm library functions can use it | Alon Zakai |
2013-01-10 | fix compiling of postrinsic memcpy when in forced c++ mode for the main file | Alon Zakai |
2013-01-10 | link in memcpy after opts and lto if it shows up only at that time | Alon Zakai |
2013-01-09 | use musl memcpy instead of out handwritten js one | Alon Zakai |
2013-01-09 | rename dlmalloc to libc in cache, in preparation for adding further code there1.2.3 | Alon Zakai |
2013-01-08 | make docs mention that bitcode is the default | Alon Zakai |
2013-01-08 | keep a coercion right on top of heap accesses in asm mode | Alon Zakai |
2013-01-07 | TODO for asm double literals | Alon Zakai |
2013-01-03 | warn about ASM_JS | Alon Zakai |
2012-12-31 | Merge branch 'incoming' into asm_js | Alon Zakai |
2012-12-24 | move llvm opt debug messages | Alon Zakai |
2012-12-21 | merge incoming | Alon Zakai |
2012-12-21 | improve lto | Alon Zakai |
2012-12-21 | avoid separate lto pass | Alon Zakai |