Age | Commit message (Collapse) | Author |
|
emscripten.py, so that Windows command line length limitations don't break the test_asm_pgo on Windows.
|
|
format in binary files
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
a case where symbol removing made us not merge llvm constructors properly
|
|
This no longer uses headers from libcxxabi and
in fact uses libcxxabi a bit less than before.
This no longer lets some new C++11 stuff such as
exception_ptr work as the support for that relies
upon libcxxabi code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
side, this can fix double precision bug in original strtod implementation.
|
|
|
|
Add getopt and getopt_long (libc) support
|
|
|
|
|
|
|
|
the last remaining issue for it
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cmdline fixes
|
|
Previously, while gcc supports -O, emcc would fail. It now interprets
-O as -O2, just as gcc does.
Additionally, it was only looking at the first character after -O, so
nonsense like -O34 would be accepted (and treated as -O3).
|
|
|
|
libcxxabi
|
|
|