aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-11-21optimize SAFE_HEAP for speed and enable additional testsAlon Zakai
2010-11-21strengthen SAFE_HEAPAlon Zakai
2010-11-21SAFE_HEAP now validates the load-store consistency assumption, plus minor ↵Alon Zakai
related fixes
2010-11-20lua testAlon Zakai
2010-11-20misc minor fixes and additionsAlon Zakai
2010-11-20minimal C++ exceptions supportAlon Zakai
2010-11-20nonworking stubs for setjmp.hAlon Zakai
2010-11-20simple realloc implementationAlon Zakai
2010-11-19analyze types of function parametersAlon Zakai
2010-11-19add |undef| valueAlon Zakai
2010-11-19missing mathops: ord, uno, trueAlon 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-16differentiate llvm variables from functions in niceIdentsAlon Zakai
2010-11-16handle identifiers with quotes and ignore |hidden| +testpuffnfresh
2010-11-15addition SDL stubsAlon Zakai
2010-11-14additional ctype.h library implementationsAlon Zakai
2010-11-14handle global constants that are llvm function calls +testAlon Zakai
2010-11-14optimize Pointer_makeAlon 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-13clean up tokens early to save memoryAlon Zakai
2010-11-13remove unnecessary line splitting and recombiningAlon Zakai
2010-11-13fix for global constant pointers to pointersAlon Zakai
2010-11-13string constants inside struct constants +testAlon Zakai
2010-11-13recognize varargs in function pointer typesAlon Zakai
2010-11-13cleanup in function headerAlon Zakai
2010-11-07wip bullet/webgl demoAlon Zakai
2010-11-06cleanup integration codeAlon Zakai
2010-11-05framework for integration testsAlon Zakai
2010-11-02support for struct/aggregate values in load&store; all tests passalon@honor
2010-11-01add HEAPs and malloc/free to Modulealon@honor
2010-10-31allow both modularized and non-modularized shell.jsalon@honor
2010-10-31finish module-ization of generated codealon@honor
2010-10-31remove getters from global varsalon@honor
2010-10-28bustage fixalon@honor
2010-10-27modularize generated codealon@honor
2010-10-26proper blockIds, fixes relooper bugalon@honor
2010-10-25fix for type of |inttoptr|,|ptrtoint|alon@honor
2010-10-25fix bug with type of |select|alon@honor
2010-10-24benchmarks working againalon@honor
2010-10-24progress on cleaning up Runtimealon@honor
2010-10-24fixes for more complex statics testalon@honor
2010-10-24add nonvirtual part to polymorph test; fails in clangalon@honor
2010-10-23small simplification for variable analyzeralon@honor
2010-10-23math funcsalon@honor
2010-10-23additional memset aliasalon@honor
2010-10-23support for pure virtual functionsalon@honor