aboutsummaryrefslogtreecommitdiff
path: root/emcc
AgeCommit message (Expand)Author
2014-01-27fix some safeHeap errors with the new exceptions code; fixes #2068Alon Zakai
2014-01-27improve mem init help text; fixes #2066Alon Zakai
2014-01-26support precompiled headers; fixes #2045Alon Zakai
2014-01-21do not registerizeHarder when outliningAlon Zakai
2014-01-21Registerize based on full liveness analysis.Ryan Kelly
2014-01-21document what -O3 will beAlon Zakai
2014-01-21deprecate -O3 in preparation for using it for heavier js optsAlon Zakai
2014-01-19better error message for asm.js not supporting growable heap yetAlon Zakai
2014-01-17don't remove whitespace in emcc, not worth the timeAlon Zakai
2014-01-17clean up emcc timing loggingAlon Zakai
2014-01-17optimize memory initializer if it is largeAlon Zakai
2014-01-17remove current memory initialization chunking via .concat(..)Alon Zakai
2014-01-16add fnmatch; fixes #20021.9.3Alon Zakai
2014-01-16enable a form of safe heap in asm, using js optimizer pass to ensure full cov...Alon Zakai
2014-01-15Merge pull request #2016 from rfk/rfk/minify-names-separatelyAlon Zakai
2014-01-15add musl fputws, fix vswprintf, add testing for fwprintf and swprintf as well1.8.14Alon Zakai
2014-01-16Split name-minification into a separate pass from registerization.Ryan Kelly
2014-01-15Fill in undefined math symbols.Bruce Mitchener
2014-01-14Move err/warn/etc from libc to libcextra.Bruce Mitchener
2014-01-14Replace getopt_long with musl version.Bruce Mitchener
2014-01-14Replace implementation of warn*/err*.Bruce Mitchener
2014-01-14Fix asm2 compilation where __toread was used.Bruce Mitchener
2014-01-13add fputwc, which enables wprintf1.8.9Alon Zakai
2014-01-14Move scalbn to libc to fix broken functionality. Disable test on x86.Bruce Mitchener
2014-01-14Add lots of math functions.Bruce Mitchener
2014-01-14Add gamma functions.Bruce Mitchener
2014-01-14Add strtod(), wcstod(), wcstol() and friends.Bruce Mitchener
2014-01-13Missing string.h functionality.Bruce Mitchener
2014-01-09support exceptions using fastcompAlon Zakai
2014-01-07Merge branch 'incoming' into llvm-3.41.8.6Alon Zakai
2014-01-07make aggressiveVariableElimination usable through a settingAlon Zakai
2014-01-06apply EMMAKEN_CFLAGS directly to commandline, not just to clang calls, so tha...Alon Zakai
2014-01-06other.test_emcc fixes for fastcompAlon Zakai
2014-01-04todo about async script tagsAlon Zakai
2014-01-02adjust TOTAL_MEMORY at runtime, to take into account last minute changes to M...Alon Zakai
2014-01-02deprecate compressionAlon Zakai
2013-12-30fix --save-bc in fastcompAlon Zakai
2013-12-30disable jcache in fastcomp, and fake emscripten_jcache_printfAlon Zakai
2013-12-30Merge pull request #1946 from juj/default_obj_extjuj
2013-12-29Define behavior that 'emcc -c a.c -o dir/' shall compile and generate object ...Jukka Jylänki
2013-12-25better error on missing input files, fixes #1930Alon Zakai
2013-12-24fix LEAVE_INPUTS_RAW in fastcompAlon Zakai
2013-12-24properly check for libx.so.1.2.3 types when deciding what to link in statical...Alon Zakai
2013-12-24differentiate suffixes from endings in filename_type_ending as wellAlon Zakai
2013-12-24clearly differentiate suffixes from endings (dot + suffix) in emccAlon Zakai
2013-12-23do not link in dynamic libraries when compiling to bitcode in intermediate st...Alon Zakai
2013-12-21error on unsupported features in fastcompAlon Zakai
2013-12-20fix emcc usage of file packagerAlon Zakai
2013-12-20Merge pull request #1922 from coolwanglu/embed_dot_filesAlon Zakai
2013-12-20simplify ir for fastcomp after the autodebugger runsAlon Zakai