Age | Commit message (Expand) | Author |
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 |
2013-03-18 | fix asm*.test_cases | Alon Zakai |
2013-03-13 | do not emit code after a switch; fixes #946 | Alon Zakai |
2013-03-13 | turn calls to undef into aborts, so they asmify | Alon Zakai |
2013-03-10 | legalize truncs from legal values into illegal values | Alon Zakai |
2013-03-06 | assert on no variable name collisions for #923 | Alon Zakai |
2013-03-05 | do not break on call/invoke to undef; fixes #914 | Alon Zakai |
2013-03-05 | handle invoke to setjmp | Alon Zakai |
2013-03-03 | fix test_cases/inttoptrfloat.ll | Alon Zakai |
2013-03-03 | parse volatile in cmpxchg, closes #875 | Alon Zakai |
2013-03-02 | more atomic implementations, closes #874 | Alon Zakai |
2013-03-01 | do not emit code in a label after a returnfail | Alon Zakai |
2013-03-01 | abort on loads from absolute addresses, just like saves | Alon Zakai |
2013-03-01 | add another testcase | Alon Zakai |
2013-03-01 | handle calls to aliases in asm | Alon Zakai |
2013-02-28 | do not emit floats from getFastValue divisions, can break asm | Alon Zakai |
2013-01-25 | add indirectbr-phi test | Alon Zakai |
2013-01-18 | fix tests/cases/extendedprecision.ll | Alon Zakai |