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-05-23
support relative paths in -s KEY=@path
Alon Zakai
2013-05-23
handle ./ in file packaging
Alon Zakai
2013-05-23
Merge pull request #1204 from sunfishcode/incoming
Alon Zakai
2013-05-23
Add myself to the AUTHORS file.
Dan Gohman
2013-05-23
add linpack benchmark
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-23
Allowed Emscripten to recognize and compile .m and .mm files
Michael J. Bishop
2013-05-23
add 2011 splash slides
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-22
Optimize (x&A)<<B>>B.
Dan Gohman
2013-05-21
remove warning
Alon Zakai
2013-05-21
show awaited run dependencies only in ASSERTIONS builds
Alon Zakai
2013-05-21
fix test_sdl_audio
Alon Zakai
2013-05-21
allocate using NORMAL in FS.init, to avoid races with data packages arriving ...
Alon Zakai
2013-05-21
disable closure in some non-asm tests where it fails to properly minify Math....
Alon Zakai
2013-05-21
Conform to coding conventions.
tingyuan
2013-05-21
Make a temporary variable local.
tingyuan
2013-05-21
Unleash the 4k alignment of mmap() in the test_mmap().
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
Put preloaded files on HEAP instead of another ArrayBuffers.
tingyuan
2013-05-21
fix crash when no exitPointerLock, see #1074
Alon Zakai
2013-05-21
Merge pull request #1105 from azmeuk/symlink
Alon Zakai
2013-05-21
fix invokes of abort
Alon Zakai
2013-05-21
Merge pull request #1197 from LCID-Fire/emscons
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 #1187 from imvu/scons-embind-build-system
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
2013-05-20
Make looping behavior on effects match background music.
James Gregory
2013-05-20
According to http://www.libsdl.org/projects/SDL_mixer/docs/SDL_mixer.pdf, 0 i...
James Gregory
2013-05-20
legalize i64 return types properly
Alon Zakai
2013-05-20
correctly count the number of normal vars even when there are i64s before a v...
Alon Zakai
2013-05-20
coding conventions
Alon Zakai
2013-05-20
clean up unneeded logging
Alon Zakai
2013-05-20
Remove now-invalid tests.
Jeff Gilbert
2013-05-20
Revert more changes to get back to passing tests.
Jeff Gilbert
2013-05-20
Revert client array packing changes.
Jeff Gilbert
2013-05-20
coding conventions
Alon Zakai
2013-05-20
PR fixes, part 2, take 3.
Jeff Gilbert
[prev]
[next]