zig/tools
Andrew Kelley ceff278202 fixes to the previous commit
* CompileStep: Avoid calling producesPdbFile() to determine whether the
   option should be respected. If the user asks for it, put it on the
   command line and let the Zig CLI deal with it appropriately.
 * Make the namespace of `std.dwarf.Format.dwarf32` no longer have a
   redundant "dwarf" in it.
 * Add `zig cc` integration for `-gdwarf32` and `-gdwarf64`.
 * Toss in a bonus bug fix for `-gdwarf-2`, `-gdwarf-3`, etc.
 * Avoid using default init values for struct fields unnecessarily.
 * Add missing cache hash addition for the new option.
2023-04-20 15:17:07 -07:00
..
crc Rewrite update_crc_catalog in zig and move tests to separate file 2023-01-22 07:16:49 -08:00
spirv SPIR-V: Split out registry from gen_spirv_spec.zig 2021-05-14 19:49:32 +02:00
extract-grammar.zig tools: build all tools in ci to prevent bitrot 2023-01-06 01:18:46 +02:00
gen_outline_atomics.zig outline atomics: ret instead of jump to ret 2022-11-21 17:17:02 -07:00
gen_spirv_spec.zig spirv: make IdResultType and IdRef weak aliases of IdResult 2023-04-09 01:51:51 +02:00
gen_stubs.zig update std lib and compiler sources to new for loop syntax 2023-02-18 19:17:21 -07:00
generate_linux_syscalls.zig Update Linux syscall list for 6.1, support Mips64 2023-02-05 03:25:21 -05:00
lldb_pretty_printers.py x86_64: canonicalize each br of a block 2023-03-24 17:57:58 -04:00
process_headers.zig all: rename i386 to x86 2022-11-04 00:09:27 +03:30
stage1_gdb_pretty_printers.py gdb: restructure pretty printers into different files 2022-03-16 18:13:10 +01:00
stage2_gdb_pretty_printers.py tools: revert sharing of stage2 pretty printer info 2023-02-27 05:37:03 -05:00
std_gdb_pretty_printers.py tools: implement more lldb pretty printers 2023-02-27 05:37:03 -05:00
update_clang_options.zig fixes to the previous commit 2023-04-20 15:17:07 -07:00
update_cpu_features.zig std.target.riscv: fix baseline_rv32 missing feature "32bit" 2023-04-18 18:37:15 -07:00
update_crc_catalog.zig update std lib and compiler sources to new for loop syntax 2023-02-18 19:17:21 -07:00
update_glibc.zig std.fs: split Dir into IterableDir 2022-07-15 13:04:21 +03:00
update_spirv_features.zig update std lib and compiler sources to new for loop syntax 2023-02-18 19:17:21 -07:00
update-license-headers.zig std.fs: split Dir into IterableDir 2022-07-15 13:04:21 +03:00
update-linux-headers.zig std.fs: split Dir into IterableDir 2022-07-15 13:04:21 +03:00
zig_gdb_pretty_printers.py Update GDB pretty printers 2023-03-30 12:15:53 +03:00