zig/src
Andrew Kelley bf3f63a34a delete aro dependency
translate-c is moving towards a package provided by the build system
(#20630).

The repository https://github.com/ziglang/translate-c/ implements C
translation using Aro. This commit deletes the Aro implementation of C
translation from the Zig repository, leaving only the Clang
implementation.

The other dependency on Aro is for the preprocessor. This must move to
`std.zig.Preprocessor`, be untangled from Aro, and independently
maintained.

There must also be added a Preprocessor Build Step, which this commit
does not do.

Furthermore, the preprocessor must be exposed as a zig compiler JIT
command rather than always being compiled into the compiler. This will
reduce binary size and time spent waiting for zig to build.
2024-12-24 14:53:35 -08:00
..
Air dwarf: fix stepping through an inline loop containing one statement 2024-11-24 17:28:12 -05:00
arch riscv64: Support the fp alias for register s0 in inline assembly. 2024-12-11 00:09:22 +01:00
codegen compiler: Improve the handling of unwind table levels. 2024-12-11 00:10:15 +01:00
Compilation delete aro dependency 2024-12-24 14:53:35 -08:00
link lldb: add pretty printer for intern pool indices 2024-12-20 22:51:20 -05:00
Liveness dwarf: fix stepping through an inline loop containing one statement 2024-11-24 17:28:12 -05:00
Package delete aro dependency 2024-12-24 14:53:35 -08:00
Sema compiler: remove anonymous struct types, unify all tuples 2024-10-31 20:42:53 +00:00
translate_c delete aro dependency 2024-12-24 14:53:35 -08:00
Zcu lldb: add pretty printer for intern pool indices 2024-12-20 22:51:20 -05:00
Air.zig dwarf: fix stepping through an inline loop containing one statement 2024-11-24 17:28:12 -05:00
Builtin.zig compiler: Improve the handling of unwind table levels. 2024-12-11 00:10:15 +01:00
clang.zig compiler: add some missing consts 2024-12-16 14:53:54 +00:00
clang_options.zig
clang_options_data.zig compiler: Improve the handling of unwind table levels. 2024-12-11 00:10:15 +01:00
codegen.zig compiler: remove anonymous struct types, unify all tuples 2024-10-31 20:42:53 +00:00
Compilation.zig delete aro dependency 2024-12-24 14:53:35 -08:00
crash_report.zig std.os.windows: Deprecate WINAPI in favor of CallingConvention.winapi. 2024-11-02 10:44:18 +01:00
DarwinPosixSpawn.zig std.c.darwin.posix_spawn: fix signature 2024-12-16 14:53:54 +00:00
dev.zig dwarf: fix stepping through an inline loop containing one statement 2024-11-24 17:28:12 -05:00
fmt.zig compiler: introduce ZonGen and make ast-check run it for ZON inputs 2024-12-16 17:02:35 +00:00
glibc.zig std.Target: Add Os.HurdVersionRange for Os.Tag.hurd. 2024-11-24 22:11:16 +01:00
InternPool.zig lldb: add pretty printer for cau and nav indices 2024-12-20 22:51:20 -05:00
introspect.zig
libcxx.zig compiler: Improve the handling of unwind table levels. 2024-12-11 00:10:15 +01:00
libtsan.zig tsan: Handle more Apple targets when picking library name. 2024-11-05 22:41:09 +01:00
libunwind.zig compiler: Improve the handling of unwind table levels. 2024-12-11 00:10:15 +01:00
link.zig lldb: add pretty printer for intern pool indices 2024-12-20 22:51:20 -05:00
Liveness.zig dwarf: fix stepping through an inline loop containing one statement 2024-11-24 17:28:12 -05:00
main.zig delete aro dependency 2024-12-24 14:53:35 -08:00
mingw.zig delete aro dependency 2024-12-24 14:53:35 -08: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 dwarf: fix stepping through an inline loop containing one statement 2024-11-24 17:28:12 -05: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: disallow callconv etc from depending on function parameters 2024-12-18 23:06:35 +00:00
print_zoir.zig compiler: introduce ZonGen and make ast-check run it for ZON inputs 2024-12-16 17:02:35 +00:00
RangeSet.zig
register_manager.zig
Sema.zig compiler: disallow callconv etc from depending on function parameters 2024-12-18 23:06:35 +00:00
target.zig compiler: Improve the handling of unwind table levels. 2024-12-11 00:10:15 +01:00
ThreadSafeQueue.zig link.flushTaskQueue: move safety lock 2024-10-23 16:27:39 -07:00
tracy.zig Add build option to set tracy-callstack-depth in build.zig (#21990) 2024-11-29 12:13:06 -08:00
translate_c.zig delete aro dependency 2024-12-24 14:53:35 -08:00
Type.zig lldb: add pretty printer for intern pool indices 2024-12-20 22:51:20 -05:00
Value.zig compiler: move RuntimeIndex to Sema 2024-12-18 20:34:10 +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 lldb: add pretty printer for intern pool indices 2024-12-20 22:51:20 -05: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_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_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