| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | IR: emit inline function standalone bodies lazily | 2026-03-23 | 1 | -1/+1 | |
| | | | | | | | | If a function is stashed for inlining and inlined in all of its callsites or unused, it never ends up in the object file. If any symbol reference to it is emitted, then it must be de-inlined (rematerialized), and this is done near the end before emitting the actual object file. | ||||
| * | io: use FILE* for buf fp impl | 2026-03-23 | 1 | -1/+1 | |
| | | |||||
| * | style: change uvlong -> u64int, vlong -> s64int | 2026-03-22 | 1 | -7/+7 | |
| | | | | | | Is much nicer. I don't know whether I want to do it for the other int types too. char and uchar are fine as bytes. u/short -> u/s16int, maybe. | ||||
| * | Rework handling of predefined macros. | 2026-03-21 | 1 | -0/+4 | |
| | | | | | And add some GCC predefs like __SIZE_TYPE__, __LONG_SIZE__, etc | ||||
| * | driver: only depend on ld for linking (todo) | 2026-03-20 | 1 | -1/+1 | |
| | | |||||
| * | io: make -w suppress notes too | 2026-03-20 | 1 | -1/+1 | |
| | | |||||
| * | preeliminary support for openBSD | 2026-03-19 | 1 | -1/+1 | |
| | | |||||
| * | Use #pragma once | 2026-03-18 | 1 | -4/+1 | |
| | | |||||
| * | Refactor: use typedefs and CamelCase for aggregate types | 2026-03-18 | 1 | -69/+65 | |
| | | | | | Looks nicer | ||||
| * | Refactor: antcc.h move things around | 2026-03-17 | 1 | -10/+10 | |
| | | |||||
| * | Refactor: move some utils from antcc.h to their own headers | 2026-03-17 | 1 | -109/+19 | |
| | | |||||
| * | REFACTOR: finish renaming | 2026-03-17 | 1 | -0/+465 | |