zig/tools
Andrew Kelley 2733ca91b2 introduce tools/update_cpu_features.zig
This replaces the previous target cpu features tool, taking advantage of
llvm-tblgen --dump-json instead of trying to use python to parse the .td
files.

This is an initial version that has the basics working, including a
simple feature override system, as well as multi-threaded processing.

Follow-up commits will do clean ups to make the diff of the newly generated
source files against previous versions be as desired.
2021-02-26 21:16:04 -07:00
..
gen_spirv_spec.zig SPIR-V: Spec generator 2021-01-19 15:28:17 +01:00
gen_stubs.zig stage2: use %type not @type for libc stubs 2021-01-18 11:04:33 -08:00
merge_anal_dumps.zig
process_headers.zig Replace @TagType uses, mostly with std.meta.Tag 2021-01-30 22:26:44 +02:00
update_clang_options.zig zig cc: recognize the -s flag to be "strip" 2021-02-07 14:51:27 -07:00
update_cpu_features.zig introduce tools/update_cpu_features.zig 2021-02-26 21:16:04 -07:00
update_glibc.zig fix superfluous fmt specifier in update_glibc 2021-02-02 10:00:13 -05:00
zig_gdb_pretty_printers.py
zig-gdb.py