| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | driver: -z option | 13 days | 1 | -1/+15 | |
| | | |||||
| * | driver: try to autodetect crosscc includs | 2026-03-25 | 1 | -0/+21 | |
| | | |||||
| * | driver: -pthread -> -D_REENTRANT & -lpthread | 2026-03-24 | 1 | -1/+4 | |
| | | |||||
| * | 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. | ||||
| * | Rework handling of predefined macros. | 2026-03-21 | 1 | -3/+25 | |
| | | | | | And add some GCC predefs like __SIZE_TYPE__, __LONG_SIZE__, etc | ||||
| * | Tweak configure & driver, fallback to cc | 2026-03-21 | 1 | -7/+13 | |
| | | |||||
| * | driver: only depend on ld for linking (todo) | 2026-03-20 | 1 | -15/+55 | |
| | | |||||
| * | io: make -w suppress notes too | 2026-03-20 | 1 | -1/+1 | |
| | | |||||
| * | preeliminary support for openBSD | 2026-03-19 | 1 | -1/+5 | |
| | | |||||
| * | Refactor: use typedefs and CamelCase for aggregate types | 2026-03-18 | 1 | -27/+29 | |
| | | | | | Looks nicer | ||||
| * | REFACTOR: finish renaming | 2026-03-17 | 1 | -2/+2 | |
| | | |||||
| * | REFACTOR: move sources to src/ | 2026-03-17 | 1 | -0/+710 | |