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-07-01
Added Joseph Gentle to authors
Joseph Gentle
2013-06-30
Fixed emscripten_get_now in a shell
Joseph Gentle
2013-06-26
Merge branch 'incoming'
Alon Zakai
2013-06-25
add 'let' to reserved keywords for minifier
Alon Zakai
2013-06-25
fix crash in js optimizer loop variables pass on empty if blocks
Alon Zakai
2013-06-25
fix apply_configuration
Alon Zakai
2013-06-24
make emcc -v update debug settings, so that it saves temp files
Alon Zakai
2013-06-24
Merge pull request #1302 from Manny-MADE/glut_fixes
Alon Zakai
2013-06-24
notice when a function call definitely does not have a return
Alon Zakai
2013-06-24
relocation pass for shared modules
Alon Zakai
2013-06-24
update test
Alon Zakai
2013-06-24
rename MINIFY_INFO to EXTRA_INFO in preparation for further uses
Alon Zakai
2013-06-24
unify registerize and minify passes, since they must run in conjunction
Alon Zakai
2013-06-24
fix minifyGlobals in separate pass
Alon Zakai
2013-06-24
Merge pull request #1317 from michaeljbishop/sdl-mixer-sound-leak
Alon Zakai
2013-06-24
add space in debug output
Alon Zakai
2013-06-24
Removed unnecessary "audio.paused = " statements.
Michael J. Bishop
2013-06-24
IMPROVED: ensured proper indentation for entire document
manny/MADE
2013-06-22
clean up closure calling
Alon Zakai
2013-06-22
remove unneeded line
Alon Zakai
2013-06-22
update test
Alon Zakai
2013-06-22
only minify globals when relooping
Alon Zakai
2013-06-22
fix -g2 and add testing
Alon Zakai
2013-06-22
-gLEVEL ; support varying degrees of debuggability
Alon Zakai
2013-06-22
IMPROVED: fixed codestyle to match java/js
manny/MADE
2013-06-22
show auto-linking decision process only in VERBOSE
Alon Zakai
2013-06-21
do not run addition optimization pass in asm; it just adds overhead, and mino...
Alon Zakai
2013-06-21
update tests
Alon Zakai
2013-06-21
reduce indentation in relooper
1.5.1
Alon Zakai
2013-06-21
decrease indentation in jsifier
Alon Zakai
2013-06-21
decrease indentation level in js optimizer
Alon Zakai
2013-06-21
do not eliminate loop vars when there is a shared helper
Alon Zakai
2013-06-21
todo
Alon Zakai
2013-06-21
Added test to make sure channel allocation failed when it
Michael J. Bishop
2013-06-20
Merge pull request #1312 from juj/win_test_statics_fix
Alon Zakai
2013-06-20
Merge branch 'incoming'
Alon Zakai
2013-06-20
do not return node in main simplifyNotCompsPass all the time, it thinks it is...
Alon Zakai
2013-06-20
remove unneeded argument handling in lua-scimark
Alon Zakai
2013-06-20
asmify copyTempFloat|Double
Alon Zakai
2013-06-20
fix browser test harness
Alon Zakai
2013-06-20
ensure a coercion on invoke calls
Alon Zakai
2013-06-19
fix CHECK_ALIGN
Alon Zakai
2013-06-19
hardcode arguments in benchmarks, even lua
Alon Zakai
2013-06-19
move lua binarytree args handling into lua script
Alon Zakai
2013-06-19
update fastLong.js
Alon Zakai
2013-06-19
fix bug with reducing f()|0|const
Alon Zakai
2013-06-19
Fixed error where SDL_Mixer would run out of channels because sound
Michael J. Bishop
2013-06-19
fix memmove
Alon Zakai
2013-06-19
properly coerce imprecise i64 math calls
Alon Zakai
2013-06-19
keep |0 on function calls, allow other bitwise ops on heap accesses etc.
Alon Zakai
[next]