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
/
codegen.cpp
Age
Commit message (
Expand
)
Author
2020-02-10
stage1: memory/report overhaul
Michael Dusan
2020-02-10
Merge pull request #4404 from ziglang/async-std
Andrew Kelley
2020-02-09
fix defer interfering with return value spill
Andrew Kelley
2020-02-08
fix async runtime function call resolves target fn frame
Andrew Kelley
2020-02-07
Add wWinMain and wWinMainCRTStartup to fix #4376
Jared Miller
2020-02-07
fix async function call resolves target fn frame
Andrew Kelley
2020-02-07
more carefully calculate llvm field indexes
Andrew Kelley
2020-02-06
more std lib async I/O integration
Andrew Kelley
2020-02-05
ability to run tests in evented I/O mode
Andrew Kelley
2020-01-29
Add support for code model selection
Valentin Anger
2020-01-28
fix regression of storing optional with 0-bit payload
Andrew Kelley
2020-01-27
fix assertion with var debug loc not initialized
Andrew Kelley
2020-01-27
fix nested bitcast passed as tuple element
Andrew Kelley
2020-01-27
Merge branch 'master' into ir-clean-up-vars
Andrew Kelley
2020-01-25
Merge remote-tracking branch 'origin/master' into layneson-cpus_and_features
Andrew Kelley
2020-01-25
Merge pull request #4290 from ziglang/split-ir-structs
Andrew Kelley
2020-01-25
split IrInstruction into IrInst, IrInstSrc, IrInstGen
Andrew Kelley
2020-01-24
Merge pull request #4279 from mikdusan/create-global-cache
Michael Dusan
2020-01-23
Don't include stdbool.h for void and unreachable
Tadeo Kondrak
2020-01-23
stage1: make sure to create native_libc.txt dir
Michael Dusan
2020-01-22
aarch64: less feature-full baseline CPU
Andrew Kelley
2020-01-22
fix not respecting sub-arch feature
Andrew Kelley
2020-01-22
std.Target.CpuFeatures is now a struct with both CPU and feature set
Andrew Kelley
2020-01-21
enable native CPU feature for windows; disable failing tests
Andrew Kelley
2020-01-21
put hack back in to disable windows native cpu features
Andrew Kelley
2020-01-21
hit a comptime limitation with computing dense sets
Andrew Kelley
2020-01-21
properly forward baseline target cpu features to llvm
Andrew Kelley
2020-01-19
progress towards merging
Andrew Kelley
2020-01-19
Pass target_details to child CodeGens
Layne Gustafson
2020-01-19
Pass target details to c compiler
Layne Gustafson
2020-01-19
Add defaut feature support
Layne Gustafson
2020-01-19
Add builtin.zig support
Layne Gustafson
2020-01-19
Add TargetDetails abstraction
Layne Gustafson
2020-01-19
Add cpu/feature to cache hash
Layne Gustafson
2020-01-19
Add cpu/feature specification to cmndline
Layne Gustafson
2020-01-17
Merge pull request #4191 from Vexu/non-exhaustive-enums
Andrew Kelley
2020-01-16
fix regressions double implicit casting return ptr
Andrew Kelley
2020-01-16
zig ir.cpp details: remove the mem_slot mechanism
Andrew Kelley
2020-01-16
implement `@bitSizeOf`
Vexu
2020-01-16
turn panics into compile errors, require at least 1 field in non-exhaustive enum
Vexu
2020-01-15
small fixes
Vexu
2020-01-15
stage1: move local native_libc.txt to global
Michael Dusan
2020-01-15
implement non-exhaustive enums
Vexu
2020-01-14
Fix codegen error for some union initializers
LemonBoy
2020-01-13
Allow switching on pointer types
LemonBoy
2020-01-11
Stop dropping errors from clang
LemonBoy
2020-01-10
Inform the debugger about the effective type sizes
LemonBoy
2020-01-09
New @export() handling
LemonBoy
2020-01-07
cleanups related to --eh-frame-hdr
Andrew Kelley
2020-01-07
add --eh-frame-hdr conditionally
David Cao
[next]