about summary refs log tree commit diff
path: root/boot/visit/ir.c
AgeCommit message (Expand)Author
2026-05-30Define name resolution behavior, clean-up langauge object resolutionMel
2026-05-26Locate and pass through captured locals to stateful closuresMel
2026-05-26Lambda function emission, thin/fat calling conventions for (future) closed-ov...Mel
2026-05-24Emit IR/C increment/decrement in expression positionMel
2026-05-24Support named-unnamed call and construction arguments and fields with final r...Mel
2026-05-24Make diagnostics generic over passes, condensing different error handlingMel
2026-05-04Initial lowering pass 2 implementation, create shells for source expressions ...Mel
2026-05-04Complete lowering pass 1, fully collect all top-level declarations and their ...Mel
2026-05-03IR lowering pass 1, function declarationsMel
2026-05-03Macro for empty leaf walking for IR visiting, re-formatMel
2026-05-03IR visit system and pretty printerMel