zig/tools
matu3ba d976b4e4a5
compiler_rt: __divmodti4 for libgcc symbol compatibility
- Copy and adjust __divmodsi4 tests for __divmoddi4 and __divmodti4.
- Assuming d = a/b does not overflow (MIN/-1) or uses div by 0,
  then tmp = (d * b) = (a/b * b) = a does not overflow.
  => Remove wraparound for remainder in applicable routines.
2023-02-11 14:41:08 +02: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: assembler 2022-11-23 19:17:58 +01:00
gen_stubs.zig compiler_rt: __divmodti4 for libgcc symbol compatibility 2023-02-11 14:41:08 +02:00
generate_linux_syscalls.zig Update Linux syscall list for 6.1, support Mips64 2023-02-05 03:25:21 -05: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 add -fopt-bisect-limit 2023-01-03 13:05:09 +02:00
stage2_lldb_pretty_printers.py tools: add lldb stage2 pretty printers 2022-10-17 07:55:28 -04:00
stage2_pretty_printers_common.py tools: add lldb stage2 pretty printers 2022-10-17 07:55:28 -04:00
std_gdb_pretty_printers.py gdb: restructure pretty printers into different files 2022-03-16 18:13:10 +01: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
update_clang_options.zig zig run/cc: recognize "-x language" 2023-01-13 21:38:11 -05:00
update_cpu_features.zig langref, tools: rename --single-threaded to -fsingle-threaded 2023-02-04 23:24:07 +02:00
update_crc_catalog.zig Rewrite update_crc_catalog in zig and move tests to separate file 2023-01-22 07:16:49 -08:00
update_glibc.zig std.fs: split Dir into IterableDir 2022-07-15 13:04:21 +03:00
update_spirv_features.zig adapt update_spriv_features to changed std pattern 2022-11-23 19:17:58 +01:00
zig_gdb_pretty_printers.py gdb: restructure pretty printers into different files 2022-03-16 18:13:10 +01:00