aboutsummaryrefslogtreecommitdiff
path: root/src/analyzer.js
AgeCommit message (Expand)Author
2011-06-12tweak relooper to generate tighter inner loopsAlon Zakai
2011-06-09signalyzer fixesAlon Zakai
2011-06-09sign analyzer for ta==2Alon Zakai
2011-06-06fix stack size on TA2Alon Zakai
2011-06-05fix alignment issues with USE_TYPED_ARRAYS == 2Alon Zakai
2011-05-27fix bug with invalid [#uses=?] parsingAlon Zakai
2011-05-24remove obsolete fastops; generalize load with parseLLVM/finalizeLLVM; fix iss...Alon Zakai
2011-05-22quantum 1 fixAlon Zakai
2011-05-16compiler code is now js strict mode compliantAlon Zakai
2011-04-25tweak relooper, improves fannkuchAlon Zakai
2011-04-24cleanup unneeded params in addTypeAlon Zakai
2011-04-22work towards QUANTUM_SIZE=1 (unused)Alon Zakai
2011-03-03autodebug improvementsAlon 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-12fix for compiling with spidermonkeyAlon Zakai
2011-01-19Optimize out some loop labelsAlon Zakai
2011-01-17handle odd llvm with branches in the middle of labels; all tests passAlon Zakai
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-19CHECK_OVERFLOWS optionAlon Zakai
2010-12-15clean up enzymatic ==> frameworkAlon Zakai
2010-12-09code cleanup of |,;|sDavid LaPalomento
2010-12-04library additionsAlon Zakai
2010-12-04fix 2 bugs in variable analyzerAlon Zakai
2010-11-27fix bug in laying out of constant structures +testsAlon Zakai
2010-11-25generate [0 x type] types automaticallyAlon Zakai
2010-11-19analyze types of function parametersAlon Zakai
2010-11-18fix parsing of |noalias| in function calls, minor fix to |getelementptr| type...Alon Zakai
2010-11-16handle identifiers with quotes and ignore |hidden| +testpuffnfresh
2010-11-14parse each function in a separate pass, to save RAMAlon Zakai
2010-11-02support for struct/aggregate values in load&store; all tests passalon@honor
2010-10-26proper blockIds, fixes relooper bugalon@honor
2010-10-24progress on cleaning up Runtimealon@honor
2010-10-23small simplification for variable analyzeralon@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-21gettimeofday(), and more stuff in Runtimealon@honor
2010-10-21properly analyze [0 x ...] types (used only for indexing)alon@honor
2010-10-21support phi with >2 paramsalon@honor
2010-10-21tweak stack allocation optimizationalon@honor
2010-10-20dynamic stack allocation support; demangler test closer to passingalon@honor
2010-10-19cleanup structure packing calculationalon@honor
2010-10-19cleanup discovery of block typesalon@honor
2010-10-18minor fixes and cleanupsalon@honor
2010-10-18fix bug with size of small structures, and parsing themalon@honor
2010-10-17optimize reintegratoralon@honor