Age | Commit message (Expand) | Author |
2013-03-04 | Remove TempFiles's dependency on global and environment variables | Chad Austin |
2013-03-04 | emscripten_jcache_printf | Alon Zakai |
2013-03-04 | compress jcache entries, to minimize disk IO | Alon Zakai |
2013-03-03 | Merge pull request #894 from waywardmonkeys/output-filename | Alon Zakai |
2013-03-02 | commented-out debugging stuff | Alon Zakai |
2013-03-01 | Print output filename that couldn't be created. | Bruce Mitchener |
2013-02-28 | disable v8 stack size increase because of windows instability; make it easy t... | Alon Zakai |
2013-02-28 | enlarge v8/node stack size, to avoid relooper stack overflows on huge projects | Alon Zakai |
2013-02-28 | inline by default, now that lto is off by default | Alon Zakai |
2013-02-27 | Merge pull request #872 from juj/popen_print | Alon Zakai |
2013-02-26 | only put filenames with no space in response file | Vladimir Vukicevic |
2013-02-26 | add cache debugging | Vladimir Vukicevic |
2013-02-26 | clean up response file code | Alon Zakai |
2013-02-26 | Generate response file for llvm-link | Vladimir Vukicevic |
2013-02-26 | make DEBUG an int | Alon Zakai |
2013-02-26 | sort settings keys, to ensure the same order for debugging and jcache compari... | Alon Zakai |
2013-02-26 | do not emit EMSCRIPTEN_GENERATED_FUNCTIONS to the final output, it is just ne... | Alon Zakai |
2013-02-26 | save last cache clear time | Alon Zakai |
2013-02-26 | more jcache logging in debug mode | Alon Zakai |
2013-02-25 | remove debug print | Alon Zakai |
2013-02-25 | remove llvm-nm/dis checks for bitcode in is_bitcode | Alon Zakai |
2013-02-25 | only do llvm-nm in linking if there is at least one ar file | Alon Zakai |
2013-02-25 | cache llvm-nm results | Alon Zakai |
2013-02-25 | Add additional error reporting to Popen failures on Windows to be able to pin... | Jukka Jylänki |
2013-02-23 | commented out debugging tip | Alon Zakai |
2013-02-22 | fix minor jcache bug and add assertions | Alon Zakai |
2013-02-21 | Merge pull request #859 from waywardmonkeys/cmdline-fixes | Alon Zakai |
2013-02-20 | Provide error message on invalid command to emmake. | Bruce Mitchener |
2013-02-18 | run closure in -O3, it makes sense there with the other unsafe optimizations | Alon Zakai |
2013-02-08 | do not disable corrections/roundings/overflows in -O3 | Alon Zakai |
2013-02-02 | always use labels in multiple blocks; emit no more one-time loops but rather ...1.2.4 | Alon Zakai |
2013-01-31 | hide some warnings when not in debug mode; helps in #811 | Alon Zakai |
2013-01-26 | use -fno-math-errno in native lib builds too | Alon Zakai |
2013-01-25 | improve benchmark infrastructure in preparation for zlib benchmark | Alon Zakai |
2013-01-13 | Don't run Clang in MS compatibility mode on Windows (-fno-ms-compatibility). ... | Jukka Jylänki |
2013-01-09 | rename dlmalloc to libc in cache, in preparation for adding further code there1.2.3 | Alon Zakai |
2013-01-07 | fix asm relooper bug1.2.2 | Alon Zakai |
2013-01-07 | add asm.js mode to relooper, for label comparisons1.2.1 | Alon Zakai |
2012-12-31 | version 1.2, asm+unnamed globals+optimized >32bit returns1.2.0 | Alon Zakai |
2012-12-31 | Merge branch 'incoming' into asm_js | Alon Zakai |
2012-12-25 | show python/java defaults only in debug mode | Alon Zakai |
2012-12-24 | move llvm opt debug messages | Alon Zakai |
2012-12-23 | clean up temp files in js optimizer | Alon Zakai |
2012-12-23 | undef i386 and x86_64, not just with __'s | Alon Zakai |
2012-12-21 | merge incoming | Alon Zakai |
2012-12-21 | bump version1.1.0 | Alon Zakai |
2012-12-21 | make -fno-math-errno the default | Alon Zakai |
2012-12-21 | safely internalize in s_x_x tests too | Alon Zakai |
2012-12-21 | be careful with internalize in llvm LTO, and mark needed symbols for relooper | Alon Zakai |
2012-12-21 | bump expected LLVM version to 3.2 | Alon Zakai |