aboutsummaryrefslogtreecommitdiff
path: root/test/behavior
AgeCommit message (Expand)Author
2024-07-31riscv: implement non-pow2 indirect loadsDavid Rubin
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: make multi-threaded enabled compilation the defaultDavid Rubin
2024-07-26riscv: implement `@cmpxchg*` and remove fixesDavid Rubin
2024-07-26riscv: update tests and fix reuse bugDavid Rubin
2024-07-26riscv: airAsm rewriteDavid Rubin
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: update testsDavid Rubin
2024-07-26riscv: implement sub-byte additionDavid Rubin
2024-07-26riscv: fix logic bug in `ptr_elem_ptr`David Rubin
2024-07-26riscv: remove redundant assert in `genBinOp`David Rubin
2024-07-26riscv: implement `@clz`David Rubin
2024-07-26riscv: implement more operatorsDavid Rubin
2024-07-26riscv: un-cache the `avl` and `vtype` when returning from a function callDavid Rubin
2024-07-25aarch64: reenable tests that are no longer regressedJulian Vesper
2024-07-23stage2-wasm: mul_sat 32 bits <=, i64, i128Pavel Verigo
2024-07-22riscv: disable failing testDavid Rubin
2024-07-21std.Target: Remove the `r600` arch tag.Alex Rønne Petersen
2024-07-21ip: use `getExternFunc` in `getCoerced`David Rubin
2024-07-20Merge pull request #20692 from pavelverigo/stage2-wasm-overflow-opsAndrew Kelley
2024-07-20disable failing tests on stage2 backendsPavel Verigo
2024-07-20stage2-wasm: @mulWithOverflow fixes + 128 bit signedPavel Verigo
2024-07-19behavior: disable test that triggers an llvm assertionJacob Young
2024-07-18stage2-wasm: improve @shlWithOverflow for <= 128 bitsPavel Verigo
2024-07-18stage2-wasm: enhance add/subWithOverflowPavel Verigo
2024-07-18stage2-wasm: fix big int comparisonPavel Verigo
2024-07-17Merge pull request #20474 from Rexicon226/riscvJakub Konka
2024-07-15Sema: support pointer subtractionWooster
2024-07-14riscv: disable failing testsDavid Rubin
2024-07-14riscv: vectors part 3David Rubin
2024-07-14riscv: implement `@fence`David Rubin
2024-07-14riscv: truncate `airStructFieldVal` resultDavid Rubin
2024-07-14riscv implement `@sqrt` for f32/f64David Rubin
2024-07-14riscv: `@atomicRmw`David Rubin
2024-07-12Zcu: allow atomic operations on packed structsJacob Young
2024-07-04Add behavior test: including the sentinel when dereferencing a string literalRyan Liptak
2024-07-02stage2-wasm: not op for <= 128 bits intsPavel Verigo
2024-06-24stage2-wasm: abs 128 bitPavel Verigo
2024-06-22stage2-wasm: fix div and remPavel Verigo
2024-06-19Merge pull request #20070 from Rexicon226/riscvJakub Konka
2024-06-19AstGen: error for redundant `@inComptime()`mlugg
2024-06-16stage2-wasm: bit_reversePavel Verigo
2024-06-15stage2-wasm: enum bigint <= 128 bitsPavel Verigo
2024-06-13test: disable-enable riscv testsDavid Rubin
2024-06-13riscv: disable failing testDavid Rubin
2024-06-13riscv: rewrite "binOp"David Rubin
2024-06-13riscv: implement optional logicDavid Rubin