aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/floatop.zig
AgeCommit message (Expand)Author
2023-05-18x86_64: fix multi-limb compareJacob Young
2023-05-15x86_64: redo movement, float negation, and `@fabs`Jacob Young
2023-05-15x86_64: add missing multply of `f16`Jacob Young
2023-05-11setup spirv backend in behavior testsAli Chraghi
2023-05-08x86_64: implement binary operations for `f16` and `f16` vectorsJacob Young
2023-05-08x86_64: implement `@floor`, `@ceil`, and `@trunc` for float vectorsJacob Young
2023-05-08x86_64: implement `@sqrt` for `f16` scalars and vectorsJacob Young
2023-05-08x86_64: implement float cast from `f16` to `f64`Jacob Young
2023-05-03x86_64: fix feature confusionJacob Young
2023-05-03x86_64: implement fabsJacob Young
2023-05-01x86_64: fix emitting f80 globalsJacob Young
2023-05-01behavior: update affected tests for the x86_64 backendJacob Young
2023-04-21behavior: enable a bunch of disabled testsJacob Young
2023-04-15disable more failing C backend testsAndrew Kelley
2023-04-15disable not-yet-passing C backend testsAndrew Kelley
2023-03-26wasm: implement float operations with compiler-rtTechatrix
2023-03-15behavior: enable passing behavior tests on stage2_x86_64Jacob Young
2023-03-05CBE: implement vector operationsJacob Young
2022-12-10disable failing CBE behavior tests failing on aarch64-windowsAndrew Kelley
2022-12-10stage2: sparc64: Skip unimplemented testsKoakuma
2022-12-06remove references to stage1 in behavior testsAndrew Kelley
2022-11-30cbe: operand of address of operator must be an lvalueVeikka Tuominen
2022-11-28aarch64-windows: skip failing floatop behavior testJakub Konka
2022-11-19extract C backend behavior tests with vectorsAndrew Kelley
2022-11-04all: rename i386 to x86Ali Chraghi
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-08-17Sema: error on ambiguous coercion of comptime float and intsMartin Hafskjold Thoresen
2022-06-30stage2: lower float negation explicitlyAndrew Kelley
2022-06-24Revert "wasm: Enable f16 behavior tests"Luuk de Gram
2022-06-24wasm: Enable f16 behavior testsLuuk de Gram
2022-05-26clean up some behavior testsAndrew Kelley
2022-05-03Sema: fix bigIntToFloatAndrew Kelley
2022-05-01stage1: disable new behavior testsAndrew Kelley
2022-05-01disable failing behavior testsAndrew Kelley
2022-05-01stage2: fix comptime fixed-width float divisionAndrew Kelley
2022-04-27enable newly passing behavior testsAndrew Kelley
2022-04-02wasm: Enable passing behavior testsLuuk de Gram
2022-03-30replace other uses of `std.meta.Vector` with `@Vector` (#11346)Meghan
2022-03-14Sema: fix shl_sat with comptime rhsAndrew Kelley
2022-03-14Sema: improve lowering of stores to bitcasted vector pointersAndrew Kelley
2022-03-13stage2: add debug info for locals in the LLVM backendAndrew Kelley
2022-03-05stage2 AArch64: add more slice supportjoachimschmidt557
2022-03-04stage2 ARM: generate less no-op branchesjoachimschmidt557
2022-03-02Sema: detect comptime-known union initializationsAndrew Kelley
2022-02-26Sema: Module.Union.abiAlignment can return 0Andrew Kelley
2022-02-26Sema: make `align(a) T` same as `align(a:0:N) T`Andrew Kelley