Age | Commit message (Expand) | Author |
---|---|---|
2015-09-18 | add the first stand-alone test program | Quentin Carbonneaux |
2015-09-18 | use new function syntax in tests | Quentin Carbonneaux |
2015-09-15 | cosmetic indentation style fix | Quentin Carbonneaux |
2015-09-15 | add a simple function call test | Quentin Carbonneaux |
2015-09-15 | turn test files in one function definition | Quentin Carbonneaux |
2015-09-15 | add source and authorship to cprime.ssa | Quentin Carbonneaux |
2015-09-15 | add the first generated test! | Quentin Carbonneaux |
2015-09-15 | new alignment test | Quentin Carbonneaux |
2015-09-15 | new meaning for comparison types | Quentin Carbonneaux |
2015-09-15 | add new prime finding program | Quentin Carbonneaux |
2015-09-15 | fix emit(OCopy) and use pointers in max.ssa | Quentin Carbonneaux |
2015-09-15 | remove old comment | Quentin Carbonneaux |
2015-09-15 | add sign/zero extension operations | Quentin Carbonneaux |
2015-09-15 | swap a test in collatz | Quentin Carbonneaux |
2015-09-15 | compactify collatz test | Quentin Carbonneaux |
2015-09-15 | add the mul instruction | Quentin Carbonneaux |
2015-09-15 | add a large test | Quentin Carbonneaux |
2015-09-15 | store gcd result in a | Quentin Carbonneaux |
2015-09-15 | use proper store suffix in max test | Quentin Carbonneaux |
2015-09-15 | add funny little max ssa test | Quentin Carbonneaux |
2015-09-15 | add very nice spilling stress test | Quentin Carbonneaux |
2015-09-15 | jez becomes jnz, complete cmp+jmp contraction | Quentin Carbonneaux |
2015-09-15 | split cmp in two sizes | Quentin Carbonneaux |
2015-09-15 | fix two bugs in isel | Quentin Carbonneaux |
2015-09-15 | quick fix for comparisons with constants | Quentin Carbonneaux |
2015-09-15 | start work on comparisons | Quentin Carbonneaux |
2015-09-15 | start work on word/long handling | Quentin Carbonneaux |
2015-09-15 | new euclidean division test | Quentin Carbonneaux |
2015-09-15 | new spill test | Quentin Carbonneaux |
2015-09-15 | add simple spill test | Quentin Carbonneaux |
2015-09-15 | cosmetics | Quentin Carbonneaux |
2015-09-15 | alt.ssa was in buggy ssa form | Quentin Carbonneaux |
2015-09-15 | add a live-through temporary to test alt | Quentin Carbonneaux |
2015-09-15 | add pressure in left block of alt.ssa | Quentin Carbonneaux |
2015-09-15 | add fun example! | Quentin Carbonneaux |
2015-09-15 | fix phi handling in liveness | Quentin Carbonneaux |
2015-09-15 | add rpo test and some liveness code | Quentin Carbonneaux |
2015-09-15 | add tests for ssa fixing | Quentin Carbonneaux |
2015-09-15 | change example to hypothetical syntax | Quentin Carbonneaux |
2015-09-15 | rename branching cnd to jez | Quentin Carbonneaux |
2015-09-15 | add a sample program | Quentin Carbonneaux |