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-22
fastcomp updates and a test for fptosi|ui on floats and doubles
Alon Zakai
2014-01-22
avoid unresolved symbol warnings on misc funcs in fastcomp
Alon Zakai
2014-01-22
Add test for s3tc.c rendering when GL_FFP_ONLY flag is set.
Jukka Jylänki
2014-01-22
Fix default vertex color to (1,1,1,1) and properly enable correct attribute s...
Jukka Jylänki
2014-01-21
do not registerizeHarder when outlining
Alon Zakai
2014-01-21
add asm3 test mode
Alon Zakai
2014-01-21
add benchmarker option to vary native compiler flags
Alon Zakai
2014-01-21
switch benchmarks to -O3
Alon Zakai
2014-01-21
assign to null to clear a local variable, avoid delete
Alon Zakai
2014-01-21
fix typo
Alon Zakai
2014-01-21
avoid nonstandard use of splice
Alon Zakai
2014-01-21
rename a variable to our conventions
Alon Zakai
2014-01-21
Registerize based on full liveness analysis.
Ryan Kelly
2014-01-21
update other.test_emcc
Alon Zakai
2014-01-21
document what -O3 will be
Alon Zakai
2014-01-21
deprecate -O3 in preparation for using it for heavier js opts
Alon Zakai
2014-01-21
update tests to allow exceptions and setjmp together in fastcomp
Alon Zakai
2014-01-21
Merge pull request #2039 from rfk/rfk/minify-loop-labels
Alon Zakai
2014-01-21
Workaround glew linkage issue, see https://github.com/kripken/emscripten/issu...
Jukka Jylänki
2014-01-21
Minify loop labels while we're minifying local names.
Ryan Kelly
2014-01-20
Merge pull request #2037 from waywardmonkeys/updates5
Alon Zakai
2014-01-21
Move workaround for emscripten from include/exception to library.js.
Bruce Mitchener
2014-01-20
Merge pull request #2038 from rfk/rfk/fix-normalize-asm
Alon Zakai
2014-01-20
enable more tests in fastcomp
Alon Zakai
2014-01-20
enable more tests in fastcomp
Alon Zakai
2014-01-20
enable and fix more tests for fastcomp
Alon Zakai
2014-01-20
updates and fixes for test_cases
Alon Zakai
2014-01-20
fix up final setjmp tests for fastcomp
Alon Zakai
2014-01-20
enable test_longjmp_stacked in fastcomp
Alon Zakai
2014-01-20
enable more setjmp tests in fastcomp
Alon Zakai
2014-01-20
fix longjmp call by pointer in fastcomp, and enable test_longjmp2
Alon Zakai
2014-01-20
enable first setjmp test in fastcomp
Alon Zakai
2014-01-20
Fix a param-handling bug in normalizeAsm
Ryan Kelly
2014-01-20
Remove unused _Unwind_* functions.
Bruce Mitchener
2014-01-19
remove obsolete assertion
Alon Zakai
2014-01-19
better error message for asm.js not supporting growable heap yet
Alon Zakai
2014-01-18
improve EM_ASM to tolerate quotes when safe, and error when not; fixes #2032
Alon Zakai
2014-01-18
Merge pull request #2030 from waywardmonkeys/updates4
Alon Zakai
2014-01-18
handle #if !X in preprocessor
Alon Zakai
2014-01-18
Merge pull request #2031 from juj/fix_glemu_enabledisable
Alon Zakai
2014-01-18
Merge pull request #2007 from abergmeier/cmake_test_ninja
juj
2014-01-18
Fix GL emulation cleanup to properly update the state it changes.
Jukka Jylänki
2014-01-18
Fix FFP GL emulation directives. The form !GL_FFP_ONLY is not supported, use ...
Jukka Jylänki
2014-01-18
Implement catopen/catgets/catclose to help libcxx tests pass.
Bruce Mitchener
2014-01-18
No need for 64 bit aliases for these
Bruce Mitchener
2014-01-18
Make exception tests named more consistently.
Bruce Mitchener
2014-01-18
catched -> caught
Bruce Mitchener
2014-01-18
Remove unused aliases.
Bruce Mitchener
2014-01-17
fix asm1.test_cubescript
Alon Zakai
2014-01-17
fix test_source_map
Alon Zakai
[next]