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-06
check clang version before applying version-specific changes, like disabling ...
1.8.5
Alon Zakai
2014-01-06
fix poppler configure for clang 3.4
Alon Zakai
2014-01-06
apply EMMAKEN_CFLAGS directly to commandline, not just to clang calls, so tha...
Alon Zakai
2014-01-06
refactor vector disabling code
Alon Zakai
2014-01-06
ignore new readonly attribute in llvm 3.4
Alon Zakai
2014-01-06
disable vectorization which llvm 3.4 has on by default
1.8.4
Alon Zakai
2014-01-06
ignore new readnone attribute in llvm 3.4
Alon Zakai
2014-01-06
other.test_emcc fixes for fastcomp
Alon Zakai
2014-01-06
Merge pull request #1982 from floooh/incoming
Alon Zakai
2014-01-06
Added myself to AUTHORS
floooh
2014-01-06
Merge pull request #1978 from coolwanglu/pr
Alon Zakai
2014-01-06
Merge pull request #1980 from coolwanglu/pr_clean
Alon Zakai
2014-01-06
Added support for Return and Backspace key to glut
floooh
2014-01-06
tokenize() does not accept a 2nd parameter
Lu Wang
2014-01-05
correct annotation for closure
Lu Wang
2014-01-04
fix function type in test_openal_buffers for asm
Alon Zakai
2014-01-04
fix some relooper compiler warnings and update reftests for previous fixes
1.8.3
Alon Zakai
2014-01-04
todo about async script tags
Alon Zakai
2014-01-04
specify (void) as the arguments in webgl_context_attributes test, to avoid co...
Alon Zakai
2014-01-03
Merge pull request #1967 from coolwanglu/pr_clean
Alon Zakai
2014-01-03
Merge pull request #1941 from onnoj/incoming
Alon Zakai
2014-01-03
optimize main loop in SDL_UnlockSurface to avoid a branch
Alon Zakai
2014-01-03
Merge pull request #1973 from jvilk/sdl_fix
Alon Zakai
2014-01-03
disable/update various browser tests for fastcomp
Alon Zakai
2014-01-03
[SDL] Actually fix SDL_UnlockSurface in IE10/IE11.
John Vilk
2014-01-03
fix benchmark suite bug where args got appended
Alon Zakai
2014-01-03
disable named globals test in fastcomp
Alon Zakai
2014-01-03
convert test_sdl_canvas to btest
Alon Zakai
2014-01-03
Merge pull request #1971 from jvilk/sdl_fixes
Alon Zakai
2014-01-03
release 1.8.2
1.8.2
Alon Zakai
2014-01-03
[SDL] Fixing SDL_UnlockSurface in IE10/IE11.
John Vilk
2014-01-03
disable fc in default benchmarks
Alon Zakai
2014-01-03
fix output in glGetFramebufferAttachmentParameteriv
Alon Zakai
2014-01-03
properly handle getParameter returning null when it means a null object (e.g....
Alon Zakai
2014-01-03
disable test_emscripten_log in spidermonkey due to breakage; issue #1970
Alon Zakai
2014-01-03
make sure to give Ids to split blocks in relooper
1.8.1
Alon Zakai
2014-01-03
Linux fixes to emrun. Don't fail if glxinfo is not installed, and look for Ch...
Jukka Jylänki
2014-01-03
do not assume callee.caller always exists
Alon Zakai
2014-01-03
Update Emscripten CMake toolchain default flags to include -O2 also in compil...
Jukka Jylänki
2014-01-03
Update library_browser.js
onnoj
2014-01-03
clean extra arg of JSify
Lu Wang
2014-01-02
adjust TOTAL_MEMORY at runtime, to take into account last minute changes to M...
Alon Zakai
2014-01-02
deprecate compression
Alon Zakai
2014-01-02
support #include x.js in our preprocessed js sources
Alon Zakai
2014-01-02
Merge pull request #1966 from coolwanglu/pr1
Alon Zakai
2014-01-02
minor clean
Lu Wang
2014-01-02
Fixed undefined check.
onnoj
2014-01-02
Added comments & assert to scrollX fix.
onnoj
2014-01-01
ensure we add precision in gl emulation to both fragment and vertex shaders
Alon Zakai
2014-01-01
fix gl typos
Alon Zakai
[next]