aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/math.zig
AgeCommit message (Expand)Author
2023-03-05CBE: implement some big integer and vector unary operationsJacob Young
2023-03-05CBE: implement big integer and vector comparisonsJacob Young
2023-02-21behavior: enable passing CBE testsJacob Young
2023-02-18update existing behavior tests and std lib to new for loop semanticsAndrew Kelley
2023-01-29cbe: fixes for tls, support for not linking libc, and enabling testskcbanner
2023-01-02skip "binary not 128-bit" on non-llvmkcbanner
2023-01-02fmt fixupskcbanner
2023-01-02tests: add more coverage for 128 bit operationskcbanner
2023-01-01cbe: fixes for compiling zig2.c under msvckcbanner
2022-12-27Revert "aarch64: reenable tests that are no longer regressed"Andrew Kelley
2022-12-27Merge pull request #14024 from Vexu/overflow-arithmeticAndrew Kelley
2022-12-27stage2 AArch64: unify callee-preserved regs on all targetsjoachimschmidt557
2022-12-27update uses of overflow arithmetic builtinsVeikka Tuominen
2022-12-21CBE: fix bitwise notJacob Young
2022-12-13re-enable "signed zeros are represented properly" beahvior tests for f80 and ...Meghan
2022-12-10disable failing CBE behavior tests failing on aarch64-windowsAndrew Kelley
2022-12-10Merge pull request #13872 from koachan/sparc64-codegenAndrew Kelley
2022-12-10stage2: sparc64: Skip unimplemented testsKoakuma
2022-12-10aarch64: reenable tests that are no longer regressedr00ster91
2022-12-06remove references to stage1 in behavior testsAndrew Kelley
2022-12-04disable CBE behavior tests that are not passing in release modesAndrew Kelley
2022-12-02cbe: use memcpy for underaligned loads and storesJacob Young
2022-11-30cbe: do not memcpy identical integer types when bitcastingVeikka Tuominen
2022-11-30cbe: reduce amount of temporary localsVeikka Tuominen
2022-11-30cbe: ensure test and tagName function names are uniqueVeikka Tuominen
2022-10-25cbe: fix floating point builtinsJacob Young
2022-10-25cbe: enable test fixed by #13296Jacob Young
2022-10-25cbe: improve floating point type supportJacob Young
2022-10-25cbe: add support for all float literals typesJacob Young
2022-10-25cbe: implement 128-bit and fix smaller integer builtinsJacob Young
2022-10-25cbe: implement some float opsJacob Young
2022-10-25cbe: fix infinite recursion on recursive typesJacob Young
2022-10-25behavior: enable stage2_c tests that are currently passingJacob Young
2022-10-05fix(text): hyphenate "comptime" adjectivesr00ster91
2022-09-14stage2: sparc64: Skip compile-failing tests for nowKoakuma
2022-08-24Merge pull request #12574 from Vexu/remove-bit-op-type-paramAndrew Kelley
2022-08-23skip failing f80 behavior tests on WindowsJakub Konka
2022-08-22stage2+stage1: remove type parameter from bit builtinsVeikka Tuominen
2022-08-18AstGen: disallow leading zeroes in int literals and int typeszooster
2022-08-10stage2: Handle lazy values for the % operatorIsaac Freund
2022-07-23Sema: exact division safetyVeikka Tuominen
2022-07-13LLVM: implement signext/zeroext attributesAndrew Kelley
2022-07-09these riscv64 behavior tests work for stage1 but not stage2Andrew Kelley
2022-07-08disable failing riscv64 tests from LLVM 14 upgradeAndrew Kelley
2022-07-05compiler_rt: work around LLVM optimizing __muloti4 to call itselfAndrew Kelley
2022-07-05disable regressed behavior tests from llvm 14Andrew Kelley
2022-07-05disable regressed wasm32 behavior tests from LLVM 14Andrew Kelley
2022-06-25stage2 ARM: implement basic intCast and error union wrappingjoachimschmidt557
2022-05-19x64: re-enable behavior testsJakub Konka
2022-05-18wasm: enable 128bit integer behavior testsLuuk de Gram