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
/
codegen.cpp
Age
Commit message (
Expand
)
Author
2021-07-28
stage1: Expand SysV C ABI support for small structs
Belhorma Bendebiche
2021-07-27
stage1: add c_longdouble mapping for s390x
Meghan Denny
2021-07-26
minimum/maximum builtins
Robin Voetter
2021-07-26
Add @select
Robin Voetter
2021-07-26
Merge pull request #9458 from SuperAuguste/popcount-ctz-clz
Andrew Kelley
2021-07-26
Wasm,libc: fix wasm-ld failure in matching libc symbols.
Takeshi Yoneda
2021-07-25
Add vector support for @popCount
Auguste Rame
2021-07-22
support -fcompiler-rt in conjunction with build-obj
Andrew Kelley
2021-07-22
add -femit-llvm-bc CLI option and implement it
Andrew Kelley
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-03
stage1: eliminate the IrInst base struct
Andrew Kelley
2021-06-20
Merge pull request #8636 from jmc-88/issue-3779
Veikka Tuominen
2021-06-18
stage1: Store the specified code model in the LLVM module
LemonBoy
2021-06-16
{create,init}_const_slice: accept custom sentinel
Daniele Cocca
2021-06-12
Renamed @byteOffsetOf to @offsetOf
Exonorid
2021-06-11
better awareness of unwind tables
Andrew Kelley
2021-06-10
stage1: Fix handling of C ABI parameters split in multiple regs
LemonBoy
2021-06-06
stage1: Apply the same set of fn attributes everywhere
LemonBoy
2021-05-28
Merge pull request #8918 from ziglang/stage1-tokenizer
Andrew Kelley
2021-05-28
stage1: Fix for atomicrmw xchg on fp types
LemonBoy
2021-05-28
stage1: move some mutable state from Stage1Zir to IrAnalyze
Andrew Kelley
2021-05-28
stage1: rework tokenizer to match stage2
Andrew Kelley
2021-05-25
stage1: Store target info in the LLVM module
LemonBoy
2021-05-15
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-14
stage1: Widen non byte-sized atomic loads/stores
LemonBoy
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-04
stage1: Fix LLVM error in inline asm invocation
LemonBoy
2021-04-28
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-28
Merge pull request #8472 from sreehax/master
Andrew Kelley
2021-04-24
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-15
stage2: improvements aimed at std lib integration
Andrew Kelley
2021-04-15
stage1: More precise serialization of f16 values
LemonBoy
2021-04-14
Merge remote-tracking branch 'origin/llvm12'
Andrew Kelley
2021-04-12
stage1: resolve builtin types and values via std.builtin
Andrew Kelley
2021-04-11
Merge remote-tracking branch 'origin/master' into llvm12
Michael Dusan
2021-04-08
callconv: add SysV
Sreehari S
2021-04-08
stage2: blaze the trail for std lib integration
Andrew Kelley
2021-03-13
Merge remote-tracking branch 'origin/master' into llvm12
Andrew Kelley
2021-03-12
stage1: Follow the C ABI for return types
LemonBoy
2021-03-04
Merge remote-tracking branch 'origin/master' into llvm12
Andrew Kelley
2021-03-01
Merge pull request #7946 from koachan/sparc64-framefixes
Andrew Kelley
2021-02-28
stage1: update to LLVM 12 sret callsite requirements
Andrew Kelley
2021-02-26
stage1: Fix emission of sret annotation for LLVM
LemonBoy
2021-02-26
Revert "stage1: upgrade to new LLVM sret attribute requirement"
Andrew Kelley
2021-02-26
stage1: upgrade to new LLVM sret attribute requirement
Andrew Kelley
2021-02-25
Merge remote-tracking branch 'origin/master' into llvm12
Andrew Kelley
2021-02-10
stage1: switch from inline fn to callconv(.Inline)
Tadeo Kondrak
2021-02-05
Add comment explaining the alignment setting
Koakuma
2021-02-04
stage1: set gen_frame_size alignment to work around requirement mismatch
Koakuma
[next]