aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/floatop.zig
AgeCommit message (Expand)Author
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