summary refs log tree commit diff
path: root/lisc/test
AgeCommit message (Expand)Author
2015-09-15remove old commentQuentin Carbonneaux
2015-09-15add sign/zero extension operationsQuentin Carbonneaux
2015-09-15swap a test in collatzQuentin Carbonneaux
2015-09-15compactify collatz testQuentin Carbonneaux
2015-09-15add the mul instructionQuentin Carbonneaux
2015-09-15add a large testQuentin Carbonneaux
2015-09-15store gcd result in aQuentin Carbonneaux
2015-09-15use proper store suffix in max testQuentin Carbonneaux
2015-09-15add funny little max ssa testQuentin Carbonneaux
2015-09-15add very nice spilling stress testQuentin Carbonneaux
2015-09-15jez becomes jnz, complete cmp+jmp contractionQuentin Carbonneaux
2015-09-15split cmp in two sizesQuentin Carbonneaux
2015-09-15fix two bugs in iselQuentin Carbonneaux
2015-09-15quick fix for comparisons with constantsQuentin Carbonneaux
2015-09-15start work on comparisonsQuentin Carbonneaux
2015-09-15start work on word/long handlingQuentin Carbonneaux
2015-09-15new euclidean division testQuentin Carbonneaux
2015-09-15new spill testQuentin Carbonneaux
2015-09-15add simple spill testQuentin Carbonneaux
2015-09-15cosmeticsQuentin Carbonneaux
2015-09-15alt.ssa was in buggy ssa formQuentin Carbonneaux
2015-09-15add a live-through temporary to test altQuentin Carbonneaux
2015-09-15add pressure in left block of alt.ssaQuentin Carbonneaux
2015-09-15add fun example!Quentin Carbonneaux
2015-09-15fix phi handling in livenessQuentin Carbonneaux
2015-09-15add rpo test and some liveness codeQuentin Carbonneaux
2015-09-15add tests for ssa fixingQuentin Carbonneaux
2015-09-15change example to hypothetical syntaxQuentin Carbonneaux
2015-09-15rename branching cnd to jezQuentin Carbonneaux
2015-09-15add a sample programQuentin Carbonneaux