summaryrefslogtreecommitdiff
path: root/src/intertyper.js
AgeCommit message (Expand)Author
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
2010-12-26clean up parsing of llvm calling conventionsAlon Zakai
2010-12-25comments + clean up compiler.jsAlon Zakai
2010-12-25code cleanupAlon Zakai
2010-12-23error message when encountering asm callsAlon Zakai
2010-12-18fixes for llvm optimized code in 2 testsAlon Zakai
2010-12-15clean up enzymatic ==> frameworkAlon Zakai
2010-12-09code cleanup of |,;|sDavid LaPalomento
2010-12-02handle bitcasts etc. of call() idents +testAlon Zakai
2010-11-26improve varargs supportAlon Zakai
2010-11-25identify all llvm linkagesAlon Zakai
2010-11-21SAFE_HEAP now validates the load-store consistency assumption, plus minor rel...Alon Zakai
2010-11-20misc minor fixes and additionsAlon Zakai
2010-11-18fix parsing of |noalias| in function calls, minor fix to |getelementptr| type...Alon Zakai
2010-11-18correct lineNums in unparsedFunctionsAlon Zakai
2010-11-17tweaks for frontend-optimized inputAlon Zakai
2010-11-16handle identifiers with quotes and ignore |hidden| +testpuffnfresh
2010-11-14handle global constants that are llvm function calls +testAlon Zakai
2010-11-14handle all llvm functions in |store|Alon Zakai
2010-11-14parse each function in a separate pass, to save RAMAlon Zakai
2010-11-13remove unnecessary line splitting and recombiningAlon Zakai
2010-11-13fix for global constant pointers to pointersAlon Zakai
2010-11-13recognize varargs in function pointer typesAlon Zakai
2010-11-13cleanup in function headerAlon Zakai
2010-10-25fix for type of |inttoptr|,|ptrtoint|alon@honor
2010-10-25fix bug with type of |select|alon@honor