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
2013-12-17
add OpenGL Desktop/ES 2.0 hardware instancing extensions compatibility functions
Antoine Lambert
2013-12-17
use GL_ASSERTIONS instead of ASSERTIONS
Antoine Lambert
2013-12-17
add support for WebGL hardware instancing through extension ↵
Antoine Lambert
ANGLE_instanced_arrays
2013-12-16
allow -O0 in fastcomp, still in asm mode
Alon Zakai
2013-12-16
more benchmarking options
Alon Zakai
2013-12-16
fix varargs signature generation, '...' is optional and both cases must be ↵
Alon Zakai
handled; fixes #1918
2013-12-16
Merge branch 'em_config' of github.com:juj/emscripten into incoming
Alon Zakai
Conflicts: emcc
2013-12-16
handle a single empty alloca; fixes #1919
Alon Zakai
2013-12-16
add test file for tutorial
Alon Zakai
2013-12-16
Merge pull request #1896 from juj/emrun
Alon Zakai
Emrun
2013-12-16
fixes to get gcc to work on all benchmarks
Alon Zakai
2013-12-16
Merge pull request #1924 from ehostunreach/indentation
Alon Zakai
Fix indentation of core test files
2013-12-16
Merge pull request #1926 from coolwanglu/typo_fix
Alon Zakai
fix typo
2013-12-16
Merge pull request #1920 from coolwanglu/alias_fix
Alon Zakai
simplifies with alias
2013-12-16
Merge pull request #1927 from CliffyA/incoming
Alon Zakai
Incoming
2013-12-16
rename sm benchmark runner
Alon Zakai
2013-12-16
fix native benchmark printing of stderr
Alon Zakai
2013-12-16
gcc benchmarker
Alon Zakai
2013-12-16
option to run only core benchmarks
Alon Zakai
2013-12-16
add v8 benchmarker
Alon Zakai
2013-12-16
show f32 results in benchmarks
Alon Zakai
2013-12-16
use all cpu cores when building libraries in test runner
Alon Zakai
2013-12-16
disable closure in benchmarks
Alon Zakai
2013-12-16
refactor benchmark runner
Alon Zakai
2013-12-17
Update AUTHORS
CliffyA
2013-12-17
Fix for glfwSetCharCallback not being fired if glfwSetKeyCallback was also ↵
CliffyA
registered
2013-12-16
fix typo
Lu Wang
2013-12-15
disable a test in fastcomp
Alon Zakai
2013-12-15
more float dotzero fixes
Alon Zakai
2013-12-15
fix for dot fixing
Alon Zakai
2013-12-15
when not running js opts in fastcomp, fix +f to f.0 in python
Alon Zakai
2013-12-15
test fixes for fastcomp
Alon Zakai
2013-12-15
disable a test in fastcomp
Alon Zakai
2013-12-15
final test_cases fixes for fastcomp
Alon Zakai
2013-12-15
tests/cases fixes for fastcomp
Alon Zakai
2013-12-15
test/cases fixes for fastcomp
Alon Zakai
2013-12-15
timing reports for fastcomp
Alon Zakai
2013-12-15
Fix the indentation of core test input files with clang-format.
Vasilis Kalintiris
2013-12-14
disable test for fastcomp
Alon Zakai
2013-12-14
do not add i64 support funcs more than once
Alon Zakai
2013-12-14
test changes for fastcomp
Alon Zakai
2013-12-14
disable more tests in fastcomp
Alon Zakai
2013-12-14
take into account redirects in wrappers
Alon Zakai
2013-12-14
disable various tests in fastcomp
Alon Zakai
2013-12-14
export code for CallHandlers.h
Alon Zakai
2013-12-13
do not import functions implemented by fastcomp
Alon Zakai
2013-12-13
fix typo
Alon Zakai
2013-12-13
wrap external functions for function tables in fastcomp
Alon Zakai
2013-12-13
Merge pull request #1835 from juj/gl_get_null
Alon Zakai
glGetXXX fixes.
2013-12-13
yet more fixes for test_cases for fastcomp
Alon Zakai
[next]