aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-10-02move emscripten.h; fixes emscripten_apiAlon Zakai
2011-10-02fix typo in library; fixes dlfcn testsAlon Zakai
2011-09-27debug info parsing fixAlon Zakai
2011-09-27fix for parsing landingpad elementsAlon Zakai
2011-09-26expose some things to ModuleAlon Zakai
2011-09-25add some defines to fcntlAlon Zakai
2011-09-25automatic checks for missing C definesAlon Zakai
2011-09-25fix stdin/out/err for newlib; fixes filesAlon Zakai
2011-09-25improve header constant parsingAlon Zakai
2011-09-24emscripten.py option to expose header #defines to library. fixes fcntlAlon Zakai
2011-09-24errno; fixes test_errarAlon Zakai
2011-09-24add __assert_func; assert passesAlon Zakai
2011-09-24improve option to disable exception catching; fixes ammo speed regressionAlon Zakai
2011-09-22diff for non-callgraph profiling. not sure if worthwhile usingAlon Zakai
2011-09-18more profiling toolsAlon Zakai
2011-09-18add x86_stdcallccAlon Zakai
2011-09-18profiling optionAlon Zakai
2011-09-17fix ta2 memcpy bug, and enable ta2 in sqlite testAlon Zakai
2011-09-17restore stack in fprintf to prevent memory issues with lots of printing insid...Alon Zakai
2011-09-17generate FUNCTION_TABLE late so it uses aliases in postsets; fixes ammo.js bugAlon Zakai
2011-09-16Merge branch 'llvm-svn' of github.com:kripken/emscripten into llvm-svnAlon Zakai
2011-09-15Merge branch 'master' into llvm-svnAlon Zakai
2011-09-15Fixed unbound calling of destructor in exception handler; updated test.max99x
2011-09-15Fixed support for library-defined globals of non-struct types.max99x
2011-09-14always correct signs in the autodebugger codeAlon Zakai
2011-09-14intentionally do reSign in printing %dAlon Zakai
2011-09-14Comment fix.max99x
2011-09-14Cleaned up library-defined global var jsifier.max99x
2011-09-14Cleaned up minor merge artifact.max99x
2011-09-13faster shortcuts for sign/unsignAlon Zakai
2011-09-13fix bug in autodebugger outputAlon Zakai
2011-09-13do not do some unnecessary signing/unsigningAlon Zakai
2011-09-13Preventing genuine JS errors from being caught by C++ handlers.max99x
2011-09-13Merge remote-tracking branch 'upstream/master'max99x
2011-09-13Basic support for typed exceptions.max99x
2011-09-13Allowed library to define global variables that override undefined externals.max99x
2011-09-13Added stub for mblen().max99x
2011-09-13Added stubs for get/setrlimit().max99x
2011-09-13Added some stubs for signal.h functions.max99x
2011-09-13Added stub implementations of clock_(get|set)time() and clock_getres().max99x
2011-09-13Added stpcpy to library.max99x
2011-09-13Added a few extra library aliases.max99x
2011-09-13Added guard for getelementptr param type parsing (needed for Ruby).max99x
2011-09-13Allowed library functions to request JS-style varargs.max99x
2011-09-13Corrected handling of hidden external functions in LLVM disassembly.max99x
2011-09-10force shifts on i64s to remain integersAlon Zakai
2011-09-10library aliases and stubsAlon Zakai
2011-09-08bindings generator fix +fixes for use of |this| instead of ModuleAlon Zakai
2011-09-08Merge branch 'master' into llvm-svnAlon Zakai
2011-09-08expose branch condition to analysis; fixes ta2 bug with test_ifAlon Zakai