aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-31remove unneeded Branch info on incoming branches in relooper1.4.4Alon Zakai
2013-05-31point relooper fuzzer to non-absolute pathAlon Zakai
2013-05-31add testcase for annoying relooper pattern that generates many control flow o...Alon Zakai
2013-05-31prepare for option to split arbitrary nodes in relooperAlon Zakai
2013-05-30fix relooper test, needs bashAlon Zakai
2013-05-30do not use gl emulation code in es2 emulation mode, to avoid confusing lack o...Alon Zakai
2013-05-30add jgilbert to AUTHORSAlon Zakai
2013-05-30remove unnecessary GL.currArrayBufferObjAlon Zakai
2013-05-30indentationAlon Zakai
2013-05-30Merge branch 'texenv' of github.com:jdashg/emscripten into incomingAlon Zakai
2013-05-30Merge pull request #1220 from inolen/free_surfaceAlon Zakai
2013-05-30handle illegal mathops in processMathop; valid for <64 bits in some casesAlon Zakai
2013-05-30implement std::exception::what()Alon Zakai
2013-05-30export PGOMonitorAlon Zakai
2013-05-30handle phi loops properlyAlon Zakai
2013-05-30heap hash debugging functionAlon Zakai
2013-05-29Free old surface before creating new oneAnthony Pesch
2013-05-29Merge branch 'fs_destination' of github.com:juj/emscripten into incomingAlon Zakai
2013-05-29This fixes various strtoll/strtol issues, including testsSoeren Balko
2013-05-29Fix handling of crunched files broken in previous commit.Jukka Jylänki
2013-05-28only abort in eliminator when actually necessaryAlon Zakai
2013-05-28initialize errnoAlon Zakai
2013-05-28add std::exception testcaseAlon Zakai
2013-05-28implement ~exception in header, to make std::exception usable; fixes #1198Alon Zakai
2013-05-27make sure emscripten_run_script_int returns an intAlon Zakai
2013-05-27define EMSCRIPTEN in the environment when using emmakeAlon Zakai
2013-05-27emscripten_exit_with_live_runtimeAlon Zakai
2013-05-25improve test_llvmswitchAlon Zakai
2013-05-25fix registerize semantics to treat each arm of ifs and switches separatelyAlon Zakai
2013-05-25registerize in asm switchesAlon Zakai
2013-05-25add test for current state of asm registerize in switches (i.e., do almost no...Alon Zakai
2013-05-25use smaller special label for longjmpAlon Zakai
2013-05-25eliminate into switch casesAlon Zakai
2013-05-25silence exceptions during cxa_free_exceptionAlon Zakai
2013-05-25tiny bit more embind testingAlon Zakai
2013-05-25enable asm.js in embind, with extra reserved function pointers by defaultAlon Zakai
2013-05-25do not emit resumeException when exceptions are disabledAlon Zakai
2013-05-25additional embind testingAlon Zakai
2013-05-25Add browser unit tests to guarantee new src@dst file system packaging syntax ...Jukka Jylänki
2013-05-25Add warning message print to file_packager to warn user when he accidentally ...Jukka Jylänki
2013-05-25Fix browser.test_preload_file absolute paths on windows. The test would creat...Jukka Jylänki
2013-05-25Add support for specifying the target location of preloaded or embedded files...Jukka Jylänki
2013-05-24handle globals with no value and no zeroinitAlon Zakai
2013-05-24auto-export malloc, needed by file packagerAlon Zakai
2013-05-24Merge pull request #1203 from michaeljbishop/objc-supportAlon Zakai
2013-05-24Simplified code by using a tuple in combination with `endsWith`.Michael Bishop
2013-05-24show --help in emcc even if there are other argsAlon Zakai
2013-05-23make file packager closure-friendlyAlon Zakai
2013-05-23remove llvm.global_ctors from libcxx symbolsAlon Zakai
2013-05-23properly expand response files in EXPORTED_FUNCTIONS, which is used before co...Alon Zakai