aboutsummaryrefslogtreecommitdiff
path: root/test/behavior
AgeCommit message (Expand)Author
2022-03-19CBE: implement mod, divFloor, divTruncDaniele Cocca
2022-03-19Merge pull request #11233 from Luukdegram/wasm-testsAndrew Kelley
2022-03-19stage2: Correctly align decls for comptime allocsCody Tapscott
2022-03-19Merge pull request #11222 from Vexu/dbg_blockAndrew Kelley
2022-03-19wasm: Enable passing testsLuuk de Gram
2022-03-19Sema: implement zirSwitchCaptureElse for error setsVeikka Tuominen
2022-03-19Sema: add error for runtime block peer type being comptime onlyVeikka Tuominen
2022-03-19AstGen: always add dbg_block_end before last instructionVeikka Tuominen
2022-03-19stage2: add debug info for payload capturesVeikka Tuominen
2022-03-18organize behavior testsAndrew Kelley
2022-03-18Merge pull request #11220 from schmee/vector-bitreverseAndrew Kelley
2022-03-18Merge pull request #11217 from jmc-88/cbe-tuplesAndrew Kelley
2022-03-18Merge pull request #11216 from joachimschmidt557/stage2-armJakub Konka
2022-03-18AstGen: labeled blocks should always complete with a normal breakMitchell Hashimoto
2022-03-18CBE: add support for tuplesDaniele Cocca
2022-03-18stage2: implement `@bitReverse` for vectorsJohn Schmidt
2022-03-18bugs/3779: replace expectEqual*() with expect()Daniele Cocca
2022-03-18tuple: replace expectEqual() with expect()Daniele Cocca
2022-03-18stage2 ARM: implement slice_elem_ptr, ptr_elem_ptrjoachimschmidt557
2022-03-18stage2: improve `@typeName`Andrew Kelley
2022-03-17Sema: change how undefined is handled in coerceAndrew Kelley
2022-03-17Merge pull request #11200 from Luukdegram/wasm-memcpyAndrew Kelley
2022-03-17Avoid index out of bounds for one-valued types in zirValidateArrayInitJohn Schmidt
2022-03-17Implement `@byteSwap` for vectorsJohn Schmidt
2022-03-17stage2: implement `@reduce`Andrew Kelley
2022-03-17wasm: Implement 'memcpy' instructionLuuk de Gram
2022-03-17disable x86_64 behavior test that does not run valgrind cleanAndrew Kelley
2022-03-17CBE: enable more tests that are currently passingDaniele Cocca
2022-03-17Merge pull request #11192 from joachimschmidt557/stage2-armJoachim Schmidt
2022-03-17stage2: prevent UB in the LLVM backendAndrew Kelley
2022-03-16stage2: bit_not on u0 is always 0Mitchell Hashimoto
2022-03-16remove unnecessary TODO commentAndrew Kelley
2022-03-16Implement `@mulAdd` for vectorsJohn Schmidt
2022-03-16CBE: better handling of sentineled slices/arraysDaniele Cocca
2022-03-16stage2: elem_ptr needs to know if slice or direct accessMitchell Hashimoto
2022-03-16stage2 ARM: implement addwrap, subwrap, mulwrapjoachimschmidt557
2022-03-16stage2 ARM: fix shl for ints with bits < 32joachimschmidt557
2022-03-16stage2 ARM: fix bitwise negation of ints with bits < 32joachimschmidt557
2022-03-16stage2 ARM: genSetStack for stack_argument_offsetjoachimschmidt557
2022-03-16LLVM: make the load function copy isByRef=true typesAndrew Kelley
2022-03-15Sema: only do store_ptr tuple optimization for arraysAndrew Kelley
2022-03-15stage2: TypeInfo for func with generic return type should set nullMitchell Hashimoto
2022-03-15stage2: Fix panic on initializing comptime fields in tupleCody Tapscott
2022-03-15stage2: resolve type fully when resolving inferred allocsMitchell Hashimoto
2022-03-15AstGen: add missing coercion for const localsAndrew Kelley
2022-03-15Sema: implement `@truncate` for SIMD vectorsAndrew Kelley
2022-03-15s/testClz/testCtz/gDaniele Cocca
2022-03-14Sema: fix shl_sat with comptime rhsAndrew Kelley
2022-03-14stage2: fixups for topolarity-comptime-memory-reinterp branchAndrew Kelley
2022-03-14Add test for issue #11139Cody Tapscott