aboutsummaryrefslogtreecommitdiff
path: root/tests/cases
AgeCommit message (Expand)Author
2013-11-04add testcase for select fixAlon Zakai
2013-10-30fix tests/cases/caall.llAlon Zakai
2013-10-25improve [2 x i40] testcaseAlon Zakai
2013-10-25handle internal illegal iX fields in calculateStructAlignmentAlon Zakai
2013-10-24handle empty inline asms; fixes #1729Alon Zakai
2013-10-14properly parse ctors fully; fixes #1155Alon Zakai
2013-10-11use full params when legalizing phis, not just their idents; fixes #1702Alon Zakai
2013-10-10do not assert on output of numeric 0 from a js handlerAlon Zakai
2013-10-02remove obsolete fp80 testAlon Zakai
2013-09-23asm coerce in atomicrmw; fixes #1637Alon Zakai
2013-09-12do not switchify illegally-typed switchesAlon Zakai
2013-08-27fix test_cases/callwithstructuralAlon Zakai
2013-08-26handle illegal values in structural constants in calls; fixes #1318Alon Zakai
2013-08-26handle structural constants in callsAlon Zakai
2013-08-26re-parse function types after types are fully analyzed, so we get the signatu...Alon Zakai
2013-08-13properly parse things like { i8*, { i64, i8* } (i8*)* }, issue #1319Alon Zakai
2013-08-12legalize add etc. of < 32-bit illegal values properly; fixes #1505Alon Zakai
2013-08-02improve testcaseAlon Zakai
2013-08-02accept phi subItems that are parsable LLVM functionsAlon Zakai
2013-07-29make i24_mem test ta2 onlyAlon Zakai
2013-07-24properly handle loads of i24s and similar illegal valuesAlon Zakai
2013-07-23properly handle generation of instances of structures ending in [0 x ..]Alon Zakai
2013-07-23fix structure size when it has a [0 x ..] at the end - that should add nothingAlon Zakai
2013-07-19simplify and correct the logic for falling back to the entry ident when an in...Alon Zakai
2013-07-15fix both number of arguments and return type based on implementation informat...Alon Zakai
2013-07-15when we are calling an implemented function, call it using the signature it i...Alon Zakai
2013-07-09only remove unneeded arguments based on library sigs for llvm intrinsics (whi...Alon Zakai
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