| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Basic support for matrix*vector, vector*matrix operations | gingerBill | 2021-10-19 | 1 | -4/+6 | |
| * | | Very basic matrix support in backend | gingerBill | 2021-10-18 | 1 | -0/+35 | |
| |/ | ||||||
| * | Minor code cleanup for backend; add `struct_fields_index_by_increasing_offset... | gingerBill | 2021-10-02 | 1 | -1/+1 | |
| * | Remove need for alignment `lb_struct_has_padding_prefix` | gingerBill | 2021-10-02 | 1 | -5/+0 | |
| * | Heavily improve the LLVM struct type generation to improve ABI | gingerBill | 2021-10-02 | 1 | -8/+39 | |
| * | LLVM Code Generator: Add explicitly padding between fields in LLVM struct types | gingerBill | 2021-09-13 | 1 | -6/+49 | |
| * | Only store `field_index` remove `field_src_index` (for the time being) | gingerBill | 2021-09-13 | 1 | -8/+12 | |
| * | Fix slice indices endianness | gingerBill | 2021-09-12 | 1 | -0/+11 | |
| * | Remove unused code | gingerBill | 2021-08-19 | 1 | -2/+0 | |
| * | `or_return` built-in procedure | gingerBill | 2021-08-15 | 1 | -0/+42 | |
| * | Reorganize llvm_backend.cpp into separate files for easier maintenance | gingerBill | 2021-08-07 | 1 | -0/+1257 | |