Age | Commit message (Expand) | Author |
2013-03-08 | deprecate USE_TYPED_ARRAYS=1 and QUANTUM_SIZE=1 | Alon Zakai |
2013-03-08 | disable test_openjpeg in s_x_x | Alon Zakai |
2013-03-07 | Merge pull request #930 from waywardmonkeys/update-catch-undef | Alon Zakai |
2013-03-07 | support llvm_ctpop_*; fixes #918 | Alon Zakai |
2013-03-07 | Merge pull request #931 from xxuejie/stdlib_strtod | Alon Zakai |
2013-03-07 | add test for animation in FULL_ES2 | 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 | assert on no variable name collisions for #923 | Alon Zakai |
2013-03-06 | Merge pull request #929 from waywardmonkeys/remove-test-Os | Alon Zakai |
2013-03-06 | Merge pull request #848 from manuels/incoming | Alon Zakai |
2013-03-06 | update csmith driver | Alon Zakai |
2013-03-07 | Implement llabs(). | Bruce Mitchener |
2013-03-06 | -fcatch-undefined-behavior is deprecated. | Bruce Mitchener |
2013-03-06 | Remove test_Os now that emcc supports -Os. | Bruce Mitchener |
2013-03-05 | make -Os like -O2 but also disable inlining | Alon Zakai |
2013-03-05 | do not break on call/invoke to undef; fixes #914 | Alon Zakai |
2013-03-05 | handle invoke to setjmp | Alon Zakai |
2013-03-05 | Merge branch 'sd-audio' of github.com:michaeljbishop/emscripten into michaelj... | Alon Zakai |
2013-03-05 | add lto in benchmarks | Alon Zakai |
2013-03-05 | Add support for getopt/getopt_long | manuels |
2013-03-04 | fix some test failures | Chad Austin |
2013-03-04 | fix test_structbyval | Alon Zakai |
2013-03-04 | emscripten_jcache_printf | Alon Zakai |
2013-03-04 | disable csmith js logging by default | Alon Zakai |
2013-03-04 | options to save files in csmith driver | Alon Zakai |
2013-03-04 | rename test to avoid grep for 'error' to see it | Alon Zakai |
2013-03-03 | do not emit bash on legalized variables of <= 32 bits | Alon Zakai |
2013-03-03 | disable test_dlmalloc, it is not comparable to native due to syscalls anyhow | Alon Zakai |
2013-03-03 | remove no-longer-needed INIT_STACK | Alon Zakai |
2013-03-03 | fix test_cases/inttoptrfloat.ll | Alon Zakai |
2013-03-03 | Merge pull request #846 from juj/dlmalloc_286 | Alon Zakai |
2013-03-03 | parse volatile in cmpxchg, closes #875 | Alon Zakai |
2013-03-03 | allow parseArbitraryInt to parse illegal constants | Alon Zakai |
2013-03-02 | more atomic implementations, closes #874 | Alon Zakai |
2013-03-02 | continue looking in fuzzer after a fail | Alon Zakai |
2013-03-02 | check in fuzzer if clang differs from clang -O2 | Alon Zakai |
2013-03-02 | set csmith fuzzer to max | Alon Zakai |
2013-03-02 | emit C code size in fuzzer | Alon Zakai |
2013-03-02 | fix another memset fuzz bug | Alon Zakai |
2013-03-02 | fix memset bug | Alon Zakai |
2013-03-02 | Merge pull request #883 from MichaelRiss/perrorFix | Alon Zakai |
2013-03-02 | fuzz both a native and a native-through-llvm build, in hopes of avoiding bugs... | Alon Zakai |
2013-03-02 | notice segfaults in native fuzz builds | Alon Zakai |
2013-03-02 | fuzz through bytecode, so the native build is 32-bit even on 64-bit systems, ... | Alon Zakai |
2013-03-01 | do not use packed structs in fuzzer, we don't really support that | Alon Zakai |
2013-03-01 | optimize processing of things like false & constant, add getFastValue in make... | Alon Zakai |
2013-03-01 | update csmith driver | Alon Zakai |
2013-03-01 | do not emit code in a label after a returnfail | Alon Zakai |
2013-03-01 | abort on loads from absolute addresses, just like saves | Alon Zakai |
2013-03-01 | make intentional faults work in asm | Alon Zakai |