index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2013-02-05
fix memmove bug and add testing
Alon Zakai
2013-02-04
fix test_websockets_partial
Alon Zakai
2013-02-04
refactor sockets code
Alon Zakai
2013-02-04
Merge pull request #821 from caiiiycuk/recv_test
Alon Zakai
2013-02-04
Merge pull request #832 from waywardmonkeys/typo-fixes
Alon Zakai
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 reloop...
Alon Zakai
2013-02-04
emit simple multiply in asm if the values are small enough to avoid double ro...
Alon Zakai
2013-02-04
optimize num >> num in js optimizer, necessary for asm now that we do not do ...
Alon Zakai
2013-02-04
Fix typos.
Bruce Mitchener
2013-02-03
Merge pull request #830 from waywardmonkeys/dlfcn-include-guards
Alon Zakai
2013-02-04
gc.h: Missing include guards.
Bruce Mitchener
2013-02-03
Merge pull request #825 from juj/std
Alon Zakai
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
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
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
2013-02-01
Merge pull request #820 from waywardmonkeys/sys-features
Alon Zakai
2013-02-01
Merge pull request #818 from waywardmonkeys/gc-improvements
Alon Zakai
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
2013-02-01
Compile with -std=c++03 consistently on all platforms. By default, Clang 3.2 ...
Jukka Jylänki
2013-02-01
Add a unit test that checks that all platforms are building C++03 code by def...
Jukka Jylänki
2013-02-01
Fix test_llvmswitch to be valid C++11 code. Using an unsigned type would caus...
Jukka Jylänki
2013-02-01
Test for recv (partial)
Aleksander Guryanov
2013-02-01
Move some definitions to sys/features.
Bruce Mitchener
2013-02-01
Variables live across a setjmp/lj must be volatile.
Bruce Mitchener
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
2013-01-31
Merge pull request #816 from juj/EGL_deinit
Alon Zakai
2013-01-31
Implemented eglTerminate and eglDestroyContext.
Jukka Jylänki
2013-02-01
Add myself to AUTHORS.
Bruce Mitchener
[next]