aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-11-25lua web demoAlon Zakai
2010-11-25lua test fix, fix breakageAlon Zakai
2010-11-25improve lua test + fixesAlon Zakai
2010-11-25check stores in SAFE_HEAPAlon Zakai
2010-11-22strengthen SAFE_HEAP in malloc and on the stackAlon Zakai
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-20refactor do_ll_testAlon 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-18check frontend optimizations in tests (except for gcc_unmangler)Alon 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-13rename sauer to cubescriptAlon Zakai
--HG-- rename : tests/sauer/README => tests/cubescript/README rename : tests/sauer/command.cpp => tests/cubescript/command.cpp rename : tests/sauer/command.h => tests/cubescript/command.h rename : tests/sauer/tools.h => tests/cubescript/tools.h
2010-11-13cleanup in function headerAlon Zakai
2010-11-09bug in bullet demoAlon Zakai
2010-11-09unneeded filesAlon Zakai
2010-11-09bullet/webgl demo tweaksAlon Zakai
2010-11-08randomize webgl demoAlon Zakai
2010-11-07bullet demo tweaksAlon Zakai
2010-11-07wip bullet/webgl demoAlon Zakai
2010-11-06fix bugs in namespacer for bulletAlon Zakai
2010-11-06__new__ instead of __alloc__ in integrationAlon Zakai
2010-11-06cleanup integration codeAlon Zakai
2010-11-06working integration testAlon Zakai
2010-11-05framework for integration testsAlon Zakai
2010-11-02version 0.5alon@honor
2010-11-02support for struct/aggregate values in load&store; all tests passalon@honor