aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/floatop.zig
AgeCommit message (Expand)Author
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
2022-02-17stage1: fix f80 negationVeikka Tuominen
2022-02-17stage2: add more functions to freestanding libcAndrew Kelley
2022-02-17stage2: implement vector floatopsJohn Schmidt
2022-02-12Skip @sqrt f80 test on freebsdJakub Konka
2022-02-12make f80 less hacky; lower as u80 on non-x86Andrew Kelley
2022-02-09stage2: implement all builtin floatops for f{16,32,64}John Schmidt
2022-02-07stage2: implement @sqrt for f{16,32,64}John Schmidt
2022-01-14stage1: fix bigint_init_bigfloat for single-limb negative floatsMarc Tiehuis
2021-10-20AstGen: make the index variable of `inline for` a `alloc_comptime`Andrew Kelley
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-04-29move behavior tests from test/stage1/ to test/Andrew Kelley