aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2011-09-07typo fixAlon Zakai
2011-09-07improve global alias processing, including sort by dependency. poppler test p...Alon Zakai
2011-09-07additional library aliasesAlon Zakai
2011-09-07Canceling a window.prompt() for the default stdin handler no longer results i...max99x
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
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-04fix bug with stub functions and implemented library functionsAlon 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-02LIBRARY_DEBUG optionAlon Zakai
2011-09-02generalize some more metadata regexpsAlon Zakai
2011-09-02some metadata and label fixesAlon Zakai
2011-09-01fix intertyper parsing bugAlon Zakai
2011-09-01generalize metadata to handle additional inputsAlon 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 #75 from max99x/masterAlon Zakai
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