Age | Commit message (Expand) | Author |
2013-03-18 | check for utf and avoid the overhead if not necessary; remove UTF_STRING_SUPPORT | Alon Zakai |
2013-03-15 | mark UTF_STRING_SUPPORT as an unsafe but useful opt, in -O3 | Alon Zakai |
2013-03-12 | support -s KEY=@PATH in emcc, for very large settings values | Alon Zakai |
2013-03-10 | --save-bc option | Alon Zakai |
2013-03-10 | error on pgo with asm | Alon Zakai |
2013-03-10 | larger pgo test, with asm measurements | Alon Zakai |
2013-03-09 | Merge branch 'asm_minifier' into incoming | Alon Zakai |
2013-03-09 | make sure to remove trivial whitespace | Alon Zakai |
2013-03-09 | minify by default in -O2+, unless -g | Alon Zakai |
2013-03-08 | make sure we use a C compiler to build libc. fixes #937, #938 | Alon Zakai |
2013-03-08 | run registerize pass last | Alon Zakai |
2013-03-06 | Move strtod, strtold, strtof, strtod_l, strtold_l, atof from JS side to libc ...1.2.9 | Xuejie "Rafael" Xiao |
2013-03-06 | remove trivial whitespace | Alon Zakai |
2013-03-06 | Merge pull request #848 from manuels/incoming | Alon Zakai |
2013-03-05 | make -Os like -O2 but also disable inlining | Alon Zakai |
2013-03-05 | Add support for getopt/getopt_long | manuels |
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 |