| 9 years ago | Andrew Kelley | | IR: std makes it to codegen |
| 9 years ago | Andrew Kelley | | IR: progress toward compiling standard library |
| 9 years ago | Andrew Kelley | | IR: implement binary not instruction |
| 9 years ago | Andrew Kelley | | IR: add error for goto jumping over variable declaration |
| 9 years ago | Andrew Kelley | | eradicate use of zeroes in std |
| 9 years ago | Andrew Kelley | | IR: handle phi instruction with 0 resulting incoming values |
| 9 years ago | Andrew Kelley | | IR: better basic block dependency detection |
| 9 years ago | Andrew Kelley | | IR: error for returning from defer expression |
| 9 years ago | Andrew Kelley | | rename self_hosted3 to self_hosted |
| 9 years ago | Andrew Kelley | | IR: pass genericFnWithImplicitCast test |
| 9 years ago | Andrew Kelley | | IR: pass pointerToVoidReturnType test |
| 9 years ago | Andrew Kelley | | IR: pass passSliceOfEmptyStructToFn test |
| 9 years ago | Andrew Kelley | | IR: pass castSliceToU8Slice test |
| 9 years ago | Andrew Kelley | | IR: pass intToEnum test |
| 9 years ago | Andrew Kelley | | IR: pass cStringConcatenation test |
| 9 years ago | Andrew Kelley | | IR: pass pointerComparison test |
| 9 years ago | Andrew Kelley | | IR: pass intToPtrCast test |
| 9 years ago | Andrew Kelley | | IR: port all passing tests over |
| 9 years ago | Andrew Kelley | | IR: pass staticEvalListInit test |
| 9 years ago | Andrew Kelley | | IR: port more tests |
| 9 years ago | Andrew Kelley | | IR: pass genericMallocFree test |
| 9 years ago | Andrew Kelley | | IR: pass explicitCastMaybePointers test |
| 9 years ago | Andrew Kelley | | IR testing: rename cases3 dir to cases |
| 9 years ago | Andrew Kelley | | IR: port more tests |
| 9 years ago | Andrew Kelley | | IR: pass enumToInt test |
| 9 years ago | Andrew Kelley | | IR: port more tests |
| 9 years ago | Andrew Kelley | | IR: port more tests |
| 9 years ago | Andrew Kelley | | IR: support compile time global pointer reinterpret |
| 9 years ago | Andrew Kelley | | IR: support const ref |
| 9 years ago | Andrew Kelley | | port more tests |
| 9 years ago | Andrew Kelley | | IR: fix missing implicit casts in init expressions |
| 9 years ago | Andrew Kelley | | IR: port another test |
| 9 years ago | Andrew Kelley | | IR: fix switch enum variable for void enum field |
| 9 years ago | Andrew Kelley | | IR: port more tests |
| 9 years ago | Andrew Kelley | | IR: port more tests |
| 9 years ago | Andrew Kelley | | IR: port some tests |
| 9 years ago | Andrew Kelley | | pass void parameters test |
| 9 years ago | Andrew Kelley | | IR: port some tests |
| 9 years ago | Andrew Kelley | | migrate all the temporary tests to new test file |
| 9 years ago | Andrew Kelley | | IR: fix compile time evaluation of else prong in switch |
| 9 years ago | Andrew Kelley | | update more std library to new zig |
| 9 years ago | Andrew Kelley | | IR: fix phi instruction when one of the predecessors is unreachable |
| 9 years ago | Andrew Kelley | | get_error_type calls ensure_complete_type on child |
| 9 years ago | Andrew Kelley | | IR: implement runtime enum init and switch on enum with variable |
| 9 years ago | Andrew Kelley | | IR: enum init support |
| 9 years ago | Andrew Kelley | | IR: fix lazy eval of enum field access |
| 9 years ago | Andrew Kelley | | IR: update all error messages to be useful if generic instantiation |
| 9 years ago | Andrew Kelley | | IR: support maybe defers |
| 9 years ago | Andrew Kelley | | IR: support error defers |
| 9 years ago | Andrew Kelley | | organize tests |
|