-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
arch-x86_6464-bit x8664-bit x86backend-self-hostedenhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.
Milestone
Description
Lines 597 to 615 in 085cc54
| .error_return_trace => switch (backend) { | |
| .stage2_llvm => true, | |
| else => false, | |
| }, | |
| .is_named_enum_value => switch (backend) { | |
| .stage2_llvm => true, | |
| else => false, | |
| }, | |
| .error_set_has_value => switch (backend) { | |
| .stage2_llvm, .stage2_wasm => true, | |
| else => false, | |
| }, | |
| .field_reordering => switch (backend) { | |
| .stage2_c, .stage2_llvm => true, | |
| else => false, | |
| }, | |
| .safety_checked_instructions => switch (backend) { | |
| .stage2_llvm => true, | |
| else => false, |
-
error_return_tracecompiler: include error trace in all functions, implement for x86_64 backend #22572 -
is_named_enum_valuex86_64: implement error set and enum safety #22876 -
error_set_has_valuex86_64: implement error set and enum safety #22876 -
field_reorderingx86_64: enable struct field reordering #22521 -
x86_64: implement safety checked instructions #22908safety_checked_instructions -
panic_fnself-hosted x86 backend has formatted panics disabled #21529 -
all_vector_instructionsx86_64: implement conversions between float and int vectors #22873
amp-59, He-Pin, ljgermain, lin72h, BratishkaErik and 3 morepierrelgol
Metadata
Metadata
Assignees
Labels
arch-x86_6464-bit x8664-bit x86backend-self-hostedenhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.