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
2024-09-19
zig_llvm: Update to LLVM 19.
Alex Rønne Petersen
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-09-04
Merge pull request #21257 from mlugg/computed-goto-3
Andrew Kelley
2024-09-01
Builder: add `indirectbr` llvm instruction
Jacob Young
2024-09-01
LLVM: Remove cpp bindings for setPICLevel, setPIELevel and setCodeModel
antlilja
2024-09-01
LLVM: Emit module flags through Builder instead of LLVM API
antlilja
2024-08-30
Merge pull request #21224 from alexrp/mips-gnu-fixes
Andrew Kelley
2024-08-30
llvm: Pass EmitOptions to libzigcpp by pointer.
Alex Rønne Petersen
2024-08-29
compiler: avoid field/decl name conflicts
mlugg
2024-08-28
llvm.Builder: revert adding !nosanitize API
Andrew Kelley
2024-08-28
llvm.Builder: add !nosanitize API
Andrew Kelley
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-28
llvm: Disable FastISel on MIPS as a workaround for #21215.
Alex Rønne Petersen
2024-08-28
llvm: Set PIC level 1 for MIPS.
Alex Rønne Petersen
2024-08-27
compiler: implement `@branchHint`, replacing `@setCold`
mlugg
2024-08-27
llvm.Builder: add support for more instruction metadata
Andrew Kelley
2024-08-13
nvptx: add implementations for GPU builtins
Robin Voetter
2024-07-23
LLVM: more fine-grained sancov emit options
Andrew Kelley
2024-07-22
initial support for integrated fuzzing
Andrew Kelley
2024-07-21
Revert "Merge pull request #20380 from tau-dev/master"
Andrew Kelley
2024-07-19
llvm: add pass-by-reference info to debug types
Tau
2024-07-19
llvm: Do not generate static member definitions
Tau
2024-07-19
llvm: encode variables as DW_TAG_imported_declaration
Tau
2024-07-19
llvm: set precise scopes on namespace types and variables
Tau
2024-07-13
Builder: fix llvm ir syntax
Jacob Young
2024-07-03
LLVM Builder: Pass correct argument to ensureUnusedMetadataCapacity
antlilja
2024-06-05
LLVM backend: loongarch64 support
Andrew Kelley
2024-05-08
add a debug subcommand for printing LLVM integer type alignment
Andrew Kelley
2024-05-08
add detect-cpu subcommand for debugging CPU features
Andrew Kelley
2024-05-08
update for LLVM 18 new target data
Andrew Kelley
2024-04-25
LLVM: Remove deprecated or soon to be deprecated constant expressions
antlilja
2024-04-06
Builder: fix encoding big integers in bitcode
Jacob Young
2024-04-06
LLVM Builder: Emit binary op optional flags for exact and no wrap
antlilja
2024-03-17
LLVM: Use fast math when requested
antlilja
2024-03-17
LLVM: Fix incorrect fast constant in FastMath packed struct
antlilja
2024-03-17
LLVM: Fix reaching unreachable code when emitting fast call
antlilja
2024-03-11
std.builtin: make atomic order fields lowercase
Tristan Ross
2024-03-02
LLVM: Add enableBrokenDebugInfoCheck and getBrokenDebugInfo
antlilja
2024-02-29
LLVM Builder: Fix emission of enum debug enumerator info bitcode
antlilja
2024-02-28
Builder: Implement StrtabString and use it for Global names
antlilja
2024-02-28
LLVM: Implement more efficient blob writing
antlilja
2024-02-26
Merge pull request #19083 from antlilja/llvm-blockinfo
Andrew Kelley
2024-02-26
Builder: Reduce size of DebugLoc abbrev
antlilja
2024-02-26
Builder: Use BlockInfo block to reduce size of bitcode
antlilja
2024-02-25
llvm: free llvm data before running llvm optimizations
Jacob Young
2024-02-25
llvm: implement per-module stripping
Jacob Young
2024-02-25
Merge pull request #19074 from antlilja/llvm-debug-loc
Jacob Young
2024-02-25
llvm: remork memory management in emit
Jacob Young
2024-02-25
Builder: Fix llvm ir debug location output
antlilja
2024-02-25
Builder: Improve debug location system
antlilja
[next]