aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/bugs
AgeCommit message (Expand)Author
2023-05-18x86_64: rewrite castsJacob Young
2023-05-15x86_64: implement calling function referencesJacob Young
2023-05-15x86_64: implement union_initJacob Young
2023-05-11setup spirv backend in behavior testsAli Chraghi
2023-05-08x86_64: fix unordered float equalityJacob Young
2023-05-08x86_64: implement `@ctz` and `@clz` for `u128`Jacob Young
2023-05-03x86_64: fix feature confusionJacob Young
2023-05-01behavior: update affected tests for the x86_64 backendJacob Young
2023-04-28stage2: sparc64: Skip unimplemented testsKoakuma
2023-04-26macho: invalidate GOT/stub relocs after segment shift in memoryJakub Konka
2023-04-26x86_64: fix tlv referencesJacob Young
2023-04-26behavior: update passing cbe testsJacob Young
2023-04-25change semantics of `@memcpy` and `@memset`Andrew Kelley
2023-04-16behavior: disable flaky test on x86_64Jacob Young
2023-04-16x86_64: implement packed load and storeJacob Young
2023-04-15disable not-yet-passing C backend testsAndrew Kelley
2023-04-13x86_64: fix some of the mass confusion about the meaning of `MCValue`Jacob Young
2023-04-03x86_64: fix typosJacob Young
2023-04-03x86_64: implement storing large immediatesJacob Young
2023-04-02x86_64: implement struct_field_val for large packed structsJacob Young
2023-04-02x86_64: implement large cmpJacob Young
2023-04-02x86_64: implement error nameJacob Young
2023-03-27x86_64: fix popcnt and disable regressed testJacob Young
2023-03-25x86_64: implement atomic loopsJacob Young
2023-03-25x86_64: implement struct_field_val for packed containersJacob Young
2023-03-25x86_64: implement struct_field_ptr for packed containersJacob Young
2023-03-24x86_64: fix value tracking bugsJacob Young
2023-03-21x86_64: implement atomic and fence opsJacob Young
2023-03-21x86_64: (re)implement optional opsJacob Young
2023-03-15behavior: enable passing behavior tests on stage2_x86_64Jacob Young
2023-03-13Sema: avoid panic on callconv(.C) generic return typeIan Johnson
2023-03-05CBE: implement some big integer and vector unary operationsJacob Young
2023-02-18update existing behavior tests and std lib to new for loop semanticsAndrew Kelley
2023-01-22Sema: handle lazy values in more placesVeikka Tuominen
2023-01-05llvm codegen: fix f16,f32,f64 nan bitcastsMichael Dusan
2023-01-04behavior: add test for #8277Michael Dusan
2022-12-27add behavior test for comptime pointer castingAndrew Kelley
2022-12-26Sema: add error for recursive inline callVeikka Tuominen
2022-12-24behavior: disable tests that trigger an llvm 15 bug and assertionJacob Young
2022-12-22Merge pull request #13960 from r00ster91/stage1cruftAndrew Kelley
2022-12-21behavior: more test coverager00ster91
2022-12-19behavior: disable failing testJacob Young
2022-12-17std.builtin: rename Type.UnionField and Type.StructField's field_type to typer00ster91
2022-12-17std.builtin: rename Type.Fn's args to paramsr00ster91
2022-12-17std.builtin: rename Type.Fn.Param's arg_type to typer00ster91
2022-12-16Add test for #13366Evin Yulo
2022-12-16Add test for #12571Evin Yulo
2022-12-14Fix tautological big_int tests.IntegratedQuantum
2022-12-10Merge pull request #13872 from koachan/sparc64-codegenAndrew Kelley
2022-12-10stage2: sparc64: Skip unimplemented testsKoakuma