aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-15Fixed support for library-defined globals of non-struct types.max99x
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-13Preventing genuine JS errors from being caught by C++ handlers.max99x
2011-09-13Merge remote-tracking branch 'upstream/master'max99x
Conflicts: src/intertyper.js tests/runner.py
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-08bindings generator fix +fixes for use of |this| instead of ModuleAlon Zakai
2011-09-07Canceling a window.prompt() for the default stdin handler no longer results ↵max99x
in an EOF.
2011-09-07Made sure XHRs request typed arrays only if they can handle them.max99x
2011-09-06vtable customization in bindings generator, +misc infra improvements to help ↵Alon Zakai
test it
2011-09-05fix for bindings generator to use enclosing classes in return valuesAlon Zakai
2011-09-03simplify emmaken with EMMAKEN_JUST_CONFIGURE, and use llvm-ld instead of ↵Alon Zakai
llvm-link for better compatibility
2011-09-01fix some wrapping issues and add getClass to wrapping APIAlon Zakai
2011-08-30Merge pull request #76 from max99x/masterAlon Zakai
Fix for eliminator test, followup for pull #75
2011-08-30Merge pull request #75 from max99x/masterAlon Zakai
Eliminator update, strtox(), Closure compatibility and other fixes
2011-08-30Updated eliminator test output.max99x
2011-08-30make it easier to run specific benchmarksAlon Zakai
2011-08-30by default use type inference in spidermonkeyAlon Zakai
2011-08-30enable some tests since spidermonkey bug 675269 is resolvedAlon Zakai
2011-08-30Made sure uglify's code generator re-parenthesizes anonymous functions.max99x
2011-08-30Added setjmp/longjmp aliases.max99x
2011-08-30Updated $ENV initialization to be Closure-friendly.max99x
2011-08-30Added another scanf alias; fixed vsscanf's alias.max99x
2011-08-29make FAST_MEMORY and TOTAL_MEMORY easier to use; fix slowdown in dlmalloc ↵Alon Zakai
benchmark
2011-08-29Added v*scanf aliases.max99x
2011-08-28Added a missing alias.max99x
2011-08-28Fix for field size in _scanString().max99x
2011-08-28Minor Closure Compiler compatibility fixes.max99x
2011-08-28Removed old redundant stro[u]l() definitions.max99x
2011-08-28FAKE_X86_FP80 option ; generalize bitcast ; minor toNiceIdent fixAlon Zakai
2011-08-28misc library additionsAlon Zakai
2011-08-28disable q1 analyses in non-q1 buildsAlon Zakai
2011-08-28Eliminator: prevent inlining into loops & fix for circular dependencies.max99x
2011-08-28Fixed negatives in strtod(); implemented strto[l/ul/ll/ull]().max99x
2011-08-27tweak strdupAlon Zakai
2011-08-27Merge pull request #74 from max99x/masterAlon Zakai
Lib fixes + realpath() + disabled expectedly broken tests
2011-08-27intertyper tweaksAlon Zakai
2011-08-27Updated the eliminator, mainly to support use-before-declaration cases.max99x
2011-08-27Simplified strdup(); added test for it in test_strings.max99x