aboutsummaryrefslogtreecommitdiff
path: root/src/intertyper.js
AgeCommit message (Expand)Author
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
2011-07-20Fixed various metadata parsing error and activated -g by default in settings ...max99x
2011-07-04support for llvm aliasesAlon Zakai
2011-07-01handle complex expressions in br. fixes issue 39Alon Zakai
2011-06-30refactoring+cleanup, to add type info where it was missing. allows proper fun...Alon Zakai
2011-06-28support for blockaddress/indirectbr. fixes issue 34Alon Zakai
2011-06-12add warning for not running with -show-annotationsAlon Zakai
2011-06-09sign analyzer for ta==2Alon Zakai
2011-06-03refactor call and invoke into a single method, so invoke supports all possibl...Alon Zakai
2011-05-24remove obsolete fastops; generalize load with parseLLVM/finalizeLLVM; fix iss...Alon Zakai
2011-05-16compiler code is now js strict mode compliantAlon Zakai
2011-05-10handle <{ structures that are nestedAlon Zakai
2011-04-22work towards QUANTUM_SIZE=1 (unused)Alon Zakai
2011-04-18refactor parsing of globalsAlon Zakai
2011-04-16proper support for packed structsAlon Zakai
2011-03-19support for llvm 2.9Alon Zakai
2011-03-04minor fix in intertyperAlon Zakai
2011-02-22optimize type discoveryAlon Zakai
2011-02-22global Types object refactoringAlon Zakai
2011-02-21remove slow identinicerAlon Zakai
2011-02-20generate strict mode javascriptAlon Zakai
2011-02-19line-specific CORRECT_OVERFLOWS and CORRECT_SIGNSAlon Zakai
2011-02-18parse debugging metadata for original filenamesAlon Zakai
2011-02-13debugging fixesAlon Zakai
2011-02-12line number debugging infoAlon Zakai
2011-01-12make sure our warning about show-annotations always shows upAlon Zakai
2010-12-29better slab selection with type infoAlon Zakai