aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
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-27demangler tool fixesalon@honor
2010-10-26enable optimized bullet testalon@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-24bullet testalon@honor
2010-10-24add LLVM license optionalon@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
2010-10-23nicer numerical constantsalon@honor
2010-10-23better LABEL_DEBUGalon@honor
2010-10-23fix for invoke function calls not using function tablealon@honor