| 9 years ago | Andrew Kelley | | IR: implement fence and cmpxchg builtins |
| 9 years ago | Andrew Kelley | | IR: implement embedFile builtin |
| 9 years ago | Andrew Kelley | | IR: fix implementation of parseh |
| 9 years ago | Andrew Kelley | | IR: don't crash if number literal used with pure error |
| 9 years ago | Andrew Kelley | | IR: support error union type |
| 9 years ago | Andrew Kelley | | IR: fix errorName builtin |
| 9 years ago | Andrew Kelley | | IR: better array len instruction |
| 9 years ago | Andrew Kelley | | IR: omit debug safety checks in for loop codegen |
| 9 years ago | Andrew Kelley | | IR: a bunch of fixes and some additions |
| 9 years ago | Andrew Kelley | | IR: add compileError builtin fn |
| 9 years ago | Andrew Kelley | | IR: add minValue, maxValue, and negation |
| 9 years ago | Andrew Kelley | | delete unused builtin function stuff |
| 9 years ago | Andrew Kelley | | IR: add error for assigning runtime value to inline var |
| 9 years ago | Andrew Kelley | | IR: implement compile time eval unwrap maybe |
| 9 years ago | Andrew Kelley | | IR: implement defer |
| 9 years ago | Andrew Kelley | | remove the boolean argument from setFnTest |
| 9 years ago | Andrew Kelley | | IR: implement short circuit bool or, and |
| 9 years ago | Andrew Kelley | | IR: implement break and continue |
| 9 years ago | Andrew Kelley | | IR: implement generic function calls |
| 9 years ago | Andrew Kelley | | IR: inline function evaluation works on generic functions |
| 9 years ago | Andrew Kelley | | IR: compile time function evaluation |
| 9 years ago | Andrew Kelley | | add missing copyright notices |
| 9 years ago | Andrew Kelley | | IR: re-organize where state goes to prepare for generics |
| 9 years ago | Andrew Kelley | | rewrite scope implementation |
| 9 years ago | Andrew Kelley | | rename BlockContext to Scope |
| 9 years ago | Andrew Kelley | | IR: function call porting progress |
| 9 years ago | Andrew Kelley | | IR: silence irrelevant function prototype errors |
| 9 years ago | Andrew Kelley | | IR: fix not checking for error in unary bool not |
| 9 years ago | Andrew Kelley | | IR: add ref instruction |
| 9 years ago | Andrew Kelley | | IR: detect error for exceeding branch quota |
| 9 years ago | Andrew Kelley | | IR: add inline goto |
| 9 years ago | Andrew Kelley | | IR: fix crash when duplicate label error |
| 9 years ago | Andrew Kelley | | IR: support goto and labels |
| 9 years ago | Andrew Kelley | | IR: fix parsing while loop |
| 9 years ago | Andrew Kelley | | IR: support import builtin function |
| 9 years ago | Andrew Kelley | | IR: support inline switch |
| 9 years ago | Andrew Kelley | | IR: add error for non static const on switch case range |
| 9 years ago | Andrew Kelley | | IR: support switch with range |
| 9 years ago | Andrew Kelley | | IR: switch expression works with numbers |
| 9 years ago | Andrew Kelley | | IR: generating a switch statement |
| 9 years ago | Andrew Kelley | | IR: implement setFnVisible builtin |
| 9 years ago | Andrew Kelley | | IR: fix codegen for arrays |
| 9 years ago | Andrew Kelley | | IR: fix detection of invalid codegen |
| 9 years ago | Andrew Kelley | | IR: implement ctz and clz builtins |
| 9 years ago | Andrew Kelley | | IR: support unwrap maybe operation |
| 9 years ago | Andrew Kelley | | IR: support sizeOf builtin |
| 9 years ago | Andrew Kelley | | IR: implement ir_print for maybe type |
| 9 years ago | Andrew Kelley | | IR: error for uncasted null lit variable |
| 9 years ago | Andrew Kelley | | IR: implement compileVar builtin and more |
| 9 years ago | Andrew Kelley | | IR: more maybe type support |
|