zig/tools
Alex Rønne Petersen fccf15fc9f std.Target: Remove armv7k/armv7s.
Like d1d95294fd, this is more Apple nonsense where
they abused the arch component of the triple to encode what's really an ABI.

Handling this correctly in Zig's target triple model would take quite a bit of
work. Fortunately, the last Armv7-based Apple Watch was released in 2017 and
these targets are now considered legacy. By the time Zig hits 1.0, they will be
a distant memory. So just remove them.
2024-11-02 10:25:40 +01:00
..
crc std.hash.crc: simplify api 2024-04-28 21:12:01 +12:00
spirv spirv: update spec generator 2024-03-18 19:13:46 +01:00
docgen.zig std: restructure child process namespace 2024-05-26 09:31:55 -07:00
doctest.zig Replace deprecated default initializations with decl literals 2024-09-12 16:01:23 +01:00
dump-cov.zig Replace deprecated default initializations with decl literals 2024-09-12 16:01:23 +01:00
gen_outline_atomics.zig lib,test,tools,doc: update usages of @export 2024-08-27 00:44:35 +01:00
gen_spirv_spec.zig ComptimeStringMap: return a regular struct and optimize 2024-04-22 15:31:41 -07:00
gen_stubs.zig Add loongarch 64 to gen_stubs.zig. 2024-08-04 12:04:39 -07:00
generate_c_size_and_align_checks.zig Replace deprecated default initializations with decl literals 2024-09-12 16:01:23 +01:00
generate_JSONTestSuite.zig Replace deprecated default initializations with decl literals 2024-09-12 16:01:23 +01:00
generate_linux_syscalls.zig generate_linux_syscalls: Rename mmap_pgoff to mmap2. 2024-10-03 09:12:35 +02:00
incr-check.zig incr-check: minor fixes 2024-10-05 20:52:26 +01:00
lldb_pretty_printers.py lldb: disable pretty printers on self-hosted backends 2024-10-09 07:48:09 -04:00
migrate_langref.zig Fix small TODO in tools/migrate_langref.zig (#21825) 2024-10-28 00:03:33 +00:00
process_headers.zig process_headers: Add loongarch64-linux-gnusf. 2024-10-03 04:39:39 +02:00
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 InternPool: port most of value tags 2023-06-10 20:47:54 -07:00
std_gdb_pretty_printers.py tools: implement more lldb pretty printers 2023-02-27 05:37:03 -05:00
update-linux-headers.zig Rename Dir.writeFile2 -> Dir.writeFile and update all callsites 2024-05-03 13:29:22 -07:00
update_clang_options.zig cc: Add support for -Wp, 2024-09-17 23:54:04 -07:00
update_cpu_features.zig std.Target: Remove armv7k/armv7s. 2024-11-02 10:25:40 +01:00
update_crc_catalog.zig std.hash.crc: simplify api 2024-04-28 21:12:01 +12:00
update_glibc.zig Revert "Merge pull request #12060 from Vexu/IterableDir" 2023-11-22 12:35:33 -07:00
update_mingw.zig mingw-w64 updater: don't include windowsapp or onecore APIs 2024-03-20 11:25:54 -07:00
update_spirv_features.zig std: update std.builtin.Type fields to follow naming conventions 2024-08-28 08:39:59 +01:00
zig_gdb_pretty_printers.py Update GDB pretty printers 2023-03-30 12:15:53 +03:00