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
2021-05-28
Merge pull request #8918 from ziglang/stage1-tokenizer
Andrew Kelley
2021-05-28
stage1: Fix for atomicrmw xchg on fp types
LemonBoy
2021-05-28
stage1: move some mutable state from Stage1Zir to IrAnalyze
Andrew Kelley
2021-05-28
stage1: rework tokenizer to match stage2
Andrew Kelley
2021-05-25
stage1: Store target info in the LLVM module
LemonBoy
2021-05-15
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-14
stage1: Widen non byte-sized atomic loads/stores
LemonBoy
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-04
stage1: Fix LLVM error in inline asm invocation
LemonBoy
2021-04-28
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-28
Merge pull request #8472 from sreehax/master
Andrew Kelley
2021-04-24
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-15
stage2: improvements aimed at std lib integration
Andrew Kelley
2021-04-15
stage1: More precise serialization of f16 values
LemonBoy
2021-04-14
Merge remote-tracking branch 'origin/llvm12'
Andrew Kelley
2021-04-12
stage1: resolve builtin types and values via std.builtin
Andrew Kelley
2021-04-11
Merge remote-tracking branch 'origin/master' into llvm12
Michael Dusan
2021-04-08
callconv: add SysV
Sreehari S
2021-04-08
stage2: blaze the trail for std lib integration
Andrew Kelley
2021-03-13
Merge remote-tracking branch 'origin/master' into llvm12
Andrew Kelley
2021-03-12
stage1: Follow the C ABI for return types
LemonBoy
2021-03-04
Merge remote-tracking branch 'origin/master' into llvm12
Andrew Kelley
2021-03-01
Merge pull request #7946 from koachan/sparc64-framefixes
Andrew Kelley
2021-02-28
stage1: update to LLVM 12 sret callsite requirements
Andrew Kelley
2021-02-26
stage1: Fix emission of sret annotation for LLVM
LemonBoy
2021-02-26
Revert "stage1: upgrade to new LLVM sret attribute requirement"
Andrew Kelley
2021-02-26
stage1: upgrade to new LLVM sret attribute requirement
Andrew Kelley
2021-02-25
Merge remote-tracking branch 'origin/master' into llvm12
Andrew Kelley
2021-02-10
stage1: switch from inline fn to callconv(.Inline)
Tadeo Kondrak
2021-02-05
Add comment explaining the alignment setting
Koakuma
2021-02-04
stage1: set gen_frame_size alignment to work around requirement mismatch
Koakuma
2021-01-30
remove @TagType
Tadeo Kondrak
2021-01-23
add LTO support
Andrew Kelley
2021-01-15
Fix f128 codegen on BE hosts
Koakuma
2021-01-11
stage2: cleanups regarding red zone CLI flags
Andrew Kelley
2021-01-11
Added support for no red zone
Lee Cannon
2020-12-29
stage1: Let LLVM legalize the overflowing ops on vectors
LemonBoy
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-16
stage1: apply LLVM ssp attributes globally
Andrew Kelley
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
[next]