aboutsummaryrefslogtreecommitdiff
path: root/tests/cases
AgeCommit message (Expand)Author
2012-12-07tests/cases/uadd_overflow is now ta2-dependentAlon Zakai
2012-12-07legalize illegal parts of structural typesAlon Zakai
2012-12-07legalize insertvalueAlon Zakai
2012-12-07legalize select structuralsAlon Zakai
2012-12-07start to legalize structural typesAlon Zakai
2012-12-07add structural type param testcaseAlon Zakai
2012-12-07ignore longjmp tests in asmAlon Zakai
2012-12-07disable some test_cases undefined behavior cases for asmAlon Zakai
2012-11-27update test_cases/gepoverflowAlon Zakai
2012-11-27fix test_cases_subnumsAlon Zakai
2012-11-15emit libraries and globals in pre phase, which needs to parse globals anyhow,...Alon Zakai
2012-11-12handle as best we can surprising types for legalized bitcasts. fixes #701Alon Zakai
2012-11-06split js compiler into three passes, to facilitate future parallizationAlon Zakai
2012-09-11fix test_casesAlon Zakai
2012-08-08test for llvm.expect.i32 being definedAlon Zakai
2012-07-17fix cases/514.ll for s_x_xAlon Zakai
2012-07-16add test for #514Alon Zakai
2012-07-08fix for getFastValue with subtracting a negativeAlon Zakai
2012-05-30properly identify function pointers that return things like [64 x i16]*Alon Zakai
2012-05-25allow - in globals, aliases and typesAlon Zakai
2012-05-14allow nonexistent phis in another location + add testAlon Zakai
2012-05-11fix bug with missing entry labels being misused between original labels and n...Alon Zakai
2012-04-14fix makeSetValue on complex structural types, fixes #386Alon Zakai
2012-04-09Merge pull request #370 from brson/fremAlon Zakai
2012-04-09allow anonmyous empty structsAlon Zakai
2012-04-09Support frem instructionBrian Anderson
2012-04-08add support for quoted labels; fixes #360Alon Zakai
2012-04-07handle dollar in alias namesAlon Zakai
2012-03-28properly implement llvm_uadd|mul_with_overflow_i32Alon Zakai
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