aboutsummaryrefslogtreecommitdiff
path: root/src/intertyper.js
AgeCommit message (Collapse)Author
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
--HG-- rename : src/enzymatic.js => src/framework.js
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 ↵Alon Zakai
related fixes
2010-11-20misc minor fixes and additionsAlon Zakai
2010-11-18fix parsing of |noalias| in function calls, minor fix to |getelementptr| ↵Alon Zakai
type discovery error
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
2010-10-24progress on cleaning up Runtimealon@honor
2010-10-24fixes for more complex statics testalon@honor
2010-10-23handle llvm functions in retalon@honor
2010-10-23fix for phi-in-phi, and fix uncovered bug with llvm function calls inside phialon@honor
2010-10-23regex-ize tokenizeralon@honor
2010-10-23optimize out unneeded item[0]alon@honor
2010-10-22optimize tokenizeralon@honor
2010-10-21support phi with >2 paramsalon@honor
2010-10-20dynamic stack allocation support; demangler test closer to passingalon@honor
2010-10-20optimize tokenizeralon@honor
2010-10-19more fastccalon@honor
2010-10-19fastccalon@honor
2010-10-18minor fixes and cleanupsalon@honor
2010-10-18fix bug with size of small structures, and parsing themalon@honor
2010-10-18optimizer intertyper triageralon@honor
2010-10-17optimize reintegratoralon@honor
2010-10-17misc minor fixesalon@honor
2010-10-09pass types to makeGetValue/makeSetValuealon@honor
2010-10-09cleanup: remove need for .text in item.pointeralon@honor
2010-10-09cleanup: remove need for .text in item.typealon@honor
2010-10-08add entry labels only when necessary | all tests pass but fasta on clangalon@honor
2010-10-08initial support for |extractvalue|alon@honor
2010-10-08beginnings of fixes for clang 2.8alon@honor
2010-10-07handle |linkonce| constants | all llvm_gcc tests pass but saueralon@honor
2010-10-07begin work to adapt to llvm 2.8 | TESTS BROKENalon@honor
2010-10-02add missing branch detection of default in switch. all reloop but sauer, ↵alon@honor
dlmalloc/clang
2010-09-30use parse/finalizeLLVM in mathopsalon@honor