.. |
Air
|
compiler: remove anonymous struct types, unify all tuples
|
2024-10-31 20:42:53 +00:00 |
arch
|
AstGen: add missing rvalue call to labeledBlockExpr
|
2024-11-12 14:51:10 +00:00 |
codegen
|
Merge pull request #21920 from alexrp/nobuiltin
|
2024-11-12 16:40:00 +01:00 |
Compilation
|
Compilation: Re-enable LTO for RISC-V.
|
2024-11-19 12:04:42 +01:00 |
link
|
link: use target to determine risc-v eflag validity
|
2024-11-22 19:34:47 -05:00 |
Liveness
|
remove @fence (#21585)
|
2024-10-04 22:21:27 +00:00 |
Package
|
Append disabled LLVM CPU features after enabled ones
|
2024-11-20 10:09:03 +01:00 |
Sema
|
compiler: remove anonymous struct types, unify all tuples
|
2024-10-31 20:42:53 +00:00 |
Zcu
|
compiler: remove anonymous struct types, unify all tuples
|
2024-10-31 20:42:53 +00:00 |
Air.zig
|
compiler: remove anonymous struct types, unify all tuples
|
2024-10-31 20:42:53 +00:00 |
Builtin.zig
|
std.Target: Add support for specifying Android API level.
|
2024-11-01 06:23:59 +01:00 |
clang_options_data.zig
|
clang: Update options data to Clang 19.
|
2024-09-19 18:20:21 -07:00 |
clang_options.zig
|
|
|
clang.zig
|
Initial port work for *-windows-itanium support.
|
2024-09-28 21:43:52 +02:00 |
codegen.zig
|
compiler: remove anonymous struct types, unify all tuples
|
2024-10-31 20:42:53 +00:00 |
Compilation.zig
|
Compilation: Consider *.lo files to be object files.
|
2024-11-23 01:22:20 +01:00 |
crash_report.zig
|
std.os.windows: Deprecate WINAPI in favor of CallingConvention.winapi.
|
2024-11-02 10:44:18 +01:00 |
DarwinPosixSpawn.zig
|
|
|
dev.zig
|
dev: support incremental for x86_64-linux env
|
2024-11-16 11:49:49 -05:00 |
fmt.zig
|
compiler: un-jit zig fmt
|
2024-11-12 21:55:46 -08:00 |
glibc.zig
|
glibc, musl, wasi-libc: Don't explicitly pass -fno-stack-protector.
|
2024-11-05 22:41:09 +01:00 |
InternPool.zig
|
compiler: remove anonymous struct types, unify all tuples
|
2024-10-31 20:42:53 +00:00 |
introspect.zig
|
|
|
libcxx.zig
|
libcxx: Pass -fPIC via module options instead of CFLAGS.
|
2024-11-05 22:41:09 +01:00 |
libtsan.zig
|
tsan: Handle more Apple targets when picking library name.
|
2024-11-05 22:41:09 +01:00 |
libunwind.zig
|
libunwind: Pass -fPIC -funwind-tables via module options instead of CFLAGS.
|
2024-11-05 22:41:09 +01:00 |
link.zig
|
link.File.Wasm: parse inputs in compilation pipeline
|
2024-10-30 23:43:53 -07:00 |
Liveness.zig
|
remove @fence (#21585)
|
2024-10-04 22:21:27 +00:00 |
main.zig
|
link: fix memory bugs
|
2024-11-16 21:29:17 -05:00 |
mingw.zig
|
Compilation: Move no_builtin to Package.Module.
|
2024-11-05 14:43:02 +01:00 |
musl.zig
|
musl: Define TIME32 and FAMILY_* macros for libc.S as appropriate.
|
2024-11-23 03:10:58 +01:00 |
mutable_value.zig
|
remove formatted panics
|
2024-09-26 12:35:14 -07:00 |
Package.zig
|
|
|
print_air.zig
|
remove @fence (#21585)
|
2024-10-04 22:21:27 +00:00 |
print_env.zig
|
|
|
print_targets.zig
|
|
|
print_value.zig
|
compiler: remove anonymous struct types, unify all tuples
|
2024-10-31 20:42:53 +00:00 |
print_zir.zig
|
compiler: remove anonymous struct types, unify all tuples
|
2024-10-31 20:42:53 +00:00 |
RangeSet.zig
|
|
|
register_manager.zig
|
|
|
Sema.zig
|
compiler: Disallow align(0) everywhere in the language.
|
2024-11-23 18:44:07 -05:00 |
target.zig
|
Merge pull request #21920 from alexrp/nobuiltin
|
2024-11-12 16:40:00 +01:00 |
ThreadSafeQueue.zig
|
link.flushTaskQueue: move safety lock
|
2024-10-23 16:27:39 -07:00 |
tracy.zig
|
|
|
translate_c.zig
|
compiler: remove anonymous struct types, unify all tuples
|
2024-10-31 20:42:53 +00:00 |
Type.zig
|
compiler: remove anonymous struct types, unify all tuples
|
2024-10-31 20:42:53 +00:00 |
Value.zig
|
compiler: remove anonymous struct types, unify all tuples
|
2024-10-31 20:42:53 +00:00 |
wasi_libc.zig
|
glibc, musl, wasi-libc: Don't explicitly pass -fno-stack-protector.
|
2024-11-05 22:41:09 +01:00 |
Zcu.zig
|
cbe: Support some more calling conventions.
|
2024-11-02 10:44:18 +01:00 |
zig_clang_cc1_main.cpp
|
compiler: Update LLVM/Clang driver files to LLVM/Clang 19.
|
2024-09-19 18:20:20 -07:00 |
zig_clang_cc1as_main.cpp
|
compiler: Update LLVM/Clang driver files to LLVM/Clang 19.
|
2024-09-19 18:20:20 -07:00 |
zig_clang_driver.cpp
|
compiler: Update LLVM/Clang driver files to LLVM/Clang 19.
|
2024-09-19 18:20:20 -07:00 |
zig_clang.cpp
|
zig_clang: Update to Clang 19.
|
2024-09-19 18:20:20 -07:00 |
zig_clang.h
|
zig_clang: Update to Clang 19.
|
2024-09-19 18:20:20 -07:00 |
zig_llvm-ar.cpp
|
compiler: Update LLVM/Clang driver files to LLVM/Clang 19.
|
2024-09-19 18:20:20 -07:00 |
zig_llvm.cpp
|
zig_llvm: Reduce our exposure to LLVM API breakage.
|
2024-10-31 01:27:22 +01:00 |
zig_llvm.h
|
zig_llvm: Reduce our exposure to LLVM API breakage.
|
2024-10-31 01:27:22 +01:00 |