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-05-02
guard against exceptions in connect(), which can happen due to e.g. security ...
Alon Zakai
2013-05-02
ensure floats in varargs
Alon Zakai
2013-05-02
use full alignment in varargs
Alon Zakai
2013-05-02
use 64-bit alignment for double writes in le32
Alon Zakai
2013-05-02
fix SDL.keyboardState size to add safe buffer zone
Alon Zakai
2013-05-01
remove unneeded corrections in unrolled memcpy
Alon Zakai
2013-05-01
fix alignment detection in asm for makeCopyValues, strip corrections before c...
Alon Zakai
2013-05-01
optimize client attribute storage
Alon Zakai
2013-05-01
capture clientAttributes to a local
Alon Zakai
2013-05-01
unpress keys when losing focus
Alon Zakai
2013-05-01
missing GL sigs
Alon Zakai
2013-05-01
preparation for key releasing when losing focus in SDL
Alon Zakai
2013-05-01
Merge pull request #1117 from rib/wip/cogl
Alon Zakai
2013-04-30
fix varargs
Alon Zakai
2013-04-30
lots of SDL_GL_GetProcAddress fixes
Robert Bragg
2013-04-30
switch back to x86 target in preparation to merge to incoming
Alon Zakai
2013-04-29
make sure to align unnamed globals
Alon Zakai
2013-04-29
do not get confused by local vars that alias names of library functions, and ...
Alon Zakai
2013-04-29
update emscripten_jcache_printf
Alon Zakai
2013-04-29
speed up corruption checker
Alon Zakai
2013-04-29
align struct fields to 64-bit in le32
Alon Zakai
2013-04-29
improve safe heap logging
Alon Zakai
2013-04-29
improve corruption check assert output
Alon Zakai
2013-04-29
clean up formatString varargs handling
Alon Zakai
2013-04-29
fix sscanf, note that all varargs are 64-bit aligned
Alon Zakai
2013-04-29
fix va_arg
Alon Zakai
2013-04-29
fix handling of empty structs
Alon Zakai
2013-04-29
read 32-bit chunks of 64-bit varargs in the 64-bit blocks they are in
Alon Zakai
2013-04-29
fix varargs alignment in le32
Alon Zakai
2013-04-29
fully align varargs and formatString arguments all to 64-bit
Alon Zakai
2013-04-29
remove unused line
Alon Zakai
2013-04-29
align the stack to 64 bits in le32
Alon Zakai
2013-04-29
allow size to be null in getAlignSize, for native types
Alon Zakai
2013-04-29
todo
Alon Zakai
2013-04-29
tweak handling of unaligned doubles a little
Alon Zakai
2013-04-29
read/write 64-bit aligned doubles directly in le32, when aligned properly
Alon Zakai
2013-04-29
do not hope for 64-bit alignment with doubles in DOUBLE_MODE 0 since we will ...
Alon Zakai
2013-04-29
clarify what we do in le32 v*printf etc. functions
Alon Zakai
2013-04-29
legalize va_arg on i64/i32*
Alon Zakai
2013-04-29
implement le32 varargs as a struct with two fields: a start and an offset
Alon Zakai
2013-04-29
work towards le32 varargs
Alon Zakai
2013-04-29
add target settings
Alon Zakai
2013-04-29
refactor struct detection of alignment size
Alon Zakai
2013-04-29
align i64s and doubles to 64-bit boundaries
Alon Zakai
2013-04-29
ERROR_ON_UNRESOLVED_SYMBOLS option
Alon Zakai
2013-04-29
only show landingpad warnings in VERBOSE mode
Alon Zakai
2013-04-26
refer to wiki for function pointer cast issues
Alon Zakai
2013-04-26
fix test_warn_undefined
Alon Zakai
2013-04-26
improve isFunctionType
Alon Zakai
2013-04-26
check bitcasts in eatLLVMIdent, so that call-bitcast is checked
Alon Zakai
[next]