aboutsummaryrefslogtreecommitdiff
path: root/src/jsifier.js
AgeCommit message (Expand)Author
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
2010-10-20getelementptr corner casesalon@honor
2010-10-19partially handle the case of a variable in the middle of GEP indexings (and a...alon@honor
2010-10-16further optimize stolen branchingsalon@honor
2010-10-16steal branch2s into multiples; 1% speedupalon@honor
2010-10-16tweak loop optimizeralon@honor
2010-10-16optimize out unneeded loops in |multiple| blocksalon@honor
2010-10-16remove unneeded BREAKsalon@honor
2010-10-16optimize stack winding with local var; 5% speedupalon@honor
2010-10-15avoid redirection for math funcsalon@honor