Age | Commit message (Expand) | Author |
2013-11-04 | add testcase for select fix | Alon Zakai |
2013-10-30 | fix tests/cases/caall.ll | Alon Zakai |
2013-10-25 | improve [2 x i40] testcase | Alon Zakai |
2013-10-25 | handle internal illegal iX fields in calculateStructAlignment | Alon Zakai |
2013-10-24 | handle empty inline asms; fixes #1729 | Alon Zakai |
2013-10-14 | properly parse ctors fully; fixes #1155 | Alon Zakai |
2013-10-11 | use full params when legalizing phis, not just their idents; fixes #1702 | Alon Zakai |
2013-10-10 | do not assert on output of numeric 0 from a js handler | Alon Zakai |
2013-10-02 | remove obsolete fp80 test | Alon Zakai |
2013-09-23 | asm coerce in atomicrmw; fixes #1637 | Alon Zakai |
2013-09-12 | do not switchify illegally-typed switches | Alon Zakai |
2013-08-27 | fix test_cases/callwithstructural | Alon Zakai |
2013-08-26 | handle illegal values in structural constants in calls; fixes #1318 | Alon Zakai |
2013-08-26 | handle structural constants in calls | Alon Zakai |
2013-08-26 | re-parse function types after types are fully analyzed, so we get the signatu... | Alon Zakai |
2013-08-13 | properly parse things like { i8*, { i64, i8* } (i8*)* }, issue #1319 | Alon Zakai |
2013-08-12 | legalize add etc. of < 32-bit illegal values properly; fixes #1505 | Alon Zakai |
2013-08-02 | improve testcase | Alon Zakai |
2013-08-02 | accept phi subItems that are parsable LLVM functions | Alon Zakai |
2013-07-29 | make i24_mem test ta2 only | Alon Zakai |
2013-07-24 | properly handle loads of i24s and similar illegal values | Alon Zakai |
2013-07-23 | properly handle generation of instances of structures ending in [0 x ..] | Alon Zakai |
2013-07-23 | fix structure size when it has a [0 x ..] at the end - that should add nothing | Alon Zakai |
2013-07-19 | simplify and correct the logic for falling back to the entry ident when an in... | Alon Zakai |
2013-07-15 | fix both number of arguments and return type based on implementation informat... | Alon Zakai |
2013-07-15 | when we are calling an implemented function, call it using the signature it i... | Alon Zakai |
2013-07-09 | only remove unneeded arguments based on library sigs for llvm intrinsics (whi... | Alon Zakai |
2013-06-24 | notice when a function call definitely does not have a return | Alon Zakai |
2013-06-03 | disable some test_cases tests in s_x_x | Alon Zakai |
2013-05-30 | handle illegal mathops in processMathop; valid for <64 bits in some cases | Alon Zakai |
2013-05-30 | handle phi loops properly | Alon Zakai |
2013-05-24 | handle globals with no value and no zeroinit | Alon Zakai |
2013-05-22 | handle dynamic indexes properly, even out of bounds, for array gep lookups; f... | Alon Zakai |
2013-05-10 | fix test_cases:trace | Alon Zakai |
2013-05-06 | remove tests/cases/gepoverflow since it is too finicky with absolute pointers | Alon Zakai |
2013-05-04 | make memory management sane: 0 is null, then static including globals, then s... | Alon Zakai |
2013-04-23 | Improve test/cases/uadd_overflow_64_ta2.ll to check that the tricky addition ... | Jukka Jylänki |
2013-04-18 | enable tests/cases/*longjmp* for asm | Alon Zakai |
2013-04-18 | setjmp support for asm.js | Alon Zakai |
2013-04-17 | fix test/cases/legalizer_ta2.ll for asm1 | Alon Zakai |
2013-04-13 | fix overflow detection in i64 uadd, and add testcase | Alon Zakai |
2013-04-13 | fix legalization of nonexistent call return values | Alon Zakai |
2013-04-12 | handle inline struct definitions (assuming zeroinit) in illegal insertvalue, ... | Alon Zakai |
2013-04-09 | add another setjmp/phi testcase | Alon Zakai |
2013-04-08 | add new setjmp label into labelsDict, so it can be found by phis; fixes #1046 | Alon Zakai |
2013-03-31 | fix test_cases/caall.ll in asm | Alon Zakai |
2013-03-31 | differentiate better the ambiguous case of llvm call (where the type can be e... | Alon Zakai |
2013-03-31 | check both original short ident and redirected ident for being a library func... | Alon Zakai |
2013-03-25 | simplify handling of anonymous entry blocks; fixes #948 | Alon Zakai |
2013-03-22 | correctly detect type of outputs of call to function pointers | Alon Zakai |