Age | Commit message (Expand) | Author |
2013-05-03 | update tests | Alon Zakai |
2013-05-03 | fix some logging uses | Alon Zakai |
2013-05-02 | update test_structbyval | Alon Zakai |
2013-05-02 | fix test_runtimelink | Alon Zakai |
2013-05-02 | fix sanity.test_emcc | Alon Zakai |
2013-05-02 | fix test_firstrun | Alon Zakai |
2013-05-02 | ensure floats in varargs | Alon Zakai |
2013-05-02 | check sanity later in test runner, so we can know env settings, and do not ne... | Alon Zakai |
2013-05-01 | unpress keys when losing focus | Alon Zakai |
2013-05-01 | require -g with jcache, fixes test_jcache | Alon Zakai |
2013-05-01 | Merge branch 'newtriple' into incoming | Alon Zakai |
2013-04-30 | fix benchmarks | Alon Zakai |
2013-04-30 | use target in test runner library cache | Alon Zakai |
2013-04-30 | fix le32 detection in test runner | Alon Zakai |
2013-04-30 | simplify compiler flags in test runner, now that we use emcc | Alon Zakai |
2013-04-30 | use emcc in test runner to compile to bitcode, to make sure it gets the targe... | Alon Zakai |
2013-04-30 | add support for changing the llvm target using EMCC_LLVM_TARGET in the env | Alon Zakai |
2013-04-30 | store target in sanity file, so changing it causes the cache to be flushed | Alon Zakai |
2013-04-30 | Use isfinite() instead of finite(). | Bruce Mitchener |
2013-04-29 | add glew test and some degree of support | Alon Zakai |
2013-04-29 | do not get confused by local vars that alias names of library functions, and ... | Alon Zakai |
2013-04-29 | add python le32 bitcode file + instructions | Alon Zakai |
2013-04-29 | make lua test build from source | Alon Zakai |
2013-04-29 | disable test_dlmalloc_partial_2 with CHECK_HEAP_ALIGN, like SAFE_HEAP | Alon Zakai |
2013-04-29 | disable test_lua in le32 | Alon Zakai |
2013-04-29 | align struct fields to 64-bit in le32 | Alon Zakai |
2013-04-29 | disable test_unaligned in le32 | Alon Zakai |
2013-04-29 | autofail test_unaligned | Alon Zakai |
2013-04-29 | add heap alignment checks to asm1 | Alon Zakai |
2013-04-29 | use fasta names | Alon Zakai |
2013-04-29 | add benchmark.test_fasta_double_full, with DOUBLE_MODE=1 | Alon Zakai |
2013-04-29 | enable benchmark.test_fasta_double to test handling of doubles | Alon Zakai |
2013-04-29 | update test_structbyval | Alon Zakai |
2013-04-29 | update test_python | Alon Zakai |
2013-04-29 | update test_varargs_byval | Alon Zakai |
2013-04-29 | update test_unaligned | Alon Zakai |
2013-04-29 | update test_pystruct | Alon Zakai |
2013-04-29 | Merge pull request #1114 from waywardmonkeys/wrong-int64-type | Alon Zakai |
2013-04-29 | Merge pull request #1113 from waywardmonkeys/missing-stdint-includes | Alon Zakai |
2013-04-29 | Merge pull request #1111 from waywardmonkeys/use_va_copy | Alon Zakai |
2013-04-29 | Merge pull request #1110 from waywardmonkeys/fix_test_799_include_path | Alon Zakai |
2013-04-29 | ERROR_ON_UNRESOLVED_SYMBOLS option | Alon Zakai |
2013-04-29 | update benchmarks | Alon Zakai |
2013-04-29 | Use the standard int64_t rather than __int64_t. | Bruce Mitchener |
2013-04-29 | Include <stdint.h> to use int64_t. | Bruce Mitchener |
2013-04-29 | Use va_copy (C99) instead of __va_copy (GNU ext). | Bruce Mitchener |
2013-04-29 | This header is <arpa/inet.h>, not <net/arpa/...> | Bruce Mitchener |
2013-04-28 | do not swallow exceptions in invoke_* that are not C++ exceptions or longjmp | Alon Zakai |
2013-04-26 | update benchmarks to have 0 be just start up | Alon Zakai |
2013-04-26 | update test_emcc | Alon Zakai |