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
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
2021-05-28
stage1: rework tokenizer to match stage2
Andrew Kelley
2021-05-12
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-10
stage1: ignore enum ContainerLayout for comptime memory purposes
Andrew Kelley
2021-05-10
stage1: remove outdated error message regarding #447
jacob gw
2021-04-28
Merge pull request #8472 from sreehax/master
Andrew Kelley
2021-04-25
stage1: Use correct alignment for asyncCall frame
LemonBoy
2021-04-25
stage1: Change how the Frame alignment is computed
LemonBoy
2021-04-24
stage1: Require a block after suspend
LemonBoy
2021-04-23
stage1: Allow wrapping negation on unsigned ints at comptime
LemonBoy
2021-04-15
stage1: Fix negation for zero floating point values
LemonBoy
2021-04-08
callconv: add SysV
Sreehari S
2021-04-02
Merge pull request #8028 from mguaypaq/nosuspend-allow
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-02-16
Allow async in nosuspend scope
Mathieu Guay-Paquet
2021-02-16
Allow resume in nosuspend scope
Mathieu Guay-Paquet
2021-02-10
stage1: switch from inline fn to callconv(.Inline)
Tadeo Kondrak
2021-01-30
remove @TagType
Tadeo Kondrak
2021-01-30
stage1: add error for slice.len incr beyond bounds
Michael Dusan
2021-01-12
stage1: Resolve alignment earlier in @alignCast
LemonBoy
2021-01-11
Merge pull request #7200 from Vexu/arr
Andrew Kelley
2020-12-30
stage1: Allow variable capture for multi-prong switch arms
LemonBoy
2020-12-28
stage1: Prevent crash with some lazy pointer types
LemonBoy
2020-12-26
stage1: const_values_equal error union, improve remaining "TODO" panics
Veikka Tuominen
2020-12-26
remove '||=' from stage1
g-w1
2020-12-25
stage1: validate pointer attributes when coercing anon literals
Vexu
2020-12-25
stage1: implement type coercion of pointer to anon list to array/struct/union...
Vexu
2020-12-25
stage1: implement type coercion of anon list to array
Vexu
2020-12-23
float_*_ieee597: only swap bytes when targeting different endianness than native
Koakuma
2020-12-23
Peer type resolution with unsigned ints and larger signed ints
g-w1
2020-12-21
stage1: add missing error check on inferred struct field ptr
Vexu
2020-12-19
stage1: Fix for generic fn monomorphization
LemonBoy
2020-12-09
Merge pull request #7362 from Vexu/std
Andrew Kelley
2020-12-09
Merge pull request #7366 from LemonBoy/fix-7346
Andrew Kelley
2020-12-09
stage1: Resolve some constants to u32, not usize
LemonBoy
2020-12-09
small fixes and zig fmt
Vexu
2020-12-08
stage1: Validate the specified cc for lazy fn types
LemonBoy
2020-12-05
stage1: Don't fold single-element enums too aggressively
LemonBoy
2020-12-03
stage1: compile error for pointer arithmetic on ptr-to-array
Andrew Kelley
2020-11-29
stage1: Fix typeInfo generation for arrays w/o sentinel
LemonBoy
2020-11-21
Merge pull request #7182 from LemonBoy/externnnn
Andrew Kelley
2020-11-20
stage1: Resolve usingnamespace decls when calling @typeInfo
LemonBoy
2020-11-20
stage1: Initial implementation of @extern
LemonBoy
[next]