Age | Commit message (Expand) | Author |
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 |
2012-12-31 | Merge branch 'incoming' into asm_js | Alon Zakai |
2012-12-31 | improve parsing of globals and types | Alon Zakai |
2012-12-13 | update test_cases/gepoverflow | Alon Zakai |
2012-12-07 | tests/cases/uadd_overflow is now ta2-dependent | Alon Zakai |
2012-12-07 | legalize illegal parts of structural types | Alon Zakai |
2012-12-07 | legalize insertvalue | Alon Zakai |
2012-12-07 | legalize select structurals | Alon Zakai |
2012-12-07 | start to legalize structural types | Alon Zakai |
2012-12-07 | add structural type param testcase | Alon Zakai |
2012-12-07 | ignore longjmp tests in asm | Alon Zakai |
2012-12-07 | disable some test_cases undefined behavior cases for asm | Alon Zakai |
2012-11-27 | update test_cases/gepoverflow | Alon Zakai |
2012-11-27 | fix test_cases_subnums | Alon Zakai |
2012-11-15 | emit libraries and globals in pre phase, which needs to parse globals anyhow,... | Alon Zakai |
2012-11-12 | handle as best we can surprising types for legalized bitcasts. fixes #701 | Alon Zakai |
2012-11-06 | split js compiler into three passes, to facilitate future parallization | Alon Zakai |
2012-09-11 | fix test_cases | Alon Zakai |
2012-08-08 | test for llvm.expect.i32 being defined | Alon Zakai |
2012-07-17 | fix cases/514.ll for s_x_x | Alon Zakai |
2012-07-16 | add test for #514 | Alon Zakai |
2012-07-08 | fix for getFastValue with subtracting a negative | Alon Zakai |
2012-05-30 | properly identify function pointers that return things like [64 x i16]* | Alon Zakai |
2012-05-25 | allow - in globals, aliases and types | Alon Zakai |
2012-05-14 | allow nonexistent phis in another location + add test | Alon Zakai |
2012-05-11 | fix bug with missing entry labels being misused between original labels and n... | Alon Zakai |
2012-04-14 | fix makeSetValue on complex structural types, fixes #386 | Alon Zakai |
2012-04-09 | Merge pull request #370 from brson/frem | Alon Zakai |
2012-04-09 | allow anonmyous empty structs | Alon Zakai |
2012-04-09 | Support frem instruction | Brian Anderson |
2012-04-08 | add support for quoted labels; fixes #360 | Alon Zakai |
2012-04-07 | handle dollar in alias names | Alon Zakai |
2012-03-28 | properly implement llvm_uadd|mul_with_overflow_i32 | Alon Zakai |