| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-01-05 | fix mul and sub overflow ops being rendered as addition | Andrew Kelley | |
| 2016-12-31 | IR: std library passes codegen | Andrew Kelley | |
| 2016-12-31 | IR: add error for goto jumping over variable declaration | Andrew Kelley | |
| 2016-12-30 | IR: better basic block dependency detection | Andrew Kelley | |
| 2016-12-28 | IR: error for returning from defer expression | Andrew Kelley | |
| also fix peer type resolution for pure error mixed with error union | |||
| 2016-12-28 | IR: pass genericFnWithImplicitCast test | Andrew Kelley | |
| 2016-12-28 | IR: pass passSliceOfEmptyStructToFn test | Andrew Kelley | |
| 2016-12-26 | IR: pass intToEnum test | Andrew Kelley | |
| 2016-12-26 | IR: pass intToPtrCast test | Andrew Kelley | |
| 2016-12-26 | IR: pass staticEvalListInit test | Andrew Kelley | |
| 2016-12-26 | IR: pass enumToInt test | Andrew Kelley | |
| 2016-12-25 | IR: support compile time global pointer reinterpret | Andrew Kelley | |
| this required moving the place we store types to ConstExprValue | |||
| 2016-12-22 | IR: fix missing implicit casts in init expressions | Andrew Kelley | |
| and implement runtime struct init instruction | |||
| 2016-12-22 | pass void parameters test | Andrew Kelley | |
| 2016-12-21 | IR: implement runtime enum init and switch on enum with variable | Andrew Kelley | |
| 2016-12-20 | IR: enum init support | Andrew Kelley | |
| 2016-12-19 | IR: support maybe defers | Andrew Kelley | |
| 2016-12-19 | IR: support error defers | Andrew Kelley | |
| 2016-12-19 | IR: start a new passing self hosted test suite | Andrew Kelley | |
| 2016-12-19 | IR: if and switch guaranteed compile time if target expr is | Andrew Kelley | |
| 2016-12-18 | IR: add FnProto instruction | Andrew Kelley | |
| 2016-12-18 | IR: memoize compile-time evaluated fn invocations | Andrew Kelley | |
| 2016-12-18 | IR: fix codegen of ref instruction | Andrew Kelley | |
| 2016-12-18 | IR: phi instruction handles unreachable values correctly | Andrew Kelley | |
| 2016-12-18 | IR: fix err variable in ErrOkOr instruction | Andrew Kelley | |
| 2016-12-18 | IR: basic support for implicit casting to const pointer | Andrew Kelley | |
| 2016-12-17 | IR: consolidate Ref and PrefixOpAddressOf instructions | Andrew Kelley | |
| 2016-12-17 | IR: fix switching on enum | Andrew Kelley | |
| 2016-12-17 | IR: add more instructions | Andrew Kelley | |
| * MaybeWrap * TestErr * UnwrapErrCode * UnwrapErrPayload * ErrUnionTypeChild * ErrWrapCode * ErrWrapPayload | |||
| 2016-12-13 | IR: implement the rest of the builtin functions | Andrew Kelley | |
| * returnAddress * frameAddress * addWithOverflow * subWithOverflow * mulWithOverflow * shlWithOverflow * alignOf | |||
| 2016-12-13 | IR: implement breakpoint builtin | Andrew Kelley | |
| 2016-12-12 | IR: implement memberCount builtin | Andrew Kelley | |
| 2016-12-12 | IR: implement memcpy, memset, and slice expression | Andrew Kelley | |
| 2016-12-11 | IR: implement alloca builtin | Andrew Kelley | |
| 2016-12-11 | IR: implement intType builtin | Andrew Kelley | |
| and int type field access and fix compile time bool not | |||
| 2016-12-11 | IR: implement truncate builtin | Andrew Kelley | |
| 2016-12-11 | IR: implement divExact builtin | Andrew Kelley | |
| 2016-12-11 | IR: implement fence and cmpxchg builtins | Andrew Kelley | |
| 2016-12-11 | IR: implement embedFile builtin | Andrew Kelley | |
| 2016-12-11 | IR: fix implementation of parseh | Andrew Kelley | |
| libc hello world works now | |||
| 2016-12-10 | IR: support error union type | Andrew Kelley | |
| 2016-12-08 | IR: omit debug safety checks in for loop codegen | Andrew Kelley | |
| 2016-12-08 | IR: a bunch of fixes and some additions | Andrew Kelley | |
| * add errorName builtin function * add assertion for generated memcopy being on correct types * respect handle_is_ptr for constant values * fix return codegen to respect sret semantics * remove ArrayLen IR instruction; we already have StructFieldPtr with "len" field * fix gen_const_val for pointers inside aggregates | |||
| 2016-12-07 | IR: add compileError builtin fn | Andrew Kelley | |
| 2016-12-07 | IR: add minValue, maxValue, and negation | Andrew Kelley | |
| 2016-12-07 | delete unused builtin function stuff | Andrew Kelley | |
| 2016-12-05 | remove the boolean argument from setFnTest | Andrew Kelley | |
| 2016-12-05 | IR: implement break and continue | Andrew Kelley | |
| 2016-12-05 | IR: implement generic function calls | Andrew Kelley | |
| 2016-12-04 | IR: compile time function evaluation | Andrew Kelley | |
