Age | Commit message (Expand) | Author |
2012-11-09 | cleanup | Alon Zakai |
2012-11-08 | stop doing old-relooper-related js optimizer passes | Alon Zakai |
2012-11-07 | refactor link time opts code | Alon Zakai |
2012-11-07 | split up js optimizer passes only in EMCC_DEBUG=2, not 1 | Alon Zakai |
2012-11-07 | strip debug info in -O1 and above by default, unless -g is specified when con... | Alon Zakai |
2012-11-06 | fix temp dir in emcc | Alon Zakai |
2012-10-29 | more non-clang configure fixes for configure tests | Alon Zakai |
2012-10-29 | more non-clang configure work and debugging tools | Alon Zakai |
2012-10-29 | configure debugging tools | Alon Zakai |
2012-10-28 | add experimental and non-enabled non-clang configure mode | Alon Zakai |
2012-10-27 | memory growth must be manually enabled with ALLOW_MEMORY_GROWTH, in which cas... | Alon Zakai |
2012-10-26 | comment on -O3 | Alon Zakai |
2012-10-23 | integrate eliminator as js optimizer pass | Alon Zakai |
2012-10-20 | report times of passes in EMCC_DEBUG | Alon Zakai |
2012-10-17 | do not include C library in shared library 2 | Alon Zakai |
2012-10-13 | build libcxx and libcxxabi using direct commands, not a makefile, to make thi... | Alon Zakai |
2012-10-12 | get almost all of embind test passing | Alon Zakai |
2012-10-12 | embind integration in emcc and work towards a test | Alon Zakai |
2012-10-12 | Merge branch 'master' into incoming | Alon Zakai |
2012-10-11 | indentation fix | Alon Zakai |
2012-10-03 | ignore and warn on -Os | Alon Zakai |
2012-10-01 | CONFIGURE_CC option to let you define the compiler used when configure-ing | Alon Zakai |
2012-09-26 | Add emcc option "--split <size>" to split javascript file. | Lars Schneider |
2012-09-21 | show warning about absolute paths only once | Alon Zakai |
2012-09-21 | -s docs in emcc | Alon Zakai |
2012-09-20 | add conftest.c flag passing test and use right indenting | Janus |
2012-09-18 | don't pass EMCC specific flags on when configuring using clang | Janus |
2012-09-13 | clearer error message when a crucial llvm tool is missing, and force sanity c... | Alon Zakai |
2012-09-12 | make all temp files be in TEMP_DIR from ~/.emscripten | Alon Zakai |
2012-08-30 | --clear-cache option | Alon Zakai |
2012-08-25 | disable precise i32 multiplication even in -O0: too slow | Alon Zakai |
2012-08-25 | PRECISE_I32_MUL option for full precision in 32-bit multiply | Alon Zakai |
2012-08-22 | remove mentions of obsolete emld | Alon Zakai |
2012-08-18 | warn on -I and -L to absolute paths, which may be to local system headers/lib... | Alon Zakai |
2012-07-29 | improve emcc help on --embed and --preload | Alon Zakai |
2012-07-13 | Look into system/local/include and system/local/lib too | Behdad Esfahbod |
2012-06-25 | use unique temp names for libraries too | Alon Zakai |
2012-06-25 | minor emcc bugfix | Alon Zakai |
2012-06-22 | emcc --remove-duplicates option | Alon Zakai |
2012-06-22 | enable previous assertion, properly | Alon Zakai |
2012-06-22 | disable overly permissive assertion in emcc | Alon Zakai |
2012-06-18 | remove some unneeding emcc printing | Alon Zakai |
2012-06-17 | allow multiple pre-js and post-js | Alon Zakai |
2012-06-16 | move suffix tools to shared | Alon Zakai |
2012-06-13 | accept .obj files as bitcode | Alon Zakai |
2012-06-11 | refactor file packaging into standalone tool | Alon Zakai |
2012-06-11 | use closure-exported FS API for preloading | Alon Zakai |
2012-06-11 | allow --preload-file when generating .js, which assumes the .js will be used ... | Alon Zakai |
2012-06-11 | remove GENERATING_HTML, it was confusing and gave little or no benefit | Alon Zakai |
2012-06-10 | emcc note on preloading and .data | Alon Zakai |