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-07
remove break labels more aggresively, with a refined natural flow analysis
1.4.9
Alon Zakai
2013-06-07
optimize out double not
Alon Zakai
2013-06-07
remove unneeded check
Alon Zakai
2013-06-07
properly simplify not comps in loop suffixes and elsewhere
Alon Zakai
2013-06-07
allow building only in test runner
Alon Zakai
2013-06-07
optimize multiple loop variables together
Alon Zakai
2013-06-07
handle empty loops in new loop optimizations; fixes #1270
Alon Zakai
2013-06-07
add missing return values in safeRequestAnimationFrame,safeSetTimeout,safeSet...
Alon Zakai
2013-06-07
Make lrint more correct. Closes #1265.
Jez Ng
2013-06-07
track number of uses properly for loop variable removal
Alon Zakai
2013-06-07
better erroring in SDL_Delay; issue #1255
Alon Zakai
2013-06-07
eliminate loop helper variables
Alon Zakai
2013-06-06
move asm loop optimization into last phase
Alon Zakai
2013-06-05
simplify infinite while loops with a break at the end into a do-while with a ...
Alon Zakai
2013-06-05
disabled support for hoisting back into loops in relooper
1.4.8
Alon Zakai
2013-06-05
remove unneeded parameter to FindIndependentGroups
Alon Zakai
2013-06-05
Merge pull request #1248 from int3/incoming
Alon Zakai
2013-06-05
Merge pull request #1260 from modeswitch/fix-missing-constant-definition
Alon Zakai
2013-06-05
Merge pull request #1259 from modeswitch/fix-syntax-error
Alon Zakai
2013-06-05
sdl fixes; fixes #1251
Alon Zakai
2013-06-05
INCOMING_QUEUE_LENGTH was not found by CircularBuffer constructor.
Alan Kligman
2013-06-05
Missed closing parenthesis.
Alan Kligman
2013-06-05
Merge branch 'commonjs' of github.com:jazzzz/emscripten into incoming
Alon Zakai
2013-06-05
return the best we can from SDL_OpenAudio, fixes #1253
Alon Zakai
2013-06-05
Fix typo.
Jez Ng
2013-06-05
Add myself to AUTHORS
Jazz
2013-06-04
Merge branch 'master' of github.com:feeley/emscripten into incoming
Alon Zakai
2013-06-04
Add basic support for nonblocking read
Marc Feeley
2013-06-04
Merge pull request #1246 from int3/sscanf-caps
Alon Zakai
2013-06-04
Merge pull request #1244 from onnoj/incoming
Alon Zakai
2013-06-04
do not skip -s X=Y when EMCONFIGURE_JS
Alon Zakai
2013-06-04
Add Jez Ng to AUTHORS.
Jez Ng
2013-06-04
Add test for capitalized sscanf format specifiers.
Jez Ng
2013-06-04
check more carefully if a stream is a socket
Alon Zakai
2013-06-04
leave low fds for sockets
Alon Zakai
2013-06-04
Merge branch 'incoming' of github.com:kanaka/emscripten into incoming
Alon Zakai
2013-06-04
Merge pull request #1225 from inolen/errno
Alon Zakai
2013-06-04
Updated tests to reflect new error values
Anthony Pesch
2013-06-04
Merge branch 'incoming-merge' of github.com:modeswitch/emscripten into incoming
Alon Zakai
2013-06-04
Check that module is an object instead of exports
Jazz
2013-06-04
Fixed Issue #1241: _scanString not supporting upper case format specifiers A,...
Onno
2013-06-03
show stub malloc/free warnings only in ASSERTIONS==2
Alon Zakai
2013-06-03
Add myself to AUTHORS
Frits Talbot
2013-06-03
Fix frexp does not accept negative numbers
Frits Talbot
2013-06-03
Merge pull request #1224 from michaeljbishop/emscripten-implementation
Alon Zakai
2013-06-03
Merge pull request #1235 from juj/fix_test_exported_response
Alon Zakai
2013-06-03
Merge pull request #1236 from juj/skip_test_symlink
Alon Zakai
2013-06-03
disable strotoll tests in s_x_x
Alon Zakai
2013-06-03
make test_statvfs more robust
Alon Zakai
2013-06-03
disable some test_cases tests in s_x_x
Alon Zakai
[next]