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-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
2013-02-08
fix comparison
Alon Zakai
2013-02-08
check for restriding exceeding the temp buffer size
Alon Zakai
2013-02-08
make gl temp buffer size adjustable
Alon Zakai
2013-02-08
do not disable corrections/roundings/overflows in -O3
Alon Zakai
2013-02-07
Module.* options to disable image and audio autodecoding
Alon Zakai
2013-02-07
commented out explicit_zext in benchmarks
Alon Zakai
2013-02-06
Merge pull request #834 from caiiiycuk/test_memmove
Alon Zakai
2013-02-06
option to not capture keyboard in SDL
Alon Zakai
2013-02-06
do not throw on an incorrect glEnableClientState, just warn
Alon Zakai
2013-02-06
support packed attributes in gl emulation code, perform restriding manually
Alon Zakai
2013-02-06
better checks for stride in prepareClientAttributes
Alon Zakai
2013-02-06
use Math.imul in benchmarks
Alon Zakai
2013-02-06
fix gluPerspective and add test
Alon Zakai
2013-02-06
test for issue #838
Alon Zakai
2013-02-06
fix struct.rusage
Alon Zakai
2013-02-06
fix struct.rlimit
Alon Zakai
2013-02-06
fix struct.tms
Alon Zakai
2013-02-06
fix struct.timespec
Alon Zakai
2013-02-06
fix struct.tm
Alon Zakai
2013-02-06
fix struct.utsname and allow simple bN syntax in struct definitions for field...
Alon Zakai
2013-02-06
fix struct.pollfd
Alon Zakai
2013-02-06
fix struct.statvfs
Alon Zakai
[next]