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
2012-05-16
Fix the incorrect initial value of GL.immediate.currentMatrix
Ehsan Akhgari
2012-05-16
properly lock variables to loops in registerize
Alon Zakai
2012-05-15
simple optimization to allow more registerization inside loops
Alon Zakai
2012-05-15
refactor registerize
Alon Zakai
2012-05-15
track number of assigns/modifications in registerize
Alon Zakai
2012-05-15
Merge pull request #428 from ehsan/fixes
Alon Zakai
2012-05-15
browser gc test
Alon Zakai
2012-05-15
Stub glAlphaFunc
Ehsan Akhgari
2012-05-15
Fix IMG_Load to work with absolute paths
Ehsan Akhgari
2012-05-15
Make FS_LOG work again
Ehsan Akhgari
2012-05-15
Make glHint accept two arguments
Ehsan Akhgari
2012-05-15
Implement glOrthof
Ehsan Akhgari
2012-05-15
skip test_gc in s_x_x
Alon Zakai
2012-05-15
fix test_gc for o1 and o2
Alon Zakai
2012-05-15
gc tests for object scanning and atomics
Alon Zakai
2012-05-15
working early gc test
Alon Zakai
2012-05-15
further gc work, basic api written
Alon Zakai
2012-05-15
initial work on c++ gc support
Alon Zakai
2012-05-15
move test_emconfig to other
Alon Zakai
2012-05-15
Merge pull request #426 from ehsan/em-config
Alon Zakai
2012-05-14
Add the em-config tool
Ehsan Akhgari
2012-05-14
emscripten_get_now
Alon Zakai
2012-05-14
warn on loss of webgl context
Alon Zakai
2012-05-14
allow nonexistent phis in another location + add test
Alon Zakai
2012-05-14
allow nonexistend phi labels, llvm generates unneeded ones sometimes
Alon Zakai
2012-05-14
more glEnable/Disable emulation ignores
Alon Zakai
2012-05-14
more glColor implementations
Alon Zakai
2012-05-14
handle cancel in window.prompt
Alon Zakai
2012-05-14
do not fail on -fcatch-undefined-behavior
Alon Zakai
2012-05-14
restore previous element array buffer, not 0, if we replaced it during flush
Alon Zakai
2012-05-13
fix active client attribute counting and add test
Alon Zakai
2012-05-13
unbind element array buffer if we bound one
Alon Zakai
2012-05-13
fix order in gl_ModelViewProjectionMatrix and add working cube_explosion test
Alon Zakai
2012-05-13
misc tweaks and add wip cube_explosion test
Alon Zakai
2012-05-12
clear status in html even if doRun exits through an exception
Alon Zakai
2012-05-12
show Running... when calling run()
Alon Zakai
2012-05-12
nicer html messages during load/startup
Alon Zakai
2012-05-12
print saved vars in registerize
Alon Zakai
2012-05-12
handle multiple var defs of the same var in registerize
Alon Zakai
2012-05-12
speed up O1 by removing unnecessary eliminator pass
Alon Zakai
2012-05-12
simply compiler by always pushing back phis
Alon Zakai
2012-05-11
fix registerize bugs
Alon Zakai
2012-05-11
registerize: define all vars once up front
Alon Zakai
2012-05-11
Merge pull request #422 from ehsan/immediate_deps
Alon Zakai
2012-05-11
unenabled experimental registerization pass in js optimizer
Alon Zakai
2012-05-11
fix bug with missing entry labels being misused between original labels and n...
Alon Zakai
2012-05-11
print assertions to stderr
Alon Zakai
2012-05-11
Make GLImmediate depend on Browser
Ehsan Akhgari
2012-05-11
add autodebugger option to ignore dlmalloc calls, which are often noisy and n...
Alon Zakai
2012-05-11
FS.createPreloadedFile
Alon Zakai
[next]