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
2022-05-13
target: Rename sparcv9 -> sparc64
Koakuma
2022-05-08
Add Win64 calling convention
Hannes Bredberg
2022-05-06
flatten lib/std/special and improve "pkg inside another" logic
Andrew Kelley
2022-04-27
stage1: fix i386-windows f80 sizeof/alignof
Andrew Kelley
2022-04-27
compiler-rt: avoid symbol conflicts
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-04-26
std.Thread: ResetEvent improvements (#11523)
protty
2022-04-22
Merge pull request #11279 from igor84/s1_packed_struct
Andrew Kelley
2022-04-18
wasm: Add support for debug info
Luuk de Gram
2022-03-27
stage1: implement casting from u0
leesongun
2022-03-26
stage1: Fix packed structs (#2627, #10104)
Igor Stojkovic
2022-02-23
compiler_rt: specify goals, organize README and compiler_rt.zig
Jan Philipp Hafer
2022-02-17
stage1: fix f80 negation
Veikka Tuominen
2022-02-17
stage1: use u16 for __truncxfhf2/__extendhfxf2 on non-Arm CPUs
Koakuma
2022-02-12
stage1: override f80 alignment for i386-windows
Andrew Kelley
2022-02-12
make f80 less hacky; lower as u80 on non-x86
Andrew Kelley
2022-02-12
stage1: fix f80 size and alignment on x86 and arm
Andrew Kelley
2022-02-07
Sema: clean up zirUnaryMath
Andrew Kelley
2022-02-06
Sema: avoid `@intToFloat` for f80 which breaks on non-x86 targets
Andrew Kelley
2022-02-05
Merge pull request #10738 from Vexu/f80
Andrew Kelley
2022-02-05
stage2: add support for Nvptx target
gwenzek
2022-02-04
stage1: make f80 always size 16, align 16
Veikka Tuominen
2022-02-04
stage1: implement f80 negation on non native targets
Veikka Tuominen
2022-02-04
compiler-rt: add comparison functions for f80
Veikka Tuominen
2022-02-01
stage1: avoid anytype fields for type info
Andrew Kelley
2022-01-28
stage1: lower const f80 a different way
Andrew Kelley
2022-01-28
fix invalid const bitcast of f80
Andrew Kelley
2022-01-28
stage1: call compiler-rt for math builtins on f80 on unsupported targets
Veikka Tuominen
2022-01-28
stage1: handle compiler-rt calls on vectors of f80
Veikka Tuominen
2022-01-28
stage1: emit calls to compiler-rt for f80 on unsupported targets
Veikka Tuominen
2022-01-28
stage1: add f80 type
Veikka Tuominen
2022-01-17
remove `zig_is_stage2` from `@import("builtin")`
Andrew Kelley
2022-01-07
Pass `--allow-unknown-exports` to wasmtime
Luuk de Gram
2022-01-06
wasm-linker: Only export symbols notated as such
Luuk de Gram
2022-01-01
stage1: fix @errorName null termination
Marian Beermann
2021-12-19
stage1: deal with BPF not supporting @returnAddress()
Kenta Iwasaki
2021-12-19
stage1, stage2: rename c_void to anyopaque (#10316)
Isaac Freund
2021-12-11
stage1: implement @prefetch() builtin
Isaac Freund
2021-12-03
default mabi based on RISC-V extensions and -mabi build option
vole-dev
2021-12-03
stage1: LLVM code for `@tagName` not emitting null byte
Andrew Kelley
2021-11-27
stage2: implement `@typeName`
Andrew Kelley
2021-11-25
Pass inferred cpu_arch to defaultVersionRange
Jakub Konka
2021-11-16
stage1: Fix caching of LLVM builtin fns
LemonBoy
2021-11-09
stage1: fix type mapping for integers and c_longdouble on nvptx
Žiga Željko
2021-10-25
Merge pull request #9874 from leecannon/frame_pointer
Andrew Kelley
2021-10-24
stage1/stage2: Simplify divTrunc impl
LemonBoy
2021-10-16
stage1 codegen
Lee Cannon
2021-10-05
stage1: work around LLVM's buggy fma lowering
Andrew Kelley
2021-09-30
Merge remote-tracking branch 'origin/master' into llvm13
Andrew Kelley
[next]