zig/test
Alex Rønne Petersen e5c75479c2
std.Target: Rework isPPC()/isPPC64() functions.
* Rename isPPC() -> isPowerPC32().
* Rename isPPC64() -> isPowerPC64().
* Add new isPowerPC() function which covers both.

There was confusion even in the standard library about what isPPC() meant. This
change makes these functions work how I think most people actually expect them
to work, and makes them consistent with isMIPS(), isSPARC(), etc.

I chose to rename from PPC to PowerPC because 1) it's more consistent with the
other functions, and 2) it'll cause loud rather than silent breakage for anyone
who might have been depending on isPPC() while misunderstanding it.
2024-08-01 20:58:05 +02:00
..
behavior std.Target: Rework isPPC()/isPPC64() functions. 2024-08-01 20:58:05 +02:00
c_abi std.Target: Rework isPPC()/isPPC64() functions. 2024-08-01 20:58:05 +02:00
c_import
cases Merge pull request #20885 from ziglang/simplify-tokenizer 2024-07-31 19:52:34 -07:00
incremental incr-test: running an update 2024-07-20 01:06:29 -07:00
link elf: simplify output section tracking for symbols 2024-07-30 10:00:50 +02:00
src
standalone Default std.posix.system.ucontext_t is void 2024-07-23 11:47:29 -07:00
assemble_and_link.zig
behavior.zig
c_import.zig
cases.zig
compare_output.zig
compile_errors.zig tokenizer: tabs and carriage returns spec conformance 2024-07-31 16:57:42 -07:00
gen_h.zig
llvm_targets.zig std.Target: Remove sparcel architecture tag. 2024-07-30 06:30:25 +02:00
nvptx.zig
run_translated_c.zig remove hard tabs from source code 2024-07-31 16:57:42 -07:00
stack_traces.zig
tests.zig riscv: implement @clz 2024-07-26 04:05:39 -07:00
translate_c.zig Merge pull request #20885 from ziglang/simplify-tokenizer 2024-07-31 19:52:34 -07:00