aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/align.zig
AgeCommit message (Expand)Author
2025-09-20aarch64: enable fixed behaviorJacob Young
2025-08-09test: skip tests that were not meant to pass for spirvAli Cheraghi
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-07-07remove `async` and `await` keywordsAndrew Kelley
2025-06-28riscv64: skip failing testsBingwu Zhang
2025-06-16rename spirv backend nameAli Cheraghi
2025-06-03Legalize: handle packed semanticsJacob Young
2025-04-27Sema: Fix some ptr alignment checks to handle a potential ISA tag bit.Alex Rønne Petersen
2025-04-04compiler: Update max int alignments for some targets.Alex Rønne Petersen
2025-02-24test: skip failing tests with spirv-vulkanAli Cheraghi
2025-02-22Sema: Fix fnptr alignment safety checks to account for potential ISA tag.Alex Rønne Petersen
2025-01-16x86_64: implement switch jump tablesJacob Young
2025-01-16x86_64: implement fallback for pcmpeqqJacob Young
2025-01-16all: update to `std.builtin.Type.Pointer.Size` field renamesmlugg
2025-01-06test: Disable `align(N) on functions` and `@alignCast functions` for thumbeb ...Alex Rønne Petersen
2024-12-18compiler: disallow `callconv` etc from depending on function parametersmlugg
2024-10-23Merge pull request #21697 from mlugg/callconvMatthew Lugg
2024-10-22tests: re-enable tests that now pass on aarch64-windowskcbanner
2024-10-19test: update for `CallingConvention` changesmlugg
2024-09-12test: Re-enable a bunch of behavior tests with LLVM.Alex Rønne Petersen
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-07-30std.Target: Remove `sparcel` architecture tag.Alex Rønne Petersen
2024-07-28std.Target.Cpu.Arch: Remove the `aarch64_32` tag.Alex Rønne Petersen
2024-07-26riscv: enable passing testsDavid Rubin
2024-07-26riscv: implement `@floatFromInt`David Rubin
2024-07-26riscv: clean up and unify encoding logicDavid Rubin
2024-07-26riscv: implement more operatorsDavid Rubin
2024-07-21std.Target: Remove the `r600` arch tag.Alex Rønne Petersen
2024-06-13riscv: rewrite "binOp"David Rubin
2024-06-13riscv: implement optional logicDavid Rubin
2024-06-13riscv: add `airAggregateInit` for arraysDavid Rubin
2024-06-13ZigObject: enforce min function alignement on riscvDavid Rubin
2024-06-13riscv: `std.fmt.format` runningDavid Rubin
2024-06-13riscv: switch progress + by-ref return progressDavid Rubin
2024-05-11riscv: finally fix bug + `airAggregateInit`David Rubin
2024-05-11riscv: math progressDavid Rubin
2024-05-11riscv: add stage2_riscv to test matrix and bypass failing testsDavid Rubin
2024-05-11riscv: big rewrite to use latest livenessDavid Rubin
2024-05-08update maxIntAlignment for x86 to 16Andrew Kelley
2024-05-08std.Target.maxIntAlignment: move to compiler implementationAndrew Kelley
2024-05-08LLVM 18 uses 16 byte alignment for x86_64 i128Andrew Kelley
2024-03-30Update uses of `@fieldParentPtr` to use RLSJacob Young
2024-03-30Sema: rework `@fieldParentPtr` to accept a pointer typeJacob Young
2024-03-30cbe: rewrite `CType`Jacob Young
2024-03-25compiler: implement analysis-local comptime-mutable memorymlugg
2024-03-19Merge pull request #19337 from Snektron/spirv-globalsRobin Voetter
2024-03-18spirv: unused instruction pruning linker passRobin Voetter
2024-03-17AstGen: disallow alignment on function typesJacob Young
2024-02-04spirv: update testsRobin Voetter
2024-01-15test/behavior: replace all 'comptime expect' with 'comptime assert'dweiller