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-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
2013-04-26
fix auto-returns after aborts in float-returning functions, and enable popple...
Alon Zakai
2013-04-26
fix glGetShaderSource string truncation
Alon Zakai
2013-04-25
fix llvm_uadd_with_overflow_i64 in the case of 0 higher bits
Alon Zakai
2013-04-25
more docs for function pointer casts
Alon Zakai
2013-04-25
emit missing function warnings only in verbose mode
Alon Zakai
2013-04-25
clearer warnings on incompatible function pointer casts
Alon Zakai
2013-04-25
fix test_runtimelink
Alon Zakai
2013-04-24
fix asm validation of llvm_uadd_with_overflow_i64
Alon Zakai
2013-04-24
simplify i64Add|Substract coercions
Alon Zakai
2013-04-24
Merge pull request #1090 from inolen/incoming
Alon Zakai
2013-04-24
Merge pull request #1088 from juj/branchless_i64_ops
Alon Zakai
2013-04-24
avoid warning on llvm_dbg_declare
Alon Zakai
2013-04-24
warn on missing functions
Alon Zakai
2013-04-24
Remove unneeded >>> 0 in llvm_uadd_with_overflow_i64.
Jukka Jylänki
2013-04-24
fix and simplify a few str* asm library functions
Alon Zakai
2013-04-24
auto-generate library stubs that abort for missing library functions, and imp...
Alon Zakai
2013-04-23
Persist return value for wrapped functions
Anthony Pesch
2013-04-23
Merge pull request #1063 from waywardmonkeys/musl-libc
1.3.7
Alon Zakai
2013-04-23
add coercion in strncasecmp
Alon Zakai
2013-04-23
add missing coercion in strcat
Alon Zakai
2013-04-23
properly coerce setjmp helpers
Alon Zakai
2013-04-23
coerce output of bitshift*
Alon Zakai
2013-04-23
emit coercion on i64 math call return values
Alon Zakai
2013-04-23
remove UNRESOLVED_AS_DEAD since it doesn't work
Alon Zakai
2013-04-23
fix memory corruption in setjmp/asm.js; fixes #1087
Alon Zakai
2013-04-23
Restore the overflow check to llvm_uadd_with_overflow_i64 to account for the ...
Jukka Jylänki
2013-04-23
clear errors on calling dead functions
Alon Zakai
2013-04-23
Remove 'if()' branches from i64 add and subtract code.
Jukka Jylänki
[next]