aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-12-05safe heap tweaksAlon Zakai
2010-12-04library additionsAlon Zakai
2010-12-04fix 2 bugs in variable analyzerAlon Zakai
2010-12-04fix for bitshiftsAlon Zakai
2010-12-04llvm.va_copyAlon Zakai
2010-12-04qsortAlon Zakai
2010-12-02handle bitcasts etc. of call() idents +testAlon Zakai
2010-11-28additional SDL stubsAlon Zakai
2010-11-28paranoid memory initialization in typed arrays, lua demo update (with ↵Alon Zakai
missing files)
2010-11-27commentAlon Zakai
2010-11-27fix bug in laying out of constant structures +testsAlon Zakai
2010-11-27simplify dump(), avoid memory issuesAlon Zakai
2010-11-27proper memory initialization with or without typed arrays; additional lua testsAlon Zakai
2010-11-26return the optimization of dropping function data as soon as possibleAlon Zakai
2010-11-26remove clumsy iterative creation attempts of globalsAlon Zakai
2010-11-26|abs| in stdlibAlon Zakai
2010-11-26improve varargs supportAlon Zakai
2010-11-26do not try to unflatten slabs at runtimeAlon Zakai
2010-11-26flatten global constants at compile timeAlon Zakai
2010-11-25generate [0 x type] types automaticallyAlon Zakai
2010-11-25identify all llvm linkagesAlon 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-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