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-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
Added self to AUTHORS
Anthony Pesch
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
update tests
Alon Zakai
2013-04-24
auto-generate library stubs that abort for missing library functions, and imp...
Alon Zakai
2013-04-24
Don't list internal / undefined symbols.
Bruce Mitchener
2013-04-23
Persist return value for wrapped functions
Anthony Pesch
2013-04-23
disable s_x_x in test_libcextra
Alon Zakai
2013-04-24
emscripten libcextra provides wmemset,wmemcpy.
Bruce Mitchener
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
add a define of __EMSCRIPTEN__
Alon Zakai
2013-04-23
Improve test/cases/uadd_overflow_64_ta2.ll to check that the tricky addition ...
Jukka Jylänki
2013-04-23
Restore the overflow check to llvm_uadd_with_overflow_i64 to account for the ...
Jukka Jylänki
2013-04-23
add test for repeated longjmp to a single setjmp
Alon Zakai
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
2013-04-23
Merge pull request #1086 from waywardmonkeys/llvm-root-guessing
Alon Zakai
2013-04-23
Better guessing for LLVM_ROOT.
Bruce Mitchener
2013-04-23
Clean up libc / libcxx build infrastructure.
Bruce Mitchener
2013-04-22
make sure to coerce arguments to invoke due to setjmp
Alon Zakai
2013-04-22
use invoke when doing a setjmp-guarding call via a function pointer
Alon Zakai
2013-04-22
big function finder tool
Alon Zakai
2013-04-22
not using Changelong anymore
Alon Zakai
2013-04-22
show clear error message instead of 987 when too many setjmp calls
Alon Zakai
2013-04-23
Add a readme giving the date / revision of these sources.
Bruce Mitchener
2013-04-22
In test_time, be more relaxed about the time wait condition - thread scheduli...
Jukka Jylänki
2013-04-22
fix argument hardcoding
Alon Zakai
2013-04-22
Bump version.
Bruce Mitchener
2013-04-22
Move wchar,mb stuff to libcextra.
Bruce Mitchener
2013-04-22
Add musl multibyte function implementations.
Bruce Mitchener
2013-04-22
Add musl wchar function implementations.
Bruce Mitchener
2013-04-22
Let libc.symbols use same symbol format as libcxx.
Bruce Mitchener
2013-04-22
Remove unused file.
Bruce Mitchener
2013-04-21
Add new passgameobject_ptr embind benchmark to test smartptr routing in and o...
Jukka Jylänki
2013-04-20
optimize HEAPU?8[..] << 24 >> 24 and similar
Alon Zakai
2013-04-19
support for Runtime.addFunction in asm.js
Alon Zakai
2013-04-19
add erf dep and testing
Alon Zakai
2013-04-19
add testing for gl in asm2g
Alon Zakai
[prev]
[next]