summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-25Add no-cache to HEAD request.Alan Kligman
2013-04-25Preloading script now uses indexeddb to cache asset packages. Will load them ↵Alan Kligman
from indexeddb if possible.
2013-04-24Merge pull request #1089 from waywardmonkeys/remove-wchar-embindAlon Zakai
emscripten libcextra provides wmemset,wmemcpy.
2013-04-24Merge pull request #1091 from waywardmonkeys/fix-libcextra-symbolsAlon Zakai
Don't list internal / undefined symbols.
2013-04-24fix asm validation of llvm_uadd_with_overflow_i64Alon Zakai
2013-04-24simplify i64Add|Substract coercionsAlon Zakai
2013-04-24Merge pull request #1090 from inolen/incomingAlon Zakai
Persist return value for wrapped functions
2013-04-24Merge pull request #1088 from juj/branchless_i64_opsAlon Zakai
Remove 'if()' branches from i64 add and subtract code.
2013-04-24avoid warning on llvm_dbg_declareAlon Zakai
2013-04-24warn on missing functionsAlon Zakai
2013-04-24Added self to AUTHORSAnthony Pesch
2013-04-24Remove unneeded >>> 0 in llvm_uadd_with_overflow_i64.Jukka Jylänki
2013-04-24fix and simplify a few str* asm library functionsAlon Zakai
2013-04-24update testsAlon Zakai
2013-04-24auto-generate library stubs that abort for missing library functions, and ↵Alon Zakai
implement DEAD_FUNCTIONS that way
2013-04-24Don't list internal / undefined symbols.Bruce Mitchener
2013-04-23Persist return value for wrapped functionsAnthony Pesch
2013-04-23disable s_x_x in test_libcextraAlon Zakai
2013-04-24emscripten libcextra provides wmemset,wmemcpy.Bruce Mitchener
2013-04-23Merge pull request #1063 from waywardmonkeys/musl-libc1.3.7Alon Zakai
Add wchar and multibyte libc functions
2013-04-23add coercion in strncasecmpAlon Zakai
2013-04-23add missing coercion in strcatAlon Zakai
2013-04-23properly coerce setjmp helpersAlon Zakai
2013-04-23coerce output of bitshift*Alon Zakai
2013-04-23emit coercion on i64 math call return valuesAlon Zakai
2013-04-23remove UNRESOLVED_AS_DEAD since it doesn't workAlon Zakai
2013-04-23fix memory corruption in setjmp/asm.js; fixes #1087Alon Zakai
2013-04-23add a define of __EMSCRIPTEN__Alon Zakai
2013-04-23Improve test/cases/uadd_overflow_64_ta2.ll to check that the tricky addition ↵Jukka Jylänki
case 0xFFFFFFFFFFFFFFFF + 0x0000000100000001 is handled correctly.
2013-04-23Restore the overflow check to llvm_uadd_with_overflow_i64 to account for the ↵Jukka Jylänki
case 0xFFFFFFFFFFFFFFFF + 0x0000000100000001 == 0x0000000100000000.
2013-04-23add test for repeated longjmp to a single setjmpAlon Zakai
2013-04-23clear errors on calling dead functionsAlon Zakai
2013-04-23Remove 'if()' branches from i64 add and subtract code.Jukka Jylänki
2013-04-23Merge pull request #1086 from waywardmonkeys/llvm-root-guessingAlon Zakai
Better guessing for LLVM_ROOT.
2013-04-23Better guessing for LLVM_ROOT.Bruce Mitchener
On OS X, there is a system-wide clang that is the wrong version, so the guessing goes wrong. Looking for llvm-dis is less likely to go wrong and is also required by the build process.
2013-04-23Clean up libc / libcxx build infrastructure.Bruce Mitchener
This creates a couple of additional methods to reduce copy/paste and make things a bit easier to follow.
2013-04-22make sure to coerce arguments to invoke due to setjmpAlon Zakai
2013-04-22use invoke when doing a setjmp-guarding call via a function pointerAlon Zakai
2013-04-22big function finder toolAlon Zakai
2013-04-22not using Changelong anymoreAlon Zakai
2013-04-22show clear error message instead of 987 when too many setjmp callsAlon Zakai
2013-04-23Add a readme giving the date / revision of these sources.Bruce Mitchener
2013-04-22In test_time, be more relaxed about the time wait condition - thread ↵Jukka Jylänki
scheduling/system contention may interfere with the wait and produce a longer wait than 2 seconds.
2013-04-22fix argument hardcodingAlon Zakai
2013-04-22Bump version.Bruce Mitchener
2013-04-22Move wchar,mb stuff to libcextra.Bruce Mitchener
2013-04-22Add musl multibyte function implementations.Bruce Mitchener
2013-04-22Add musl wchar function implementations.Bruce Mitchener
2013-04-22Let libc.symbols use same symbol format as libcxx.Bruce Mitchener
This is just the output of 'llvm-nm -extern-only -defined-only'.
2013-04-22Remove unused file.Bruce Mitchener