Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-04 | Merge branch 'ag/clang-add-version' of github.com:agladysh/emscripten into ↵ | Alon Zakai | |
agladysh-ag/clang-add-version2 | |||
2013-04-04 | Fix calling try_delete before importing it. | Bruce Mitchener | |
Previously, the import of try_delete was after one of the blocks of code that called it, so it could result in an error at runtime. | |||
2013-04-04 | Work around problem with constexpr on Windows. | Bruce Mitchener | |
This is for libcxx compilation on Windows and is a result of http://llvm.org/PR15651. See issue #1019 for more detail. | |||
2013-04-04 | Add ability to use versioned clang libraries | Alexander Gladysh | |
Just like LLVM_ADD_VERSION. | |||
2013-04-01 | Merge pull request #1009 from waywardmonkeys/another-libcxx-update1.3.6 | Alon Zakai | |
Another libcxx update | |||
2013-03-30 | fix -nostdinc++ | Alon Zakai | |
2013-03-30 | Merge pull request #1004 from waywardmonkeys/fix-nostdincxx | Alon Zakai | |
-nostdinc++ is needed to not pick up system C++ headers. | |||
2013-03-29 | Bump version. | Bruce Mitchener | |
2013-03-27 | -nostdinc++ is needed to not pick up system C++ headers. | Bruce Mitchener | |
The comment here isn't quite accurate as at least current clang requires that -nostdinc++ be passed for the correct behavior. This was reported by Marcos Scriven. | |||
2013-03-26 | Remove unused llvm-extract stuff. | Bruce Mitchener | |
2013-03-25 | remove symbol removing hack; export all malloc symbols as weak; add test for ↵1.3.5 | Alon Zakai | |
a case where symbol removing made us not merge llvm constructors properly | |||
2013-03-25 | Get exceptions working as they were before. | Bruce Mitchener | |
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. | |||
2013-03-25 | Bump version.1.3.4 | Bruce Mitchener | |
2013-03-25 | Get things working with the new libcxx / libcxxabi. | Bruce Mitchener | |
2013-03-23 | remove unneeded check from relooper1.3.3 | Alon Zakai | |
2013-03-22 | v1.3.21.3.2 | Alon Zakai | |
2013-03-18 | v1.3.11.3.1 | Alon Zakai | |
2013-03-18 | check for utf and avoid the overhead if not necessary; remove UTF_STRING_SUPPORT | Alon Zakai | |
2013-03-15 | mark UTF_STRING_SUPPORT as an unsafe but useful opt, in -O3 | Alon Zakai | |
2013-03-12 | disable EMCC_DEBUG when bootstrapping relooper | Alon Zakai | |
2013-03-11 | 1.3.01.3.0 | Alon Zakai | |
2013-03-06 | Move strtod, strtold, strtof, strtod_l, strtold_l, atof from JS side to libc ↵1.2.9 | Xuejie "Rafael" Xiao | |
side, this can fix double precision bug in original strtod implementation. | |||
2013-03-06 | Merge pull request #920 from waywardmonkeys/fix-include-order | Alon Zakai | |
Search libcxx includes before others (libc). | |||
2013-03-05 | remove unnecessary recursion in relooper RemoveUnneededFlows1.2.8 | Alon Zakai | |
2013-03-05 | remove recursion in relooper FindLive1.2.7 | Alon Zakai | |
2013-03-05 | 1.2.61.2.6 | Alon Zakai | |
2013-03-05 | 1.2.51.2.5 | Alon Zakai | |
2013-03-05 | restore jcache debugging, busted by pull #826 | Alon Zakai | |
2013-03-05 | restore jcache compression, busted by pull #826 | Alon Zakai | |
2013-03-04 | fix some test failures | Chad Austin | |
2013-03-04 | make it possible to manually specify a temp directory when running emscripten.py | Chad Austin | |
2013-03-04 | Break two more emscripten.py dependencies on tools.shared | Chad Austin | |
2013-03-04 | Get the TempFiles object from the Configuration | Chad Austin | |
2013-03-04 | Move TEMP_DIR into the Configuration object. | Chad Austin | |
2013-03-04 | Split Cache and JCache into objects and move them into cache.py so they can ↵ | Chad Austin | |
be loaded without shared.py | |||
2013-03-04 | Make chunkify a free function | Chad Austin | |
2013-03-04 | Work towards making JCache an object | Chad Austin | |
2013-03-04 | Move run_js into jsrun.py (work towards breaking emscripten.py's dependency ↵ | Chad Austin | |
on shared, which requires .emscripten at import time) | |||
2013-03-04 | Compile the relooper into the emscripten cache directory | Chad Austin | |
2013-03-04 | Integrate formatting feedback | Chad Austin | |
2013-03-04 | allow cwd-relative paths when passing --compiler to emscripten.py | Chad Austin | |
2013-03-04 | Pass configuration into emscript | Chad Austin | |
2013-03-04 | Integrate azakai's style feedback and make sanity tests pass again. | Chad Austin | |
2013-03-04 | Make a Configuration object holding formerly global variables. | Chad Austin | |
2013-03-04 | Remove TempFiles's dependency on global and environment variables | Chad Austin | |
2013-03-04 | emscripten_jcache_printf | Alon Zakai | |
2013-03-04 | compress jcache entries, to minimize disk IO | Alon Zakai | |
2013-03-04 | Search libcxx includes before others (libc). | Bruce Mitchener | |
This ensures that the overrides like complex.h that libcxx provides are found before the ones provided by libc. Fixes #919. | |||
2013-03-03 | Merge pull request #894 from waywardmonkeys/output-filename | Alon Zakai | |
Print output filename that couldn't be created. | |||
2013-03-02 | commented-out debugging stuff | Alon Zakai | |