| 9 years ago | Andrew Kelley | | IR: fix codegen of ref instruction |
| 9 years ago | Andrew Kelley | | IR: phi instruction handles unreachable values correctly |
| 9 years ago | Andrew Kelley | | IR: fix err variable in ErrOkOr instruction |
| 9 years ago | Andrew Kelley | | IR: fix container field access via container pointer |
| 9 years ago | Andrew Kelley | | IR: basic support for implicit casting to const pointer |
| 9 years ago | Andrew Kelley | | IR: fix type of decls accessed via namespace |
| 9 years ago | Andrew Kelley | | IR: add runime negation |
| 9 years ago | Andrew Kelley | | IR: update some std code to newest zig |
| 9 years ago | Andrew Kelley | | IR: unreachable has lowest priority when resolving peer types |
| 9 years ago | Andrew Kelley | | IR: make generic function type have zero_bits flag |
| 9 years ago | Andrew Kelley | | IR: support var type args and fix phi peer type resolution |
| 9 years ago | Andrew Kelley | | IR: allow undefined compile time values sometimes |
| 9 years ago | Andrew Kelley | | IR: consolidate Ref and PrefixOpAddressOf instructions |
| 9 years ago | Andrew Kelley | | IR: fix `this` expression |
| 9 years ago | Andrew Kelley | | IR: fix compile time switch eval for enums |
| 9 years ago | Andrew Kelley | | IR: fix switching on enum |
| 9 years ago | Andrew Kelley | | IR: add more instructions |
| 9 years ago | Andrew Kelley | | IR: panic with a TODO instead of generating invalid code |
| 9 years ago | Andrew Kelley | | fix external function calls |
| 9 years ago | Andrew Kelley | | IR: implement maybe return expression |
| 9 years ago | Andrew Kelley | | IR: implement the rest of the builtin functions |
| 9 years ago | Andrew Kelley | | IR: implement character literal |
| 9 years ago | Andrew Kelley | | IR: implement breakpoint builtin |
| 9 years ago | Andrew Kelley | | IR: implement memberCount builtin |
| 9 years ago | Andrew Kelley | | IR: implement memcpy, memset, and slice expression |
| 9 years ago | Andrew Kelley | | IR: implement alloca builtin |
| 9 years ago | Andrew Kelley | | IR: implement compile time array concatenation |
| 9 years ago | Andrew Kelley | | IR: implement compile time array multiplication |
| 9 years ago | Andrew Kelley | | IR: implement intType builtin |
| 9 years ago | Andrew Kelley | | IR: implement truncate builtin |
| 9 years ago | Andrew Kelley | | IR: implement divExact builtin |
| 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 |
|