summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-10better autodebugger support for floatsAlon Zakai
2011-09-09rename test_error ; all tests passAlon Zakai
2011-09-08Merge branch 'master' into llvm-svnAlon Zakai
2011-09-08expose branch condition to analysis; fixes ta2 bug with test_ifAlon Zakai
2011-09-08disable some not-yet-relevant testsAlon Zakai
2011-09-08make sure the current working directory is valid in do_emscripten; fixes ↵Alon Zakai
python failure
2011-09-07typo fixAlon Zakai
2011-09-07improve global alias processing, including sort by dependency. poppler test ↵Alon Zakai
passes
2011-09-07additional library aliasesAlon Zakai
2011-09-06vtable customization in bindings generator, +misc infra improvements to help ↵Alon Zakai
test it
2011-09-06do not indexize global aliasesAlon Zakai
2011-09-06some library aliasesAlon Zakai
2011-09-06handle llvm funcs in aliasesAlon Zakai
2011-09-06handle anonymous packed struct typesAlon Zakai
2011-09-06fix switch for the case with no labels givenAlon Zakai
2011-09-06mark types in global constants as needing analysisAlon Zakai
2011-09-05fix for bindings generator to use enclosing classes in return valuesAlon Zakai
2011-09-04disable -indvars on q1Alon Zakai
2011-09-04fix bug with stub functions and implemented library functionsAlon Zakai
2011-09-04some debug stuff for dlmallocAlon Zakai
2011-09-04some updates for q1Alon Zakai
2011-09-04fix llvm opts for 3.0Alon Zakai
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