Age | Commit message (Expand) | Author |
2012-11-06 | split js compiler into three passes, to facilitate future parallization | Alon Zakai |
2012-09-11 | fix test_cases | Alon Zakai |
2012-08-08 | test for llvm.expect.i32 being defined | Alon Zakai |
2012-07-17 | fix cases/514.ll for s_x_x | Alon Zakai |
2012-07-16 | add test for #514 | Alon Zakai |
2012-07-08 | fix for getFastValue with subtracting a negative | Alon Zakai |
2012-05-30 | properly identify function pointers that return things like [64 x i16]* | Alon Zakai |
2012-05-25 | allow - in globals, aliases and types | Alon Zakai |
2012-05-14 | allow nonexistent phis in another location + add test | Alon Zakai |
2012-05-11 | fix bug with missing entry labels being misused between original labels and n... | Alon Zakai |
2012-04-14 | fix makeSetValue on complex structural types, fixes #386 | Alon Zakai |
2012-04-09 | Merge pull request #370 from brson/frem | Alon Zakai |
2012-04-09 | allow anonmyous empty structs | Alon Zakai |
2012-04-09 | Support frem instruction | Brian Anderson |
2012-04-08 | add support for quoted labels; fixes #360 | Alon Zakai |
2012-04-07 | handle dollar in alias names | Alon Zakai |
2012-03-28 | properly implement llvm_uadd|mul_with_overflow_i32 | Alon Zakai |
2012-02-29 | fix i64 invoke args, and parsing of very large i64 (and other illegal) constants | Alon Zakai |
2012-02-28 | handle invoke that returns i64 | Alon Zakai |
2012-02-27 | properly handle illegal phi literals | Alon Zakai |
2012-02-27 | legalize switch i64 | Alon Zakai |
2012-02-27 | improve legalizer test | Alon Zakai |
2012-02-20 | handle setjmp without an explicit entry | Alon Zakai |
2012-02-14 | parse negative iBig numbers | Alon Zakai |
2012-02-14 | handle the case of the initial alloca being a variable one | Alon Zakai |
2012-02-11 | fix test_cases | Alon Zakai |
2012-02-11 | remove variable eliminator in analyzer; we do that in the eliminator in -O1 a... | Alon Zakai |
2012-02-08 | improve legalize testcase with a phi | Alon Zakai |
2012-02-07 | fix for unaligned stores of non-nativized doubles | Alon Zakai |
2012-02-05 | adjust test_gep_overflow | Alon Zakai |
2012-02-02 | fix bug with using an implicit label in a phi more than once | Alon Zakai |
2012-01-31 | unfolding in legalizer for load and store | Alon Zakai |
2012-01-29 | legalization for and, or, xor | Alon Zakai |
2012-01-28 | improve legalizer test and fix remaining pieces; test now passes | Alon Zakai |
2012-01-28 | preparations for legalizing zext | Alon Zakai |
2012-01-28 | legalize trunc | Alon Zakai |
2012-01-28 | legalize shl | Alon Zakai |
2012-01-28 | improve legalizer test | Alon Zakai |
2012-01-27 | first working part of legalizing stores | Alon Zakai |
2012-01-27 | test fixes | Alon Zakai |
2012-01-27 | add testcase for legalizer | Alon Zakai |
2012-01-26 | fix 2 phi bugs with multiple phis and self-refing phis | Alon Zakai |
2012-01-20 | fix bug with atomic ops not marked as having side effects, so we eliminated t... | Alon Zakai |
2012-01-09 | fix crash bug in processing a mathop with a param2 without an ident | Alon Zakai |
2012-01-08 | fix bugs with aligned memcpy/memset with an unaligned number of bytes operate... | Alon Zakai |
2012-01-05 | handle various possible namings for an implicitly named entry | Alon Zakai |
2012-01-05 | handle the case where there is no explicit label for the entry, and the name ... | Alon Zakai |
2012-01-04 | fix test_cases/gepoverflow | Alon Zakai |
2012-01-04 | fix bug with investigating types in the main pass, and in rare cases defining... | Alon Zakai |
2011-12-31 | handle truncation inside ptrtoint when needed, and fix some potential bugs (a... | Alon Zakai |