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-11-08
Merge branch 'incoming' into f32
Alon Zakai
2013-11-08
Merge branch 'master' of github.com:bobroberts177/emscripten into incoming
Alon Zakai
2013-11-08
Merge pull request #1761 from prenaux/develop
Alon Zakai
2013-11-08
Merge pull request #1764 from juj/name_more_functions
Alon Zakai
2013-11-08
no-op for __builtin_prefetch; fixes #1765
Alon Zakai
2013-11-07
Implement GLES2 glShaderBinary and glReleaseShaderCompiler functions as no-op...
Jukka Jylänki
2013-11-07
Add more names for functions that show up in Firefox profiler as anonymous.
Jukka Jylänki
2013-11-06
Merge pull request #1748 from caiiiycuk/fix_sdl_colors
Alon Zakai
2013-11-06
Merge pull request #1743 from fadams/fix-nodejs-socket-client
Alon Zakai
2013-11-06
[library_glut.js]: Handle DELETE & BACKSPACE correctly ;
Pierre Renaux
2013-11-05
use __proto__ when available for new streams, otherwise do a full copy; fixes...
Alon Zakai
2013-11-05
stub for pthread_rwlock_init
Alon Zakai
2013-11-05
handle errors in ioctl
Alon Zakai
2013-11-05
support ASM_JS=2 not just in test runner, and remove some unneeded uses in te...
Alon Zakai
2013-11-05
Fix dependencies on DNS
bobroberts177
2013-11-04
fake dladdr
Alon Zakai
2013-11-04
pthread_mutexattr_setpshared stub
Alon Zakai
2013-11-04
add missing parens for select mathop
Alon Zakai
2013-11-04
Give names to most manually assigned functions in the .js files, in form "var...
Jukka Jylänki
2013-11-01
do not emit unnecessary coercions when calling a math builtin with a float
Alon Zakai
2013-11-01
Merge branch 'incoming' into f32
Alon Zakai
2013-11-01
Merge pull request #1752 from michaeljbishop/glgetintegerv-fix
Alon Zakai
2013-11-01
Merge pull request #1750 from juj/no_copy_vfs_to_heap
juj
2013-11-02
Add command line parameter --no-heap-copy that optimizes for small memory foo...
Jukka Jylänki
2013-11-01
add vector support for and, or and xor
Alon Zakai
2013-11-01
Adds to a test case verifying glGetIntegerv returns
Michael J. Bishop
2013-10-31
change getTexUnitType assertion to warnOnce
Alon Zakai
2013-10-30
handle vector zeroinitializers
Alon Zakai
2013-10-30
remove finalizeParam and properly use finalizeLLVMParameter everywhere
Alon Zakai
2013-10-30
use proper base type when finalizing vectors
Alon Zakai
2013-10-30
add some more sdl scancodes
Alon Zakai
2013-10-30
Merge pull request #1751 from waywardmonkeys/sdl-scancode-fix
Alon Zakai
2013-10-30
fix negative zero handling
Alon Zakai
2013-10-30
make sure the eval in emscripten_run_script_string emits a string
Alon Zakai
2013-10-30
simplify parseParamTokens now that it uses parseLLVMSegment
Alon Zakai
2013-10-30
make parseParamTokens use parseLLVMSegment
Alon Zakai
2013-10-30
handle more return types in getReturnType
Alon Zakai
2013-10-30
optimize isIllegalType
Alon Zakai
2013-10-30
fix call legalization temp types
Alon Zakai
2013-10-31
Fix handling of backspace SDL scancode.
Bruce Mitchener
2013-10-30
remove stale forwarding code in intertyper
Alon Zakai
2013-10-30
begin to add emscripten_float32x4_signmask
Alon Zakai
2013-10-30
replace window.WebSocket with window['WebSocket'] to avoid closure compiler i...
Fraser Adams
2013-10-30
fix missing semicolons on simd load and store
Alon Zakai
2013-10-30
Fix SDL_SetColors && SDL_envets
Aleksander Guryanov
2013-10-29
add test for precise float32 support, allow 3 modes of precise float32 suppor...
Alon Zakai
2013-10-29
fix uitofp of i64 to float32
Alon Zakai
2013-10-29
ensure a dot in large float32 constants
Alon Zakai
2013-10-29
clean up simd code, fix uint32x4 heap offsets, and add testing
Alon Zakai
2013-10-29
handle vector types in calcAllocatedSize
Alon Zakai
[next]