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-02-19
simplify corruption canary
Alon Zakai
2013-02-19
handle malloc(0) and free(0) in corruption checker
Alon Zakai
2013-02-19
hardcode arguments in benchmark js files, for easier debugging on them
Alon Zakai
2013-02-19
warn only once on glTexEnv*
Alon Zakai
2013-02-19
add mbishop
Michael Bishop
2013-02-19
Added some symbol compatibility for OpenGL1.1.
Michael Bishop
2013-02-19
Added support for `glFrustumf`.
Michael J. Bishop
2013-02-19
fix test_debug
Alon Zakai
2013-02-19
remove unneeded sign correction from dlmalloc benchmark
Alon Zakai
2013-02-19
Merge pull request #858 from ehsan/drawimage-memcpy
Alon Zakai
2013-02-19
Use the copy composite operation when calling drawImage
Ehsan Akhgari
2013-02-19
notify on unexpected exceptions being thrown and the lack of support for them...
Alon Zakai
2013-02-19
closure docs on emcc --help
Alon Zakai
2013-02-18
run closure in -O3, it makes sense there with the other unsafe optimizations
Alon Zakai
2013-02-18
tune csmith driver
Alon Zakai
2013-02-18
csmith driver script
Alon Zakai
2013-02-18
fix test_closure_compiler
Alon Zakai
2013-02-18
remove LLVM debug info in -O1+, since the optimizer removes it anyhow
Alon Zakai
2013-02-18
fix test_emcc
Alon Zakai
2013-02-18
fix emcc --version in other dirs
Alon Zakai
2013-02-18
clean up unneeded CorrectionsMonitor stuff; fixes test_unsigned
Alon Zakai
2013-02-17
ensure aligned memory in corruption detector
Alon Zakai
2013-02-17
improve corruption checks
Alon Zakai
2013-02-17
print out # of corruption checks on exit
Alon Zakai
2013-02-17
memory corruption checker
Alon Zakai
2013-02-17
fix CHECK_OVERFLOW
Alon Zakai
2013-02-17
typo
Alon Zakai
2013-02-17
fix indentation
Alon Zakai
2013-02-17
remove PROFILE option. It adds unacceptable overhead, and all browsers have p...
Alon Zakai
2013-02-17
remove PGO option. It is only relevant for non-ta2 builds, which are on the w...
Alon Zakai
2013-02-17
another gl workaround
Alon Zakai
2013-02-17
remove asm memory masking per the new spec
Alon Zakai
2013-02-17
remove not-yet-needed assert in addFunction
Alon Zakai
2013-02-17
remove no longer needed --closure 0 from some tests
Alon Zakai
2013-02-17
default closure to off in all optimization levels - we rely on registerize fo...
Alon Zakai
2013-02-17
fix registerize bug on functions with arguments but no locals
Alon Zakai
2013-02-17
use registerize only when not keeping debug, and also use it when closure is ...
Alon Zakai
2013-02-17
disable closure if debug info was requested (-g)
Alon Zakai
2013-02-17
show version and git revision in emcc --version
Alon Zakai
2013-02-15
improve glIsProgram testing
Alon Zakai
2013-02-15
ensure no writes out of the buffer area in glReadPixels
Alon Zakai
2013-02-15
memory checks for glReadPixels
Alon Zakai
2013-02-14
set alpha to false in WebGL rendering - it represents the screen, so no alpha...
Alon Zakai
2013-02-14
fix and test glIsProgram
Alon Zakai
2013-02-14
fix gl flush assertion
Alon Zakai
2013-02-13
prepare jpeg as well as jpg
Alon Zakai
2013-02-10
force inputs to inttoptr to be i32 if they are i64; fixes #827
Alon Zakai
2013-02-08
gles workaround
Alon Zakai
2013-02-08
gl assertion
Alon Zakai
2013-02-08
arc4random
Alon Zakai
[next]