Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-04 | refactor sockets code | Alon Zakai | |
2013-02-04 | Merge pull request #821 from caiiiycuk/recv_test | Alon Zakai | |
Test for recv (partial) | |||
2013-02-04 | Merge pull request #832 from waywardmonkeys/typo-fixes | Alon Zakai | |
Fix typos. | |||
2013-02-04 | remove test_pgo | Alon Zakai | |
2013-02-04 | GLES 1.1 headers | Alon Zakai | |
2013-02-04 | EXPLICIT_ZEXT option | Alon Zakai | |
2013-02-04 | revert 73313a7ef6ab384a3130e50f4904b8ae232cf4a5 - stop labeling ifs in ↵ | Alon Zakai | |
relooper due to speed concerns | |||
2013-02-04 | emit simple multiply in asm if the values are small enough to avoid double ↵ | Alon Zakai | |
rounding concerns | |||
2013-02-04 | optimize num >> num in js optimizer, necessary for asm now that we do not do ↵ | Alon Zakai | |
shift optimization there | |||
2013-02-04 | Fix typos. | Bruce Mitchener | |
2013-02-03 | Merge pull request #830 from waywardmonkeys/dlfcn-include-guards | Alon Zakai | |
Missing include guards. | |||
2013-02-04 | gc.h: Missing include guards. | Bruce Mitchener | |
2013-02-03 | Merge pull request #825 from juj/std | Alon Zakai | |
Std | |||
2013-02-04 | dlfcn.h: Missing include guards. | Bruce Mitchener | |
2013-02-03 | improve eliminator test flexibility, fixes #822 | Alon Zakai | |
2013-02-03 | do not run unnecessary optimizeShiftsAggressive+eliminate steps in asm mode, ↵ | Alon Zakai | |
it is pointless and just wastes compilation time | |||
2013-02-03 | fix reps printing in benchmarks | Alon Zakai | |
2013-02-02 | eliminate into labels | Alon Zakai | |
2013-02-02 | always use labels in multiple blocks; emit no more one-time loops but rather ↵1.2.4 | Alon Zakai | |
labeled ifs | |||
2013-02-02 | update relooper tests | Alon Zakai | |
2013-02-02 | fix memcpy | Alon Zakai | |
2013-02-02 | do not build musl memcpy | Alon Zakai | |
2013-02-01 | semi polyfill for Math.imul | Alon Zakai | |
2013-02-01 | Merge pull request #819 from waywardmonkeys/fix-test-longjmp | Alon Zakai | |
Variables live across a setjmp/lj must be volatile. | |||
2013-02-01 | Merge pull request #820 from waywardmonkeys/sys-features | Alon Zakai | |
Move some definitions to sys/features. | |||
2013-02-01 | Merge pull request #818 from waywardmonkeys/gc-improvements | Alon Zakai | |
Gc improvements | |||
2013-02-02 | In test runner, don't pass -std=c++03 when building .c files. | Jukka Jylänki | |
2013-02-01 | docs for file packager | Alon Zakai | |
2013-02-01 | Add a unit test that checks that user is able to specify a custom -std= flag ↵ | Jukka Jylänki | |
on the command line. | |||
2013-02-01 | Compile with -std=c++03 consistently on all platforms. By default, Clang 3.2 ↵ | Jukka Jylänki | |
inconsistently uses C++11 for Windows and C++03 for Linux if user did not specify -std= on the command line. Fixes other.test_embind and *.test_llvmswitch. Add unit tests that confirm that .cpp files are compiled with C++03 std by default. | |||
2013-02-01 | Add a unit test that checks that all platforms are building C++03 code by ↵ | Jukka Jylänki | |
default. | |||
2013-02-01 | Fix test_llvmswitch to be valid C++11 code. Using an unsigned type would ↵ | Jukka Jylänki | |
cause an error: case value evaluates to 4294967281, which cannot be narrowed to type 'int' [-Wc++11-narrowing] when compiled as C++11. | |||
2013-02-01 | Test for recv (partial) | Aleksander Guryanov | |
2013-02-01 | Move some definitions to sys/features. | Bruce Mitchener | |
This moves some feature flags to sys/features.h where they belong and gives them the same values that are established in the settings file. Fixes #812. | |||
2013-02-01 | Variables live across a setjmp/lj must be volatile. | Bruce Mitchener | |
According to http://pubs.opengroup.org/onlinepubs/7908799/xsh/setjmp.html among other places, the 'int x' here should be volatile so that it has the correct value. Otherwise, the behavior will be indeterminate. | |||
2013-02-01 | Add _realloc to EXPORTED_FUNCTIONS. | Bruce Mitchener | |
2013-02-01 | Support GC_get_heap_size(). | Bruce Mitchener | |
2013-02-01 | Don't corrupt GC.totalAllocations. | Bruce Mitchener | |
2013-02-01 | Add support for GC_REALLOC(). | Bruce Mitchener | |
2013-01-31 | fix glIsTexture from throwing a warning on null-ified textures, and add testing | Alon Zakai | |
2013-01-31 | fix memcpy comparison order of operations bugs | Alon Zakai | |
2013-01-31 | hand-optimize memcpy/asm | Alon Zakai | |
2013-01-31 | fix bootstrap memset safe heap access | Alon Zakai | |
2013-01-31 | hide some warnings when not in debug mode; helps in #811 | Alon Zakai | |
2013-01-31 | Merge pull request #813 from waywardmonkeys/typo-fixes | Alon Zakai | |
fix typos in paper. | |||
2013-01-31 | Merge pull request #816 from juj/EGL_deinit | Alon Zakai | |
Implemented eglTerminate and eglDestroyContext. | |||
2013-01-31 | Implemented eglTerminate and eglDestroyContext. | Jukka Jylänki | |
2013-02-01 | Add myself to AUTHORS. | Bruce Mitchener | |
2013-02-01 | Add GC support for GC_MALLOC_UNCOLLECTABLE. | Bruce Mitchener | |
2013-01-31 | fix typos in paper. | Bruce Mitchener | |