aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-05-02guard against exceptions in connect(), which can happen due to e.g. security ...Alon Zakai
2013-05-02ensure floats in varargsAlon Zakai
2013-05-02use full alignment in varargsAlon Zakai
2013-05-02use 64-bit alignment for double writes in le32Alon Zakai
2013-05-02fix SDL.keyboardState size to add safe buffer zoneAlon Zakai
2013-05-01remove unneeded corrections in unrolled memcpyAlon Zakai
2013-05-01fix alignment detection in asm for makeCopyValues, strip corrections before c...Alon Zakai
2013-05-01optimize client attribute storageAlon Zakai
2013-05-01capture clientAttributes to a localAlon Zakai
2013-05-01unpress keys when losing focusAlon Zakai
2013-05-01missing GL sigsAlon Zakai
2013-05-01preparation for key releasing when losing focus in SDLAlon Zakai
2013-05-01Merge pull request #1117 from rib/wip/coglAlon Zakai
2013-04-30fix varargsAlon Zakai
2013-04-30lots of SDL_GL_GetProcAddress fixesRobert Bragg
2013-04-30switch back to x86 target in preparation to merge to incomingAlon Zakai
2013-04-29make sure to align unnamed globalsAlon Zakai
2013-04-29do not get confused by local vars that alias names of library functions, and ...Alon Zakai
2013-04-29update emscripten_jcache_printfAlon Zakai
2013-04-29speed up corruption checkerAlon Zakai
2013-04-29align struct fields to 64-bit in le32Alon Zakai
2013-04-29improve safe heap loggingAlon Zakai
2013-04-29improve corruption check assert outputAlon Zakai
2013-04-29clean up formatString varargs handlingAlon Zakai
2013-04-29fix sscanf, note that all varargs are 64-bit alignedAlon Zakai
2013-04-29fix va_argAlon Zakai
2013-04-29fix handling of empty structsAlon Zakai
2013-04-29read 32-bit chunks of 64-bit varargs in the 64-bit blocks they are inAlon Zakai
2013-04-29fix varargs alignment in le32Alon Zakai
2013-04-29fully align varargs and formatString arguments all to 64-bitAlon Zakai
2013-04-29remove unused lineAlon Zakai
2013-04-29align the stack to 64 bits in le32Alon Zakai
2013-04-29allow size to be null in getAlignSize, for native typesAlon Zakai
2013-04-29todoAlon Zakai
2013-04-29tweak handling of unaligned doubles a littleAlon Zakai
2013-04-29read/write 64-bit aligned doubles directly in le32, when aligned properlyAlon Zakai
2013-04-29do not hope for 64-bit alignment with doubles in DOUBLE_MODE 0 since we will ...Alon Zakai
2013-04-29clarify what we do in le32 v*printf etc. functionsAlon Zakai
2013-04-29legalize va_arg on i64/i32*Alon Zakai
2013-04-29implement le32 varargs as a struct with two fields: a start and an offsetAlon Zakai
2013-04-29work towards le32 varargsAlon Zakai
2013-04-29add target settingsAlon Zakai
2013-04-29refactor struct detection of alignment sizeAlon Zakai
2013-04-29align i64s and doubles to 64-bit boundariesAlon Zakai
2013-04-29ERROR_ON_UNRESOLVED_SYMBOLS optionAlon Zakai
2013-04-29only show landingpad warnings in VERBOSE modeAlon Zakai
2013-04-26refer to wiki for function pointer cast issuesAlon Zakai
2013-04-26fix test_warn_undefinedAlon Zakai
2013-04-26improve isFunctionTypeAlon Zakai
2013-04-26check bitcasts in eatLLVMIdent, so that call-bitcast is checkedAlon Zakai