Age | Commit message (Collapse) | Author |
|
|
|
from indexeddb if possible.
|
|
emscripten libcextra provides wmemset,wmemcpy.
|
|
Don't list internal / undefined symbols.
|
|
|
|
|
|
Persist return value for wrapped functions
|
|
Remove 'if()' branches from i64 add and subtract code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
implement DEAD_FUNCTIONS that way
|
|
|
|
|
|
|
|
|
|
Add wchar and multibyte libc functions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
case 0xFFFFFFFFFFFFFFFF + 0x0000000100000001 is handled correctly.
|
|
case 0xFFFFFFFFFFFFFFFF + 0x0000000100000001 == 0x0000000100000000.
|
|
|
|
|
|
|
|
Better guessing for LLVM_ROOT.
|
|
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.
|
|
This creates a couple of additional methods to reduce copy/paste
and make things a bit easier to follow.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
scheduling/system contention may interfere with the wait and produce a longer wait than 2 seconds.
|
|
|
|
|
|
|
|
|
|
|
|
This is just the output of 'llvm-nm -extern-only -defined-only'.
|
|
|