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
2025-02-22
llvm: Use inline variants of memcpy/memset intrinsics when using -fno-builtin.
Alex Rønne Petersen
2025-02-22
llvm.Builder: Update some intrinsic definitions for LLVM 19.
Alex Rønne Petersen
2025-02-03
compiler,std: implement ZON support
Mason Remaley
2025-01-16
all: update to `std.builtin.Type.{Pointer,Array,StructField}` field renames
mlugg
2024-12-27
llvm: fix UB in metadata printer
David Rubin
2024-11-03
Merge pull request #21599 from alexrp/thumb-porting
Alex Rønne Petersen
2024-11-03
llvm: Update the list of address spaces for LLVM 19.
Alex Rønne Petersen
2024-11-02
llvm: Remove extraneous commas for branch hint metadata in textual IR output.
Alex Rønne Petersen
2024-10-31
zig_llvm: Reduce our exposure to LLVM API breakage.
Alex Rønne Petersen
2024-10-23
Merge pull request #21758 from kcbanner/dll_storage_class
Andrew Kelley
2024-10-22
Cause a compilation error to occur if using @extern with is_dll_import in a c...
kcbanner
2024-10-19
compiler: introduce new `CallingConvention`
mlugg
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
[next]