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.zig
Age
Commit message (
Expand
)
Author
2025-01-22
compiler: pass error return traces everywhere
mlugg
2025-01-21
compiler: simplify generic functions, fix issues with inline calls
mlugg
2025-01-19
llvm: convert `@divFloor` and `@mod` to forms llvm will recognize
Jacob Young
2025-01-16
x86_64: implement fallback for pcmpeqq
Jacob Young
2025-01-16
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg
2025-01-15
rewrite wasm/Emit.zig
Andrew Kelley
2025-01-15
compiler: add type safety for export indices
Andrew Kelley
2025-01-15
wasm linker: aggressive DODification
Andrew Kelley
2025-01-14
Sema: more validation for builtin decl types
mlugg
2025-01-05
Added support for thin lto
Travis Lange
2025-01-05
compiler: slightly simplify builtin decl memoization
mlugg
2025-01-04
incremental: new `AnalUnit` to group dependencies on `std.builtin` decls
mlugg
2024-12-24
compiler: analyze type and value of global declaration separately
mlugg
2024-12-23
Zir: refactor `declaration` instruction representation
mlugg
2024-12-11
compiler: Improve the handling of unwind table levels.
Alex Rønne Petersen
2024-12-03
llvm: Remove dead targetArch() and targetOs() functions.
Alex Rønne Petersen
2024-12-03
std.Target: Remove Os.Tag.bridgeos.
Alex Rønne Petersen
2024-11-28
llvm: Lower ohoseabi to ohos instead of verbatim.
Alex Rønne Petersen
2024-11-28
Merge pull request #22067 from alexrp/pie-tests
Alex Rønne Petersen
2024-11-24
dwarf: fix stepping through an inline loop containing one statement
Jacob Young
2024-11-24
std.Target: Add Os.HurdVersionRange for Os.Tag.hurd.
Alex Rønne Petersen
2024-11-08
llvm: Disable lowering to f16 on sparc.
Alex Rønne Petersen
2024-11-05
llvm: Also apply the nobuiltin attribute for the no_builtin module option.
Alex Rønne Petersen
2024-11-05
Compilation: Move no_builtin to Package.Module.
Alex Rønne Petersen
2024-11-05
Merge pull request #21907 from alexrp/valgrind-stuff
Alex Rønne Petersen
2024-11-04
llvm: Use no-builtins attribute instead of nobuiltin.
Alex Rønne Petersen
2024-11-04
llvm: Add client request support for all archs supported by Valgrind.
Alex Rønne Petersen
2024-11-03
Merge pull request #21843 from alexrp/callconv-followup
Alex Rønne Petersen
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-03
std.Target: Replace isARM() with isArmOrThumb() and rename it to isArm().
Alex Rønne Petersen
2024-11-02
compiler: Handle arm_aapcs16_vfp alongside arm_aapcs_vfp in some places.
Alex Rønne Petersen
2024-11-02
llvm: Fix lowering of gnuilp32 ABI to be gnu_ilp32.
Alex Rønne Petersen
2024-11-02
std.Target: Add muslabin32 and muslabi64 tags to Abi.
Alex Rønne Petersen
2024-11-02
std.Target: Remove armv7k/armv7s.
Alex Rønne Petersen
2024-11-01
std.Target: Add support for specifying Android API level.
Alex Rønne Petersen
2024-11-01
llvm: Set OS min version and libc version in ~all cases.
Alex Rønne Petersen
2024-11-01
llvm: Set vendor type in LLVM target triple for more OSs.
Alex Rønne Petersen
2024-10-31
compiler: remove anonymous struct types, unify all tuples
mlugg
2024-10-31
zig_llvm: Reduce our exposure to LLVM API breakage.
Alex Rønne Petersen
2024-10-27
implement new interrupts in the llvm backend
David Rubin
2024-10-25
Merge pull request #21710 from alexrp/function-alignment
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-22
Add support for specifying `dll_storage_class` in @extern
kcbanner
2024-10-20
llvm: Add some missing fnptr alignment specifications in DataLayoutBuilder.
Alex Rønne Petersen
2024-10-19
llvm: fix lowering `arm_aapcs_vfp` functions
mlugg
2024-10-19
llvn: fix incorrect mips64 callconv handling
mlugg
2024-10-19
llvm: fix lowering of avr_interrupt and m68k_interrupt callconvs
mlugg
2024-10-19
std.Target: rename `defaultCCallingConvention` and `Cpu.Arch.fromCallconv`
mlugg
[next]