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
path:
root
/
src
Age
Commit message (
Expand
)
Author
2013-06-01
improve relooper debugging
Alon Zakai
2013-06-01
do not leak split blocks
1.4.5
Alon Zakai
2013-05-31
more relooper work towards arbitrary splitting
Alon Zakai
2013-05-31
remove unneeded Branch info on incoming branches in relooper
1.4.4
Alon Zakai
2013-05-31
point relooper fuzzer to non-absolute path
Alon Zakai
2013-05-31
add testcase for annoying relooper pattern that generates many control flow o...
Alon Zakai
2013-05-31
prepare for option to split arbitrary nodes in relooper
Alon Zakai
2013-05-30
fix relooper test, needs bash
Alon Zakai
2013-05-30
do not use gl emulation code in es2 emulation mode, to avoid confusing lack o...
Alon Zakai
2013-05-30
remove unnecessary GL.currArrayBufferObj
Alon Zakai
2013-05-30
indentation
Alon Zakai
2013-05-30
Merge branch 'texenv' of github.com:jdashg/emscripten into incoming
Alon Zakai
2013-05-30
Merge pull request #1220 from inolen/free_surface
Alon Zakai
2013-05-30
handle illegal mathops in processMathop; valid for <64 bits in some cases
Alon Zakai
2013-05-30
export PGOMonitor
Alon Zakai
2013-05-30
handle phi loops properly
Alon Zakai
2013-05-30
heap hash debugging function
Alon Zakai
2013-05-29
Free old surface before creating new one
Anthony Pesch
2013-05-29
This fixes various strtoll/strtol issues, including tests
Soeren Balko
2013-05-28
initialize errno
Alon Zakai
2013-05-27
make sure emscripten_run_script_int returns an int
Alon Zakai
2013-05-27
emscripten_exit_with_live_runtime
Alon Zakai
2013-05-25
use smaller special label for longjmp
Alon Zakai
2013-05-25
silence exceptions during cxa_free_exception
Alon Zakai
2013-05-25
do not emit resumeException when exceptions are disabled
Alon Zakai
2013-05-25
additional embind testing
Alon Zakai
2013-05-24
handle globals with no value and no zeroinit
Alon Zakai
2013-05-24
auto-export malloc, needed by file packager
Alon Zakai
2013-05-23
actually implement clock_gettime()
Alon Zakai
2013-05-23
fix argument counting regression from 5efd506 ; fixes #1202
Alon Zakai
2013-05-22
handle dynamic indexes properly, even out of bounds, for array gep lookups; f...
Alon Zakai
2013-05-22
Browser.safeCallback
Alon Zakai
2013-05-22
do not call code-running callbacks if ABORTing; fixes #1191
Alon Zakai
2013-05-21
show awaited run dependencies only in ASSERTIONS builds
Alon Zakai
2013-05-21
allocate using NORMAL in FS.init, to avoid races with data packages arriving ...
Alon Zakai
2013-05-21
Conform to coding conventions.
tingyuan
2013-05-21
mmap(): Align to malloc's default alignment instead of pages.
tingyuan
2013-05-21
Assert that MAP_SHARED is only specified with files backed by HEAP.
tingyuan
2013-05-21
1. mmap(): Make use of files that is backed by HEAP.
tingyuan
2013-05-21
Specialize Array/TypedArray in allocate() to avoid unnecessary array construc...
tingyuan
2013-05-21
fix crash when no exitPointerLock, see #1074
Alon Zakai
2013-05-21
fix invokes of abort
Alon Zakai
2013-05-21
fix asm.js coercion
Alon Zakai
2013-05-21
Merge pull request #1195 from inolen/longjmp_signed
Alon Zakai
2013-05-21
Merge pull request #1199 from j4m3z0r/sdl-fixes
Alon Zakai
2013-05-21
Convert threwValue check to boolean expression
Anthony Pesch
2013-05-21
fix __errno_location
Alon Zakai
2013-05-21
Merge branch 'incoming' of github.com:hyperlogic/emscripten into incoming
Alon Zakai
2013-05-21
Merge pull request #1186 from imvu/errno-runtime-leak-detection-fix
Alon Zakai
2013-05-21
Merge pull request #1185 from imvu/embind-performance-and-code-size-improvements
Alon Zakai
[next]