aboutsummaryrefslogtreecommitdiff
path: root/src/stage1/ir_print.cpp
AgeCommit message (Expand)Author
2021-05-28stage1: rename IrBasicBlockSrc to Stage1ZirBasicBlockAndrew Kelley
2021-05-28stage1: move the ZigFn from Stage1Zir to Stage1AstGenAndrew Kelley
2021-05-28stage1: move some mutable state from Stage1Zir to IrAnalyzeAndrew Kelley
2021-05-28stage1: rename IrExecutableSrc to Stage1ZirAndrew Kelley
2021-03-18stage1: small memory optimization for simple pointer typesAndrew Kelley
2021-03-18stage1: small IR memory optimization on CheckSwitchProngsAndrew Kelley
2021-03-18stage1: small mem usage improvement for IRAndrew Kelley
2021-01-30remove @TagTypeTadeo Kondrak
2020-11-20stage1: Initial implementation of @externLemonBoy
2020-11-01stage1: Implement Add/Mul reduction operatorsLemonBoy
2020-10-17stage1: Fix type-checking of unary neg for vector typesLemonBoy
2020-10-05stage1: Implement @reduce builtin for vector typesLemonBoy
2020-09-21rename src-self-hosted/ to src/Andrew Kelley