aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-04.gitignore tests/fake/Chad Austin
2013-03-04kill symlinks to coffeescriptChad Austin
2013-03-04Compile the relooper into the emscripten cache directoryChad Austin
2013-03-04remove jcache global variable in emscripten.pyChad Austin
2013-03-04Integrate formatting feedbackChad Austin
2013-03-04Kill compiler_engine global variable and use the specified compiler engine ↵Chad Austin
for every invocation in emscripten.py
2013-03-04Delete the compiled relooper.js (but allow specification of an arbitrary ↵Chad Austin
relooper)
2013-03-04allow cwd-relative paths when passing --compiler to emscripten.pyChad Austin
2013-03-04Pass configuration into emscriptChad Austin
2013-03-04Add command line option to emscripten.py to suppress usage warningChad Austin
2013-03-04Integrate azakai's style feedback and make sanity tests pass again.Chad Austin
2013-03-04Make a Configuration object holding formerly global variables.Chad Austin
2013-03-04Remove TempFiles's dependency on global and environment variablesChad Austin
2013-03-04experimental partial jni supportAlon Zakai
2013-03-04fix test_structbyvalAlon Zakai
2013-03-04disable emscripten_jcache_printf in non-C++Alon Zakai
2013-03-04emscripten_jcache_printfAlon Zakai
2013-03-04compress jcache entries, to minimize disk IOAlon Zakai
2013-03-04disable csmith js logging by defaultAlon Zakai
2013-03-04options to save files in csmith driverAlon Zakai
2013-03-04fix cmpxchg for asmAlon Zakai
2013-03-04rename test to avoid grep for 'error' to see itAlon Zakai
2013-03-04Implement _SC_NPROCESSORS_ONLN.Bruce Mitchener
This lets std::hardware_concurrency() give a valid return value.
2013-03-04Implement nanosleep.Bruce Mitchener
2013-03-04Ensure __bool_true_false_are_defined is defined.Bruce Mitchener
Previously, when compiling in C++ mode, this wasn't defined which led to test failures for the libcxx test suite. This now behaves like it does on other platforms.
2013-03-04Fix typos.Bruce Mitchener
2013-03-03do not emit bash on legalized variables of <= 32 bitsAlon Zakai
2013-03-03disable test_dlmalloc, it is not comparable to native due to syscalls anyhowAlon Zakai
2013-03-03remove no-longer-needed INIT_STACKAlon Zakai
2013-03-03fix test_cases/inttoptrfloat.llAlon Zakai
2013-03-03Merge pull request #894 from waywardmonkeys/output-filenameAlon Zakai
Print output filename that couldn't be created.
2013-03-03remove ASM_JS warning and add check for exception catching being off in it, ↵Alon Zakai
the last remaining issue for it
2013-03-03Merge pull request #846 from juj/dlmalloc_286Alon Zakai
Dlmalloc 286
2013-03-03optimize allocate()ion of zeroinitAlon Zakai
2013-03-03parse volatile in cmpxchg, closes #875Alon Zakai
2013-03-03allow parseArbitraryInt to parse illegal constantsAlon Zakai
2013-03-03fix error messageAlon Zakai
2013-03-02more atomic implementations, closes #874Alon Zakai
2013-03-02GLImmediate should depend on GLEmulationAlon Zakai
2013-03-02continue looking in fuzzer after a failAlon Zakai
2013-03-02check in fuzzer if clang differs from clang -O2Alon Zakai
2013-03-02set csmith fuzzer to maxAlon Zakai
2013-03-03No need for 'func' parameterLorant Pinter
2013-03-03Added Runtime.removeFunction()Lorant Pinter
2013-03-02emit C code size in fuzzerAlon Zakai
2013-03-02fix another memset fuzz bugAlon Zakai
2013-03-02fix memset bugAlon Zakai
2013-03-02Merge pull request #883 from MichaelRiss/perrorFixAlon Zakai
Perror formatting fix
2013-03-02fuzz both a native and a native-through-llvm build, in hopes of avoiding ↵Alon Zakai
bugs in both
2013-03-02notice segfaults in native fuzz buildsAlon Zakai