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
Age
Commit message (
Expand
)
Author
2022-05-08
Add Win64 calling convention
Hannes Bredberg
2022-05-06
LLVM: rework the previous commit
Andrew Kelley
2022-05-05
stage2,llvm: handle softfloats in @intToFloat and @floatToInt
Jakub Konka
2022-05-04
LLVM: fix C ABI for windows
Andrew Kelley
2022-05-04
LLVM: fix x86_64 sysv C ABI for extern structs with sub-64 bit integers
Andrew Kelley
2022-05-04
stage2: implement global assembly
Andrew Kelley
2022-05-04
stage2: improve `@sizeOf` and `@alignOf` integers
Andrew Kelley
2022-05-02
LLVM: set module PIC, PIE, and CodeModel
Andrew Kelley
2022-05-02
LLVM: insert workaround for aarch64-windows f16 CodeView crash
Andrew Kelley
2022-05-02
stage2: improve inline asm stage1 compatibility
Andrew Kelley
2022-04-30
CBE: handle returning `undefined` for ErrorUnion
Daniele Cocca
2022-04-28
CBE: fix renderValue() for struct fields with no runtime bits
Daniele Cocca
2022-04-27
add new builtin function `@tan`
Andrew Kelley
2022-04-27
stage2: fix recent LLVM backend code
Andrew Kelley
2022-04-27
stage2: Manually lower softfloat ops when needed
Cody Tapscott
2022-04-27
std: replace usage of std.meta.bitCount() with @bitSizeOf()
Isaac Freund
2022-04-22
C backend: Fix array declarations
Annika L
2022-04-21
LLVM: C calling convention lowering fixes
Andrew Kelley
2022-04-20
stage2: use indexes for Decl objects
Andrew Kelley
2022-04-17
stage2: expose progress bar API to linker backends
Andrew Kelley
2022-04-15
stage2: fix bugs preventing stage2 from building stage3 with LLVM
Veikka Tuominen
2022-04-15
stage2 llvm: fix optional pointers to zero bit payloads
Veikka Tuominen
2022-04-15
stage2 llvm: handle dollar signs in asm template
Veikka Tuominen
2022-04-14
stage2: progress towards stage3
Andrew Kelley
2022-04-12
Liveness: modify encoding to support over 32 operands
Andrew Kelley
2022-04-02
stage2 llvm: properly align error union payload
Veikka Tuominen
2022-03-31
stage2: handle assembly input names
Veikka Tuominen
2022-03-30
CBE: improve support for asm inputs
Daniele Cocca
2022-03-29
stage2: implement `@intToError` with safety
Andrew Kelley
2022-03-29
CBE: fix C output after PR #11302, reenable tests
Daniele Cocca
2022-03-28
stage2: finish debug info for unions in the LLVM backend
Andrew Kelley
2022-03-28
stage2: LLVM: (WIP) add union fields debug info
John Schmidt
2022-03-28
stage2 llvm: fix union init of byRef values
Veikka Tuominen
2022-03-27
LLVM: handle aggregate_init for packed structs
Andrew Kelley
2022-03-26
stage2: simplify `scalar_ty` for `mul_add` in LLVM backend
William Sengir
2022-03-26
stage2 LLVM: Adjust to new AIR arithmetic overflow instructions
joachimschmidt557
2022-03-25
sema: use `pl_op` for `@select`
John Schmidt
2022-03-25
stage2: implement `@select`
John Schmidt
2022-03-23
stage2 CBE: Improve support for unions and error sets
Cody Tapscott
2022-03-22
stage2: lazy `@alignOf`
Andrew Kelley
2022-03-21
stage2: align store for vector-to-array bitcast in LLVM backend
William Sengir
2022-03-21
stage2: make more instructions vector-compatible in LLVM backend
William Sengir
2022-03-21
stage2: implement `cmp_vector` for LLVM backend
William Sengir
2022-03-21
stage2: add AIR instruction `cmp_vector`
William Sengir
2022-03-21
Merge pull request #11253 from Vexu/pretty-print-values
Andrew Kelley
2022-03-21
stage2 llvm: fix lowerDeclRefValue for function aliases
Veikka Tuominen
2022-03-21
stage2: add way to print values with types
Veikka Tuominen
2022-03-20
stage2: remove Value.Tag.abi_align_default
Andrew Kelley
2022-03-19
CBE: implement mod, divFloor, divTrunc
Daniele Cocca
2022-03-19
stage2: add dbg_block_{begin,end} instruction
Veikka Tuominen
[next]