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-10-18
all: rename `@maximum` to `@max` and `@minimum` to `@min`
Ali Chraghi
2022-10-15
Merge branch 'amdgpu-improvements' of https://github.com/Snektron/zig into Sn...
Andrew Kelley
2022-10-14
stage1: Fix ppcle `long double` size
Cody Tapscott
2022-10-13
Disable llvm.prefetch for PowerPC
Cody Tapscott
2022-10-13
stage1: Add softfloat support for `@reduce`
Cody Tapscott
2022-10-13
stage1: Rely on softfloat for `f16` on non-arm targets
Cody Tapscott
2022-10-12
backport @addrSpaceCast to stage 1
Robin Voetter
2022-10-12
amdgpu: add AmdgpuKernel calling convention
Robin Voetter
2022-09-25
llvm: update uwtable value for stage1
kcbanner
2022-09-20
std: add return address parameter to panic fn
Veikka Tuominen
2022-08-29
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-08-22
stage2+stage1: remove type parameter from bit builtins
Veikka Tuominen
2022-08-18
std.Target gains ObjectFormat field
Andrew Kelley
2022-08-07
remove 'builtin.stage2_arch', Sema is smart enough now
Meghan Denny
2022-08-05
stage1: another LLVM opaque pointers fix
Andrew Kelley
2022-08-03
LLVM backends: more LLVM 15 fixes
Andrew Kelley
2022-08-03
stage1: more LLVM15 opaque pointers fixes
Andrew Kelley
2022-08-02
stage1: fix a few more LLVM 15 opaque pointer bugs
Andrew Kelley
2022-08-02
more LLVM backend fixes
Andrew Kelley
2022-08-02
LLVM backend fixes
Andrew Kelley
2022-08-01
LLVM backends: work around poorly designed C API
Andrew Kelley
2022-08-01
stage1: avoid using LLVMGetElementType
Andrew Kelley
2022-08-01
fix bugs from previous two commits
Andrew Kelley
2022-08-01
stage1: LLVM lowering to opaque pointers API
Andrew Kelley
2022-07-19
delete the stage1 implementation of autodoc
Andrew Kelley
2022-07-10
stage1: Lower libcalls on Windows x86-64 correctly
Cody Tapscott
2022-07-10
stage1/codegen: replace sprintf() with snprintf()
Frank Denis
2022-07-03
stage1: fix vectors of small int and bool tripping LLVM assertion
Andrew Kelley
2022-07-03
LLVM: update lowering of saturating shift-left
Andrew Kelley
2022-07-01
stage1: update inline asm outputs to LLVM 14
Andrew Kelley
2022-07-01
stage1: update to LLVM 14 API
Andrew Kelley
2022-07-01
Merge remote-tracking branch 'origin/master' into llvm14
Andrew Kelley
2022-06-27
LLVM: fix invalid IR on `@returnAddress` of wasm/bpf
Andrew Kelley
2022-05-13
target: Rename sparcv9 -> sparc64
Koakuma
2022-05-08
Add Win64 calling convention
Hannes Bredberg
2022-05-06
flatten lib/std/special and improve "pkg inside another" logic
Andrew Kelley
2022-04-27
stage1: fix i386-windows f80 sizeof/alignof
Andrew Kelley
2022-04-27
compiler-rt: avoid symbol conflicts
Andrew Kelley
2022-04-27
add new builtin function `@tan`
Andrew Kelley
2022-04-27
stage1: Manually lower softfloat ops when needed
Cody Tapscott
2022-04-26
std.Thread: ResetEvent improvements (#11523)
protty
2022-04-22
Merge pull request #11279 from igor84/s1_packed_struct
Andrew Kelley
2022-04-18
wasm: Add support for debug info
Luuk de Gram
2022-03-27
stage1: implement casting from u0
leesongun
2022-03-26
stage1: Fix packed structs (#2627, #10104)
Igor Stojkovic
2022-02-23
compiler_rt: specify goals, organize README and compiler_rt.zig
Jan Philipp Hafer
2022-02-17
stage1: fix f80 negation
Veikka Tuominen
2022-02-17
stage1: use u16 for __truncxfhf2/__extendhfxf2 on non-Arm CPUs
Koakuma
2022-02-12
stage1: override f80 alignment for i386-windows
Andrew Kelley
2022-02-12
make f80 less hacky; lower as u80 on non-x86
Andrew Kelley
[next]