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-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
2021-09-28
saturating arithmetic modifications
Andrew Kelley
2021-09-28
sat-arithmetic: add operator support
Travis Staloch
2021-09-23
stage2: LLVM backend: improved naming and exporting
Andrew Kelley
2021-09-21
stage2: progress towards ability to compile compiler-rt
Andrew Kelley
2021-09-15
Merge remote-tracking branch 'origin/master' into llvm13
Andrew Kelley
2021-09-14
stage2: implement cmpxchg and improve comptime eval
Andrew Kelley
2021-09-01
saturating arithmetic builtins: add, sub, mul, shl (#9619)
travisstaloch
2021-08-19
Revert "Add mask before truncating dereferenced bit pointers (#9584)"
Andrew Kelley
2021-08-19
Merge remote-tracking branch 'origin/master' into llvm13
Andrew Kelley
2021-08-19
Add mask before truncating dereferenced bit pointers (#9584)
Robin Voetter
2021-08-16
update src/ to LLVM 13 rc1 API
Andrew Kelley
2021-08-09
Merge remote-tracking branch 'origin' into libc-wasi-test
Takeshi Yoneda
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-27
WASI,libc: enable tests.
Takeshi Yoneda
2021-07-26
Merge pull request #9458 from SuperAuguste/popcount-ctz-clz
Andrew Kelley
[next]