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
2019-09-29
detect the shared windows include dir as well
Andrew Kelley
2019-09-29
detect the windows um include directory
Andrew Kelley
2019-09-25
remove --override-std-dir. fix issues caused by moving std lib
Andrew Kelley
2019-09-24
better default enabled features for riscv
Andrew Kelley
2019-09-24
Create user-specified `output-dir`
Jay Weisskopf
2019-09-21
Merge pull request #3278 from LemonBoy/struct-gen
Andrew Kelley
2019-09-21
Correct stack alignment for new stack
LemonBoy
2019-09-21
Fix generation of tail fields for packed struct
LemonBoy
2019-09-20
avoid setting `tail` for `@panic`
Andrew Kelley
2019-09-19
Merge remote-tracking branch 'origin/master' into llvm9
Andrew Kelley
2019-09-19
src: use zig_panic rather than having LLVM abort
daurnimator
2019-09-19
fixups for `@splat`
Andrew Kelley
2019-09-19
`@splat`
Shawn Landden
2019-09-19
implement runtime `@byteSwap` and other fixups
Andrew Kelley
2019-09-18
@byteSwap on vectors
Shawn Landden
2019-09-18
rework the implementation
Andrew Kelley
2019-09-18
stage1: add @shuffle() shufflevector support
Shawn Landden
2019-09-18
adjust codegen of casting between arrays and vectors
Andrew Kelley
2019-09-18
Fix array->vector and vector->array for many types. Allow vector of bool.
Shawn Landden
2019-09-15
Merge remote-tracking branch 'origin/master' into llvm9
Andrew Kelley
2019-09-13
no-stack-arg-probe only for UEFI
Andrew Kelley
2019-09-13
fix regression from incorrect conflict resolution in prev commit
Andrew Kelley
2019-09-13
Merge branch 'uefi' of https://github.com/nrdmn/zig into nrdmn-uefi
Andrew Kelley
2019-09-12
improvements targeted at improving async functions
Andrew Kelley
2019-09-10
async function calls re-use frame buffers
Andrew Kelley
2019-09-10
Merge remote-tracking branch 'origin/master' into llvm9
Andrew Kelley
2019-09-09
fix bad LLVM IR when for target expr needs to be spilled
Andrew Kelley
2019-09-09
implement spilling when returning error union async function call
Andrew Kelley
2019-09-09
release builds of stage1 have llvm ir verification
Andrew Kelley
2019-09-08
move logic for propagating framework dirs to zig cc
Andrew Kelley
2019-09-07
implement spills when expressions used across suspend points
Andrew Kelley
2019-09-07
fix await used in an expression generating bad LLVM
Andrew Kelley
2019-09-06
runtime safety for noasync function calls
Andrew Kelley
2019-09-05
implement `noasync` function calls
Andrew Kelley
2019-09-05
Resolve lazy values when checking for definedness
LemonBoy
2019-09-04
fixups and add documentation for `@Type`
Andrew Kelley
2019-09-03
Add @Type builtin
Jonathan Marler
2019-09-03
emit a compile error if a test becomes async
Andrew Kelley
2019-09-03
fix compiler crash in struct field pointers
Andrew Kelley
2019-09-03
fix stack traces on macos when passing absolute path to root source file
Andrew Kelley
2019-09-02
omit prefix data for async functions sometimes
Andrew Kelley
2019-09-02
Merge remote-tracking branch 'origin/master' into llvm9
Andrew Kelley
2019-09-02
fix const result loc, runtime if cond, else unreachable
Andrew Kelley
2019-09-02
add ability to specify darwin framework search dirs
Andrew Kelley
2019-08-31
improvements to `@asyncCall`
Andrew Kelley
2019-08-31
`@typeOf` now guarantees no runtime side effects
Andrew Kelley
2019-08-30
support recursive async and non-async functions
Andrew Kelley
2019-08-29
await does not force async if callee is blocking
Andrew Kelley
2019-08-29
make `@sizeOf` lazy
Andrew Kelley
2019-08-29
fix not fully resolving debug info for structs causing llvm error
Andrew Kelley
[prev]
[next]