aboutsummaryrefslogtreecommitdiff
path: root/tests/cases
AgeCommit message (Expand)Author
2013-06-24notice when a function call definitely does not have a returnAlon Zakai
2013-06-03disable some test_cases tests in s_x_xAlon Zakai
2013-05-30handle illegal mathops in processMathop; valid for <64 bits in some casesAlon Zakai
2013-05-30handle phi loops properlyAlon Zakai
2013-05-24handle globals with no value and no zeroinitAlon Zakai
2013-05-22handle dynamic indexes properly, even out of bounds, for array gep lookups; f...Alon Zakai
2013-05-10fix test_cases:traceAlon Zakai
2013-05-06remove tests/cases/gepoverflow since it is too finicky with absolute pointersAlon Zakai
2013-05-04make memory management sane: 0 is null, then static including globals, then s...Alon Zakai
2013-04-23Improve test/cases/uadd_overflow_64_ta2.ll to check that the tricky addition ...Jukka Jylänki
2013-04-18enable tests/cases/*longjmp* for asmAlon Zakai
2013-04-18setjmp support for asm.jsAlon Zakai
2013-04-17fix test/cases/legalizer_ta2.ll for asm1Alon Zakai
2013-04-13fix overflow detection in i64 uadd, and add testcaseAlon Zakai
2013-04-13fix legalization of nonexistent call return valuesAlon Zakai
2013-04-12handle inline struct definitions (assuming zeroinit) in illegal insertvalue, ...Alon Zakai
2013-04-09add another setjmp/phi testcaseAlon Zakai
2013-04-08add new setjmp label into labelsDict, so it can be found by phis; fixes #1046Alon Zakai
2013-03-31fix test_cases/caall.ll in asmAlon Zakai
2013-03-31differentiate better the ambiguous case of llvm call (where the type can be e...Alon Zakai
2013-03-31check both original short ident and redirected ident for being a library func...Alon Zakai
2013-03-25simplify handling of anonymous entry blocks; fixes #948Alon Zakai
2013-03-22correctly detect type of outputs of call to function pointersAlon Zakai
2013-03-18fix asm*.test_casesAlon Zakai
2013-03-13do not emit code after a switch; fixes #946Alon Zakai
2013-03-13turn calls to undef into aborts, so they asmifyAlon Zakai
2013-03-10legalize truncs from legal values into illegal valuesAlon Zakai
2013-03-06assert on no variable name collisions for #923Alon Zakai
2013-03-05do not break on call/invoke to undef; fixes #914Alon Zakai
2013-03-05handle invoke to setjmpAlon Zakai
2013-03-03fix test_cases/inttoptrfloat.llAlon Zakai
2013-03-03parse volatile in cmpxchg, closes #875Alon Zakai
2013-03-02more atomic implementations, closes #874Alon Zakai
2013-03-01do not emit code in a label after a returnfailAlon Zakai
2013-03-01abort on loads from absolute addresses, just like savesAlon Zakai
2013-03-01add another testcaseAlon Zakai
2013-03-01handle calls to aliases in asmAlon Zakai
2013-02-28do not emit floats from getFastValue divisions, can break asmAlon Zakai
2013-01-25add indirectbr-phi testAlon Zakai
2013-01-18fix tests/cases/extendedprecision.llAlon Zakai
2012-12-31Merge branch 'incoming' into asm_jsAlon Zakai
2012-12-31improve parsing of globals and typesAlon Zakai
2012-12-13update test_cases/gepoverflowAlon Zakai
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