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
2020-12-26
stage1: const_values_equal error union, improve remaining "TODO" panics
Veikka Tuominen
2020-12-24
stage1: add tsan LLVM passes when appropriate
Andrew Kelley
2020-12-24
WIP start adding support for TSAN
Andrew Kelley
2020-12-23
stage1: LLVMSetModuleInlineAsm is deprecated
xackus
2020-12-23
Add c_longdouble mapping for bpf (#7504)
Matthew Knight
2020-12-08
Implement msp430 mapping for c_longdouble. (#7333)
Nathan Michaels
2020-12-07
ability to build stage1 using only a zig tarball
Andrew Kelley
2020-12-03
Allow idx 0 err to be put into error_name_table
Jakub Konka
2020-11-29
stage1: Add missing bitcast when rendering var ptr
LemonBoy
2020-11-29
Merge pull request #7237 from koachan/sparc64-longdouble_fork
Andrew Kelley
2020-11-27
stage1: Fix crash in *[N]T to []T conversion with zst
LemonBoy
2020-11-27
Add sparc64 long double mapping
Koakuma
2020-11-25
stage1: Fix ICE when generating struct fields with padding
LemonBoy
2020-11-22
modernize the PIE patch for the latest master branch
Andrew Kelley
2020-11-21
Rename back to extern, extend a stage1 parser hack
LemonBoy
2020-11-20
stage1: Initial implementation of @extern
LemonBoy
2020-11-19
stage1: Compile error instead of falling back to C for unsupported cc
Tadeo Kondrak
2020-11-18
stage1: Fix undefined assignment for bitfields
LemonBoy
2020-11-18
Merge pull request #6385 from LemonBoy/callocator
Andrew Kelley
2020-11-18
stage1: Add architecture-specific clobbers to asm()
LemonBoy
2020-11-17
stage1: Fix asyncCall with non-abi-aligned arguments
LemonBoy
2020-11-16
Merge pull request #7112 from LemonBoy/fix-7104
Alexandros Naskos
2020-11-14
stage1: Fix generation of pass-by-value args in async fns
LemonBoy
2020-11-13
stage1: Disambiguate Wasm imports with same name
LemonBoy
2020-11-13
stage1: Ask LLVM to produce compact code in ReleaseSize mode
LemonBoy
2020-11-11
stage1: Fix crash in comptime struct generation
LemonBoy
2020-11-09
stage1: Print correct error message for vector @intCast
LemonBoy
2020-11-05
stage1: Fix type mapping for c_longdouble
LemonBoy
2020-11-01
stage1: Implement Add/Mul reduction operators
LemonBoy
2020-10-22
Merge pull request #6744 from LemonBoy/intcast-vec
Andrew Kelley
2020-10-19
stage1: Implement `@intCast` between vectors
LemonBoy
2020-10-17
stage1: Fix type-checking of unary neg for vector types
LemonBoy
2020-10-16
stage1: Don't ask LLVM to emit misaligned memcpy
LemonBoy
2020-10-14
stage1: Fix missing runtime safety check for intToPtr
LemonBoy
2020-10-08
Merge remote-tracking branch 'origin/master' into llvm11
Andrew Kelley
2020-10-07
Remove .Cold calling convention.
Tadeo Kondrak
2020-10-07
Merge remote-tracking branch 'origin/master' into llvm11
Andrew Kelley
2020-10-05
Merge pull request #6472 from alexnask/add_some_frees
Andrew Kelley
2020-10-05
stage1: Implement @reduce builtin for vector types
LemonBoy
2020-10-04
Merge branch 'master' of https://github.com/ziglang/zig into add_some_frees
Alexandros Naskos
2020-10-03
stage1: better value for builtin.link_mode
Andrew Kelley
2020-09-30
Added some c_allocator.deallocate calls
Alexandros Naskos
2020-09-30
Added a few ZigList deinit calls
Alexandros Naskos
2020-09-30
Merge remote-tracking branch 'origin/master' into llvm11
Andrew Kelley
2020-09-28
stage2: building mingw-w64 and COFF LDD linking
Andrew Kelley
2020-09-26
implement -femit-asm, -femit-docs, -femit-llvm-ir, etc
Andrew Kelley
2020-09-21
rename src-self-hosted/ to src/
Andrew Kelley