summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-04always use clang in emscripten.py; fixes python testAlon Zakai
2011-09-04stubs for lifecycle intrinsics, and do not generate calls to stubsAlon Zakai
2011-09-03fix expect bug in library, fixes dlmalloc testAlon Zakai
2011-09-03optional pointer printing in autodebuggerAlon Zakai
2011-09-03Merge branch 'master' into llvm-svnAlon Zakai
2011-09-03simplify emmaken with EMMAKEN_JUST_CONFIGURE, and use llvm-ld instead of ↵Alon Zakai
llvm-link for better compatibility
2011-09-02LIBRARY_DEBUG optionAlon Zakai
2011-09-02disable libcxx due to llvm bug, and improve skip() printingAlon Zakai
2011-09-02generalize some more metadata regexpsAlon Zakai
2011-09-02some metadata and label fixesAlon Zakai
2011-09-02remove hardcoded result from autodebug test (autogenerated is enough)Alon Zakai
2011-09-02remove (the deprecated) llvm-gccAlon Zakai
2011-09-01fix intertyper parsing bugAlon Zakai
2011-09-01generalize metadata to handle additional inputsAlon Zakai
2011-09-01fix some wrapping issues and add getClass to wrapping APIAlon Zakai
2011-09-01fix parsing bugsAlon Zakai
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