index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
stage1
/
ir_print.cpp
Age
Commit message (
Expand
)
Author
2022-10-18
all: rename `@maximum` to `@max` and `@minimum` to `@min`
Ali Chraghi
2022-10-12
backport @addrSpaceCast to stage 1
Robin Voetter
2022-04-27
stage1: Manually lower softfloat ops when needed
Cody Tapscott
2021-12-11
stage1: implement @prefetch() builtin
Isaac Freund
2021-09-28
sat-arithmetic: add operator support
Travis Staloch
2021-09-24
Spelling corrections (#9833)
Josh Soref
2021-09-01
saturating arithmetic builtins: add, sub, mul, shl (#9619)
travisstaloch
2021-07-26
minimum/maximum builtins
Robin Voetter
2021-07-26
Add @select
Robin Voetter
2021-07-11
Rename IrInstSrc to Stage1ZirInst and IrInstGen to Stage1AirInst
Martin Wickham
2021-07-03
stage1: eliminate the IrInst base struct
Andrew Kelley
2021-07-02
stage1: get rid of the is_noreturn flag on IrInstSrc
Andrew Kelley
2021-06-12
Renamed @byteOffsetOf to @offsetOf
Exonorid
2021-05-28
stage1: rename IrBasicBlockSrc to Stage1ZirBasicBlock
Andrew Kelley
2021-05-28
stage1: move the ZigFn from Stage1Zir to Stage1AstGen
Andrew Kelley
2021-05-28
stage1: move some mutable state from Stage1Zir to IrAnalyze
Andrew Kelley
2021-05-28
stage1: rename IrExecutableSrc to Stage1Zir
Andrew Kelley
2021-03-18
stage1: small memory optimization for simple pointer types
Andrew Kelley
2021-03-18
stage1: small IR memory optimization on CheckSwitchProngs
Andrew Kelley
2021-03-18
stage1: small mem usage improvement for IR
Andrew Kelley
2021-01-30
remove @TagType
Tadeo Kondrak
2020-11-20
stage1: Initial implementation of @extern
LemonBoy
2020-11-01
stage1: Implement Add/Mul reduction operators
LemonBoy
2020-10-17
stage1: Fix type-checking of unary neg for vector types
LemonBoy
2020-10-05
stage1: Implement @reduce builtin for vector types
LemonBoy
2020-09-21
rename src-self-hosted/ to src/
Andrew Kelley