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.cpp
Age
Commit message (
Expand
)
Author
2022-02-09
stage 1: improve error message if error union is cast to payload (#10770)
Sebsatian Keller
2022-02-05
stage2: add support for Nvptx target
gwenzek
2022-02-01
stage2: remove anytype fields from the language
Andrew Kelley
2022-02-01
stage1: avoid anytype fields for type info
Andrew Kelley
2022-01-31
stage1: remove the `data` field from TypeInfo.Declaration
Andrew Kelley
2022-01-30
ir.cpp: use is_tagged_union to DRY
zseri
2022-01-29
stage1: fix saturating arithmetic producing incorrect results on type comptim...
riverbl
2022-01-28
stage1: add f80 type
Veikka Tuominen
2022-01-20
stage1: remove the "referenced here" error note
Andrew Kelley
2021-12-28
stage1: fix access of slice sentinel at comptime
Veikka Tuominen
2021-12-19
stage1, stage2: rename c_void to anyopaque (#10316)
Isaac Freund
2021-12-11
stage1: implement @prefetch() builtin
Isaac Freund
2021-12-08
stage1: fix regression of shift by negative value error
Andrew Kelley
2021-12-08
stage1: saturating shl operates using LHS type
Andrew Kelley
2021-11-25
stage1: fix exporting enums
Andrew Kelley
2021-10-15
Sat shl neg rhs (#9949)
travisstaloch
2021-09-28
sat-arithmetic: add operator support
Travis Staloch
2021-09-24
Spelling corrections (#9833)
Josh Soref
2021-09-20
Address Spaces: Yeet address space on function prototypes
Robin Voetter
2021-09-20
Address Spaces: Pointer and function info in @Type
Robin Voetter
2021-09-01
saturating arithmetic builtins: add, sub, mul, shl (#9619)
travisstaloch
2021-08-23
stage1: `@intToEnum` implicitly does an `@intCast`
Andrew Kelley
2021-07-28
stage1: fix anon struct naming in certain cases
Michael Dusan
2021-07-26
minimum/maximum builtins
Robin Voetter
2021-07-26
Add @select
Robin Voetter
2021-07-25
ctz + clz
Auguste Rame
2021-07-25
Add vector support for @popCount
Auguste Rame
2021-07-15
src: return a null-terminated slice
Daniele Cocca
2021-07-11
Remove Stage1AirInst::owner_bb, use zir owner instead.
Martin Wickham
2021-07-11
Rename IrInstSrc to Stage1ZirInst and IrInstGen to Stage1AirInst
Martin Wickham
2021-07-05
Remove debug checks, audit field accesses
Martin Wickham
2021-07-05
stage1: avoid incorrectly reading ZigValue data
Andrew Kelley
2021-07-05
stage1: resolve lazy values before comptime fn call
Andrew Kelley
2021-07-05
Better hashing, new asserts failing
Martin Wickham
2021-07-05
stage1: recursively resolve lazy values before hashing
Andrew Kelley
2021-07-03
stage1: eliminate the IrInst base struct
Andrew Kelley
2021-07-02
AstGen: cleanups to pass more compile error test cases
Andrew Kelley
2021-07-02
move "unreachable code" error from stage1 to stage2
Andrew Kelley
2021-06-16
errorName: return a null-terminated slice
Daniele Cocca
2021-06-16
tagName: return a null-terminated slice
Daniele Cocca
2021-06-16
{create,init}_const_slice: accept custom sentinel
Daniele Cocca
2021-06-12
Renamed @byteOffsetOf to @offsetOf
Exonorid
2021-06-08
stage1: make `@truncate` to an integer type of different sign an error at com...
Matthew Borkowski
2021-06-06
stage1: Allow array-like initialization for tuple types
LemonBoy
2021-05-28
stage1: rename IrBasicBlockSrc to Stage1ZirBasicBlock
Andrew Kelley
2021-05-28
stage1: remove source_node field from Stage1Zir
Andrew Kelley
2021-05-28
stage1: remove c_import_buf from Stage1Zir
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
[next]