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 (
Collapse
)
Author
2011-12-13
make shell.html more robust if no canvas support
Alon Zakai
2011-12-13
comment on print() on the web
Alon Zakai
2011-12-13
fix commas
Alon Zakai
2011-12-13
support for --typed-arrays in emcc
Alon Zakai
2011-12-12
ctype.h header fix
Alon Zakai
2011-12-12
additional -s emcc tests
Alon Zakai
2011-12-12
support for -s in emcc
Alon Zakai
2011-12-12
support for running the js optimizer, eliminator and closure compiler from emcc
Alon Zakai
2011-12-12
warning about -O3 in emcc
Alon Zakai
2011-12-12
relooper warning in emcc
Alon Zakai
2011-12-12
fixes to allow generated code to run in a web worker
Alon Zakai
2011-12-12
add missing file test_hello_world_loop.cpp
Alon Zakai
2011-12-12
ensure the array of values of files is unsigned
Alon Zakai
2011-12-12
disable EMULATE_UNALIGNED_ACCESSES by default - it isn't needed
Alon Zakai
2011-12-12
emcc initial support for -Ox
Alon Zakai
2011-12-12
clean up emcc test
Alon Zakai
2011-12-12
support for generating html in emcc, and a test for that that also tests ↵
Alon Zakai
SDL, and some fixes for SDL
2011-12-11
more emcc functionality and tests
Alon Zakai
2011-12-11
refactor run_js and an additional emcc test
Alon Zakai
2011-12-11
refactor temp files handling code, and first passing compilation test for emcc
Alon Zakai
2011-12-11
emcc help update
Alon Zakai
2011-12-11
--help in emcc
Alon Zakai
2011-12-11
emcc: --version
Alon Zakai
2011-12-11
simplify and slim down value intertype
Alon Zakai
2011-12-10
SDL headers fix
Alon Zakai
2011-12-10
experimental wip patch to work towards only copying the right heap in ta1 in ↵
Alon Zakai
memcpy
2011-12-10
clear warning to stderr when enlarging memory arrays
Alon Zakai
2011-12-10
Merge branch 'ta2bydefault'
Alon Zakai
2011-12-10
remove reminder test
Alon Zakai
2011-12-10
benchmark tweaks, remove some js-optimizer passes that seem to not help
Alon Zakai
2011-12-10
gl comments
Alon Zakai
2011-12-10
do unsigned 32-bit loads properly in ta1
Alon Zakai
2011-12-10
reminder
Alon Zakai
2011-12-10
do not check for corrections in safe heap unsigning
Alon Zakai
2011-12-10
fix openjpeg test so it can be cached, speeding up the test runner
Alon Zakai
2011-12-09
parseInt and printf test fixes
Alon Zakai
2011-12-09
comments
Alon Zakai
2011-12-09
partial fix to test_printf in s_0_1
Alon Zakai
2011-12-09
do poppler only in default
Alon Zakai
2011-12-09
update test_reminder
Alon Zakai
2011-12-09
reduce the number of q1 tests
Alon Zakai
2011-12-09
tweak which tests we run
Alon Zakai
2011-12-09
switch poppler test to use arbitrary values of USE_TYPED_ARRAYS, and fix the ↵
Alon Zakai
test for default
2011-12-09
fix i64 bitshifts (fixes test_intvars in i64 mode) and two other minor ↵
Alon Zakai
corrections for toNiceIdent and detecting the number of bits in mathops
2011-12-09
fixes for isNiceIdent
Alon Zakai
2011-12-09
improve parsing of mathops to more properly detect types
Alon Zakai
2011-12-09
re-strengthen now passing strtod in default
Alon Zakai
2011-12-09
properly implement strtok_r by translating the C source, so it will work ↵
Alon Zakai
with typed arrays
2011-12-09
test clarification
Alon Zakai
2011-12-09
re-enable test_math_hyperbolic in default, now passes
Alon Zakai
[next]