aboutsummaryrefslogtreecommitdiff
path: root/src/intertyper.js
AgeCommit message (Expand)Author
2011-12-11simplify and slim down value intertypeAlon Zakai
2011-12-09improve parsing of mathops to more properly detect typesAlon Zakai
2011-12-07automatically disable SKIP_STACK_IN_SMALL when processing autodebugger data, ...Alon Zakai
2011-12-05support for external variables in runtime linkingAlon Zakai
2011-12-04fix line numbers with multiple linked filesAlon Zakai
2011-12-04batch function lines to speed up processing of many tiny functionsAlon Zakai
2011-12-03various minor compiler optimizationsAlon Zakai
2011-12-03debug info cleanupAlon Zakai
2011-12-03optimize metadata parsingAlon Zakai
2011-12-02misc compiler optimizations, now takes half as long to compile freetypeAlon Zakai
2011-12-02various fixes from js strict mode testingAlon Zakai
2011-12-01misc minor but important memory fixesAlon Zakai
2011-11-30refactor compiler to allow future batching of types and globals. move postset...Alon Zakai
2011-11-29refactor parseFunctions ==> sidePassAlon Zakai
2011-11-29refactor unparsedFunctions a tiny bitAlon Zakai
2011-11-29more memory debugging stuff, and a disabled option to throttle the framework ...Alon Zakai
2011-11-29discard almost all .tokens when intertyper ends, to save memory (all except f...Alon Zakai
2011-11-28fix test_lua by supporting lines beginning with ; inside functionsAlon Zakai
2011-11-28allow more GCing inside our big compiler loopsAlon Zakai
2011-11-28partial fix for breakinthemiddle in test_casesAlon Zakai
2011-11-28memory debugging code, and some minor optimizations from itAlon Zakai
2011-11-25fix varargs calls in function pointersAlon Zakai
2011-11-16initial support for unaligned reads/writes in t2Alon Zakai
2011-11-11fix i64 extension bug not being doneAlon Zakai
2011-11-10more i64 fixes and testsAlon Zakai
2011-11-10fixes; i64 passesAlon Zakai
2011-10-13fix bug with externsAlon Zakai
2011-10-13two minor intertyper fixes for haskellAlon Zakai
2011-10-12handle function calls to null (at compile-time..)Alon Zakai
2011-10-07take note of types in getelementptrAlon Zakai
2011-10-06fix for = hidden aliasAlon Zakai
2011-09-27fix for parsing landingpad elementsAlon Zakai
2011-09-24improve option to disable exception catching; fixes ammo speed regressionAlon Zakai
2011-09-08expose branch condition to analysis; fixes ta2 bug with test_ifAlon Zakai
2011-09-06handle llvm funcs in aliasesAlon Zakai
2011-09-06mark types in global constants as needing analysisAlon Zakai
2011-09-01fix intertyper parsing bugAlon Zakai
2011-09-01fix parsing bugsAlon 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-31initial work to support resume, landingpad and insertvalueAlon Zakai
2011-08-31llvm 3.0 anonymous structure support and metadata updatesAlon Zakai
2011-08-28FAKE_X86_FP80 option ; generalize bitcast ; minor toNiceIdent fixAlon Zakai
2011-08-27intertyper tweaksAlon Zakai
2011-08-25Style fixes in response to code review. No change in functionality.max99x
2011-08-25JSifier and Intertyper changes to support external varargs functions.max99x
2011-08-25Made intertyper track whether external functions have varargs.max99x
2011-08-14allow walking of allocatedNum in alloca itemsAlon Zakai