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
2014-01-31
make sure rand() returns values only up to RAND_MAX; #1855
1.10.1
Alon Zakai
2014-01-31
further fix for #1407
Alon Zakai
2014-01-30
headless fix
Alon Zakai
2014-01-30
mark new testcase as ta2-only
Alon Zakai
2014-01-30
Merge pull request #2080 from inolen/idbfs_updates
Alon Zakai
2014-01-30
asmify rand
Alon Zakai
2014-01-30
asmify rand_r
Alon Zakai
2014-01-30
use Math.imul in rand_r
Alon Zakai
2014-01-30
use all 32 bits in rand_r
Alon Zakai
2014-01-30
misc cleanups
Alon Zakai
2014-01-30
Merge branch 'rand' of github.com:coolwanglu/emscripten into incoming
Alon Zakai
2014-01-30
fix exceptions whitelist check on invoke using function pointer; fixes #2081
Alon Zakai
2014-01-30
add fuzz testcase
Alon Zakai
2014-01-30
improve fuzzing setup
Alon Zakai
2014-01-30
don't leak streams in readFile and writeFile
Anthony Pesch
2014-01-29
make emlink.py executable
Alon Zakai
2014-01-29
Merge pull request #2077 from inolen/enable_udp
Alon Zakai
2014-01-29
enable test_bigswitch in asm
Alon Zakai
2014-01-29
add legalizer_b testcase
Alon Zakai
2014-01-29
improve i96 test
Alon Zakai
2014-01-29
remove obsolete sig param to sign/unSign
Alon Zakai
2014-01-29
add testcase for i96 shifts
Alon Zakai
2014-01-29
better error message on errors in CRUNCH
Alon Zakai
2014-01-29
check correct define for UDP mode
Anthony Pesch
2014-01-29
Merge pull request #2065 from Daft-Freak/al
Alon Zakai
2014-01-29
fix locale-removing aliases that break because they then have the wrong sig; ...
Alon Zakai
2014-01-29
enable tests/cases/514 in fastcomp
Alon Zakai
2014-01-29
release 1.10.0
1.10.0
Alon Zakai
2014-01-28
disable asm2x86.test_exceptions_2
Alon Zakai
2014-01-28
run js opts for safe heap
Alon Zakai
2014-01-28
fix fastcomp detection; fixes #2072
Alon Zakai
2014-01-28
rely on js opts to do safe heap for asm, to avoid duplicating logic for prope...
Alon Zakai
2014-01-28
fix find_bigis.py tool
Alon Zakai
2014-01-28
more tests and improvements to openal_playback.cpp to allow running native
Charlie Birks
2014-01-28
start to add tests
Charlie Birks
2014-01-28
add alGetBufferi
Charlie Birks
2014-01-28
alcGetIntegerv fixes
Charlie Birks
2014-01-28
improve alcGetString
Charlie Birks
2014-01-28
alGetString fixes from review
Charlie Birks
2014-01-27
EM_ASM_ variants that return a value but receive no inputs; fixes #2070
Alon Zakai
2014-01-27
comment
Alon Zakai
2014-01-27
fix some safeHeap errors with the new exceptions code; fixes #2068
Alon Zakai
2014-01-27
add testcase with longjmp and c++ exception catching in the same function
Alon Zakai
2014-01-27
improve mem init help text; fixes #2066
Alon Zakai
2014-01-27
finish precompiled headers test; fixes #2045
Alon Zakai
2014-01-27
silence poppler stdout output, so it is suitable as a benchmark
Alon Zakai
2014-01-27
improve alGetString
Charlie Birks
2014-01-27
add alcGetIntegerv
Charlie Birks
2014-01-27
add alIsSource
Charlie Birks
2014-01-26
support precompiled headers; fixes #2045
Alon Zakai
[next]