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
/
llvm
Age
Commit message (
Expand
)
Author
2022-11-20
llvm: add attributes to the arguments of function pointer calls
Veikka Tuominen
2022-11-16
llvm: implement arbitrary precision debug enumerators
Veikka Tuominen
2022-10-12
stage2: improve addrspace handling
Robin Voetter
2022-09-21
LLVM: remove purposeless const qualifiers
Andrew Kelley
2022-09-13
properly annotate nullability of ZigLLVMCreateDebugForwardDeclType
Andrew Kelley
2022-08-29
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-08-19
LLVM: add DLL export attribute
Andrew Kelley
2022-08-10
stage2 llvm: implement more C ABI
Veikka Tuominen
2022-08-10
LLVM: respect linksection for exported variables
Andrew Kelley
2022-08-01
LLVM backends: work around poorly designed C API
Andrew Kelley
2022-08-01
stage2: LLVM lowering to opaque pointers API
Andrew Kelley
2022-08-01
stage1: LLVM lowering to opaque pointers API
Andrew Kelley
2022-07-31
update Target, CPU, OS, ABI, etc. to LLVM 15
Andrew Kelley
2022-07-27
LLVM: fix lowering byte-aligned packed struct field pointers
Andrew Kelley
2022-07-23
stage2: implement `@setFloatMode`
Veikka Tuominen
2022-07-14
LLVM: fix ABI size of optional and error union types
Andrew Kelley
2022-07-14
LLVM: insert debug logging when LLVM ABI size is wrong
Andrew Kelley
2022-07-03
LLVM: update inline asm to LLVM14 semantics
Andrew Kelley
2022-07-01
LLD: the driver functions now return "false" to mean "error"
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-30
stage2: lower float negation explicitly
Andrew Kelley
2022-06-11
stage2: improve debugging tools
Veikka Tuominen
2022-05-31
LLVM: add target-cpu and target-features fn attributes
Andrew Kelley
2022-05-20
LLVM: rework calling convention lowering
Andrew Kelley
2022-05-10
Add Visibility field to ExportOptions.
Takeshi Yoneda
2022-05-06
LLVM: rework the previous commit
Andrew Kelley
2022-05-04
stage2: implement global assembly
Andrew Kelley
2022-05-02
LLVM: set module PIC, PIE, and CodeModel
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-15
stage2: fix bugs preventing stage2 from building stage3 with LLVM
Veikka Tuominen
2022-03-28
stage2: LLVM: (WIP) add union fields debug info
John Schmidt
2022-03-27
LLVM: handle aggregate_init for packed structs
Andrew Kelley
2022-03-17
stage2: implement `@reduce`
Andrew Kelley
2022-03-16
stage2 llvm: keep track of inlined functions
Veikka Tuominen
2022-03-15
stage2: add debug info for globals in the LLVM backend
William Sengir
2022-03-13
stage2: add debug info for locals in the LLVM backend
Andrew Kelley
2022-03-08
LLVM: no longer store args into alloca instructions
Andrew Kelley
2022-03-08
LLVM: add DISubprogram and DIType lowering; handle dbg_stmt
Andrew Kelley
2022-03-08
LLVM: add compile unit to debug info
Andrew Kelley
2022-03-03
LLVM: fix lowering of unions and switches
Andrew Kelley
2022-03-02
stage2: implement `@extern`
Veikka Tuominen
2022-03-01
LLVM: add extra padding to structs and tuples sometimes
Andrew Kelley
2022-03-01
LLVM: fix tripping assertions
Andrew Kelley
2022-02-03
update C API bindings to LLVM 14
Andrew Kelley
2022-01-30
stage2: implement shl_exact and shr_exact
Andrew Kelley
2022-01-12
stage2: implement `@ctz` and `@clz` including SIMD
Andrew Kelley
2021-12-28
stage2: LLVM backend: fix lowering of union constants
Andrew Kelley
2021-12-27
stage2: LLVM backend: fix const packed structs
Andrew Kelley
[next]