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
/
analyze.cpp
Age
Commit message (
Expand
)
Author
2022-10-15
Merge branch 'amdgpu-improvements' of https://github.com/Snektron/zig into Sn...
Andrew Kelley
2022-10-13
stage1: Add softfloat support for `@reduce`
Cody Tapscott
2022-10-12
backport @addrSpaceCast to stage 1
Robin Voetter
2022-10-12
amdgpu: add AmdgpuKernel calling convention
Robin Voetter
2022-08-29
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-08-10
stage2: Implement explicit backing integers for packed structs
Isaac Freund
2022-08-03
stage1: more LLVM15 opaque pointers fixes
Andrew Kelley
2022-08-01
stage1: LLVM lowering to opaque pointers API
Andrew Kelley
2022-07-11
stage1: fix typo in analyze.cpp (#12077)
Ikko Ashimine
2022-07-03
stage1: fix vectors of small int and bool tripping LLVM assertion
Andrew Kelley
2022-05-08
Add Win64 calling convention
Hannes Bredberg
2022-05-04
stage1: fix `@sizeOf` for 128-bit integer types
Andrew Kelley
2022-04-27
stage1: fix incorrect struct padding
Andrew Kelley
2022-04-27
add new builtin function `@tan`
Andrew Kelley
2022-04-27
stage1: Manually lower softfloat ops when needed
Cody Tapscott
2022-03-26
stage1: Fix packed structs (#2627, #10104)
Igor Stojkovic
2022-03-08
LLVM: memoize debug types and add enum debug types
Andrew Kelley
2022-02-08
stage1: fix x86_64-windows C ABI classification logic
Andrew Kelley
2022-02-08
stage1: fix x86 i128 C ABI for extern structs
Andrew Kelley
2022-02-05
stage2: add support for Nvptx target
gwenzek
2022-01-31
stage1: remove the `data` field from TypeInfo.Declaration
Andrew Kelley
2022-01-28
stage1: add f80 type
Veikka Tuominen
2022-01-20
stage1: remove the "referenced here" error note
Andrew Kelley
2022-01-03
stage1: Resolve LLVM C ABI type for small packed structs
paulsnar
2022-01-01
fmt: Refactor parsing of placeholders into its own function
Jimmi Holst Christensen
2021-11-22
stage1: improve packed struct array padding error message
Kirk Scheibelhut
2021-10-26
Don't call render_const_val_array() on undefined
Daniele Cocca
2021-09-24
Spelling corrections (#9833)
Josh Soref
2021-09-20
Address Spaces: Pointer and function info in @Type
Robin Voetter
2021-08-27
declarations may collide with primitives with @"" syntax
Andrew Kelley
2021-08-24
stage1: remove incorrect compile error for var redeclaration
Andrew Kelley
2021-07-28
stage1: Expand SysV C ABI support for small structs
Belhorma Bendebiche
2021-07-25
ctz + clz
Auguste Rame
2021-07-25
Add vector support for @popCount
Auguste Rame
2021-07-11
Rename IrInstSrc to Stage1ZirInst and IrInstGen to Stage1AirInst
Martin Wickham
2021-07-06
Avoid some large copies for another second of time saved
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-03
stage1: eliminate the IrInst base struct
Andrew Kelley
2021-07-02
tokenizer: clean up invalid token error
Andrew Kelley
2021-06-16
Add create_sentineled_str_lit
Daniele Cocca
2021-06-16
{create,init}_const_slice: accept custom sentinel
Daniele Cocca
2021-06-08
stage1: fix render_const_value for printing const optional pointers
Matthew Borkowski
2021-05-28
stage1: remove source_node field 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
[next]