aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-01fix structure metadata parsingAlon Zakai
2011-09-01fix parsing of packed structsAlon Zakai
2011-09-01fix bugs with parsing anonymous structure typesAlon Zakai
2011-09-01misc minor bugsAlon Zakai
2011-08-31merge tokens with }* }** etc., as they can be types of anonymous structsAlon Zakai
2011-08-31fixes for insertvalueAlon Zakai
2011-08-31initial work to support resume, landingpad and insertvalueAlon Zakai
2011-08-31llvm 3.0 anonymous structure support and metadata updatesAlon 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
2011-08-27Updated the expected output of test_unistd_isatty.max99x
2011-08-27Returning safe value from setlocale().max99x
2011-08-27Fixed strdup() address/value switch.max99x
2011-08-27Implemented realpath().max99x
2011-08-27Made isatty() always fail. We don't support proper terminal control anyway.max99x
2011-08-27Fixed missing path in streams of files created using open().max99x
2011-08-27Fixed stdin failure in strict mode.max99x
2011-08-27Disabled tests that are now incompatible with _t2;max99x
Disabled test_dlfcn_varargs on _q1; expected failure.
2011-08-26optimize generateStructTypes and flattenAlon Zakai
2011-08-25Merge pull request #71 from max99x/masterAlon Zakai
Varargs for externals, shared lib globals and other fixes
2011-08-26Switched from "var x = function x() {}" to plain "function x() {}" for lib ↵max99x
functions.
2011-08-25Reverted getc()/putc() buffers to static, but via a postset;max99x
Style fixes in response to code review.
2011-08-25Style fixes in response to code review. No change in functionality.max99x
2011-08-25Prevented library stubs from overwriting LL declarations in the JSifier.max99x
2011-08-25Switched getc/putc buffers to be allocated on the stack.max99x
2011-08-25Moved errno buffer out of $FS.max99x