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
2013-06-04
Check that module is an object instead of exports
Jazz
2013-05-21
Handle CommonJS exports
Jazz
2013-05-20
legalize i64 return types properly
Alon Zakai
2013-05-20
correctly count the number of normal vars even when there are i64s before a v...
Alon Zakai
2013-05-19
export imul through closure
Alon Zakai
2013-05-19
lua debugging stuff
Alon Zakai
2013-05-19
fix and clean up benchmark suite
Alon Zakai
2013-05-19
export callMain through closure
Alon Zakai
2013-05-18
separate lua benchmarks when saved
Alon Zakai
2013-05-18
make test runner library building more robust and enable library reloading in...
Alon Zakai
2013-05-18
reorder benchmarks
Alon Zakai
2013-05-18
add lua-binarytrees benchmark
Alon Zakai
2013-05-17
run benchmarks longer with fewer reps
Alon Zakai
2013-05-17
update lua test
Alon Zakai
2013-05-17
enable lua benchmark
Alon Zakai
2013-05-17
add lua scimark
Alon Zakai
2013-05-17
prepare for lua benchmark
Alon Zakai
2013-05-17
fix lua for native builds
Alon Zakai
2013-05-17
make fullscreen handling closure friendly
Alon Zakai
2013-05-17
fix highp to lowp in tests
Alon Zakai
2013-05-17
fix file packager issue with closure
Alon Zakai
2013-05-17
add browser testing for -O2 --closure 1
Alon Zakai
2013-05-17
use GL. instead of this. in generateTempBuffers in order to not confuse closure
Alon Zakai
2013-05-16
make some more asm things closure-friendly
Alon Zakai
2013-05-16
fix dyncalls in closure+asm and use closure in benchmarks
Alon Zakai
2013-05-16
docs
Alon Zakai
2013-05-16
update tests
Alon Zakai
2013-05-16
support closure compiler on the shell in asm mode
Alon Zakai
2013-05-16
Merge pull request #1167 from j4m3z0r/issue645
Alon Zakai
2013-05-16
fix font rendering in test_sdl_canvas
Alon Zakai
2013-05-16
fix test_sdl_alloctext
Alon Zakai
2013-05-16
Merge pull request #1177 from j4m3z0r/sdl-fixes
Alon Zakai
2013-05-16
Add myself to AUTHORS
James Gregory
2013-05-16
Merge pull request #1173 from manuels/incoming
Alon Zakai
2013-05-16
when not aliasing tables, keep them all at full size to avoid aliasing throug...
Alon Zakai
2013-05-16
enable aliasing function pointers by default in -O2
Alon Zakai
2013-05-15
fix separate table function pointer initial value
Alon Zakai
2013-05-15
forward gl emulation sigs
Alon Zakai
2013-05-15
fix some gl sigs
Alon Zakai
2013-05-15
emit each function table of its own size
Alon Zakai
2013-05-15
remove obsolete comment
Alon Zakai
2013-05-15
add testing for aliasing function pointers
Alon Zakai
2013-05-15
future proof a test
Alon Zakai
2013-05-15
handle the case of no function tables with aliasing function pointers
Alon Zakai
2013-05-15
refactor code to generate empty function tables
Alon Zakai
2013-05-15
option to alias function pointer indexes across types
Alon Zakai
2013-05-15
do not index functions in post
Alon Zakai
2013-05-15
Fix bug in rename() that occures if new filename starts with the old filename
manuels
2013-05-14
* Switch to using offscren canvas for TTF size estimation in SDL
James Gregory
2013-05-14
Merge pull request #1171 from BioKom/incoming
Alon Zakai
[next]