aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-28lua demo noteAlon Zakai
2010-11-28lua demo additional filesAlon Zakai
2010-11-28paranoid memory initialization in typed arrays, lua demo update (with ↵Alon Zakai
missing files)
2010-11-27commentAlon Zakai
2010-11-27update lua demoAlon Zakai
2010-11-27fix bug in laying out of constant structures +testsAlon Zakai
2010-11-27simplify dump(), avoid memory issuesAlon Zakai
2010-11-27update lua demoAlon 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-26updated lua demoAlon 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-25version 0.6Alon Zakai
2010-11-25lua demo tweaksAlon Zakai
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