aboutsummaryrefslogtreecommitdiff
path: root/src/stage1/ir_print.cpp
AgeCommit message (Expand)Author
2022-10-18all: rename `@maximum` to `@max` and `@minimum` to `@min`Ali Chraghi
2022-10-12backport @addrSpaceCast to stage 1Robin Voetter
2022-04-27stage1: Manually lower softfloat ops when neededCody Tapscott
2021-12-11stage1: implement @prefetch() builtinIsaac Freund
2021-09-28sat-arithmetic: add operator supportTravis Staloch
2021-09-24Spelling corrections (#9833)Josh Soref
2021-09-01saturating arithmetic builtins: add, sub, mul, shl (#9619)travisstaloch
2021-07-26minimum/maximum builtinsRobin Voetter
2021-07-26Add @selectRobin Voetter
2021-07-11Rename IrInstSrc to Stage1ZirInst and IrInstGen to Stage1AirInstMartin Wickham
2021-07-03stage1: eliminate the IrInst base structAndrew Kelley
2021-07-02stage1: get rid of the is_noreturn flag on IrInstSrcAndrew Kelley
2021-06-12Renamed @byteOffsetOf to @offsetOfExonorid
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