aboutsummaryrefslogtreecommitdiff
path: root/src/jsifier.js
AgeCommit message (Expand)Author
2010-12-25comments + clean up compiler.jsAlon Zakai
2010-12-25refactor and fix global variables, should they be needed for analysisAlon Zakai
2010-12-25code cleanupAlon Zakai
2010-12-23error message when encountering asm callsAlon Zakai
2010-12-19CHECK_OVERFLOWS optionAlon Zakai
2010-12-18fixes for llvm optimized code in 2 testsAlon Zakai
2010-12-15clean up enzymatic ==> frameworkAlon Zakai
2010-12-15misc fixes and improvements - thanks go to tubaAlon Zakai
2010-12-12support for library dependencies +misc python float fixesAlon Zakai
2010-12-10proper stubs for external valuesAlon Zakai
2010-12-09code cleanup of |,;|sDavid LaPalomento
2010-12-09proper support for bitfieldsAlon Zakai
2010-12-07fix a few bugs related to highly-nested structsAlon Zakai
2010-12-05fix for functions in mathopsAlon Zakai
2010-12-04fix for bitshiftsAlon Zakai
2010-11-27fix bug in laying out of constant structures +testsAlon Zakai
2010-11-26return the optimization of dropping function data as soon as possibleAlon Zakai
2010-11-26remove clumsy iterative creation attempts of globalsAlon Zakai
2010-11-26improve varargs supportAlon Zakai
2010-11-26flatten global constants at compile timeAlon Zakai
2010-11-21strengthen SAFE_HEAPAlon Zakai
2010-11-21SAFE_HEAP now validates the load-store consistency assumption, plus minor rel...Alon Zakai
2010-11-19missing mathops: ord, uno, trueAlon Zakai
2010-11-18correct lineNums in unparsedFunctionsAlon Zakai
2010-11-14handle global constants that are llvm function calls +testAlon Zakai
2010-11-14clean up function lines early to save RAMAlon 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-13fix for global constant pointers to pointersAlon Zakai
2010-11-13string constants inside struct constants +testAlon Zakai
2010-11-13cleanup in function headerAlon Zakai
2010-11-02support for struct/aggregate values in load&store; all tests passalon@honor
2010-10-31remove getters from global varsalon@honor
2010-10-27modularize generated codealon@honor
2010-10-26proper blockIds, fixes relooper bugalon@honor
2010-10-25fix bug with type of |select|alon@honor
2010-10-24progress on cleaning up Runtimealon@honor
2010-10-24add nonvirtual part to polymorph test; fails in clangalon@honor
2010-10-23better LABEL_DEBUGalon@honor
2010-10-23fix for invoke function calls not using function tablealon@honor
2010-10-23handle llvm functions in retalon@honor
2010-10-23fix in exception handlingalon@honor
2010-10-23fix for phi-in-phi, and fix uncovered bug with llvm function calls inside phialon@honor
2010-10-23optimize out unneeded item[0]alon@honor
2010-10-21fixes in parseConst; move getFunctionIndex into Runtime; test for global func...alon@honor
2010-10-21expose ___SIZE of structsalon@honor
2010-10-21optimize flattener appearancesalon@honor
2010-10-21optimize away unneeded FLATTENER[0]; enable gcc_unmangler testalon@honor
2010-10-21support phi with >2 paramsalon@honor
2010-10-20dynamic stack allocation support; demangler test closer to passingalon@honor