aboutsummaryrefslogtreecommitdiff
path: root/tests/cases
AgeCommit message (Expand)Author
2012-02-29fix i64 invoke args, and parsing of very large i64 (and other illegal) constantsAlon Zakai
2012-02-28handle invoke that returns i64Alon Zakai
2012-02-27properly handle illegal phi literalsAlon Zakai
2012-02-27legalize switch i64Alon Zakai
2012-02-27improve legalizer testAlon Zakai
2012-02-20handle setjmp without an explicit entryAlon Zakai
2012-02-14parse negative iBig numbersAlon Zakai
2012-02-14handle the case of the initial alloca being a variable oneAlon Zakai
2012-02-11fix test_casesAlon Zakai
2012-02-11remove variable eliminator in analyzer; we do that in the eliminator in -O1 a...Alon Zakai
2012-02-08improve legalize testcase with a phiAlon Zakai
2012-02-07fix for unaligned stores of non-nativized doublesAlon Zakai
2012-02-05adjust test_gep_overflowAlon Zakai
2012-02-02fix bug with using an implicit label in a phi more than onceAlon Zakai
2012-01-31unfolding in legalizer for load and storeAlon Zakai
2012-01-29legalization for and, or, xorAlon Zakai
2012-01-28improve legalizer test and fix remaining pieces; test now passesAlon Zakai
2012-01-28preparations for legalizing zextAlon Zakai
2012-01-28legalize truncAlon Zakai
2012-01-28legalize shlAlon Zakai
2012-01-28improve legalizer testAlon Zakai
2012-01-27first working part of legalizing storesAlon Zakai
2012-01-27test fixesAlon Zakai
2012-01-27add testcase for legalizerAlon Zakai
2012-01-26fix 2 phi bugs with multiple phis and self-refing phisAlon Zakai
2012-01-20fix bug with atomic ops not marked as having side effects, so we eliminated t...Alon Zakai
2012-01-09fix crash bug in processing a mathop with a param2 without an identAlon Zakai
2012-01-08fix bugs with aligned memcpy/memset with an unaligned number of bytes operate...Alon Zakai
2012-01-05handle various possible namings for an implicitly named entryAlon Zakai
2012-01-05handle the case where there is no explicit label for the entry, and the name ...Alon Zakai
2012-01-04fix test_cases/gepoverflowAlon Zakai
2012-01-04fix bug with investigating types in the main pass, and in rare cases defining...Alon Zakai
2011-12-31handle truncation inside ptrtoint when needed, and fix some potential bugs (a...Alon Zakai
2011-12-31support ptrtoint into i64 in i64 mode 1Alon Zakai
2011-12-21move test for issue 39 into test_casesAlon Zakai
2011-12-17fix alignment in testAlon Zakai
2011-12-17test for last commitAlon Zakai
2011-12-15rewrite variable analysis code. eliminate unused variables without side effec...Alon Zakai
2011-12-08properly resolve multilevel function aliases, fixes bug with adding indexing ...Alon Zakai
2011-12-08remove workaround with not indexizing aliasesAlon Zakai
2011-12-07add failing test caseAlon Zakai
2011-12-03fixes for using node as both compiler engine and code running engine. node is...Alon Zakai
2011-11-30refactor compiler to allow future batching of types and globals. move postset...Alon Zakai
2011-11-28fix test_cases (2)Alon Zakai
2011-11-28fix test_casesAlon Zakai
2011-11-25fix varargs calls in function pointersAlon Zakai
2011-11-11fix phi semantics with multiple dependent phisAlon Zakai
2011-10-13fix bug with externsAlon Zakai
2011-10-12test for LLVM structures in phiAlon Zakai
2011-09-06handle llvm funcs in aliasesAlon Zakai