aboutsummaryrefslogtreecommitdiff
path: root/test/behavior
AgeCommit message (Expand)Author
2023-04-20wasm: integrate new Liveness behaviourLuuk de Gram
2023-04-20Liveness: avoid emitting unused instructions or marking their operands as usedmlugg
2023-04-20Sema: allow ptr field access on pointer-to-arraymlugg
2023-04-16behavior: disable flaky test on x86_64Jacob Young
2023-04-16x86_64: implement packed load and storeJacob Young
2023-04-15disable more failing C backend testsAndrew Kelley
2023-04-15disable not-yet-passing C backend testsAndrew Kelley
2023-04-15CI: more C backend test coverageAndrew Kelley
2023-04-13Merge pull request #15257 from Luukdegram/wasm-tagnameLuuk de Gram
2023-04-13x86_64: fix constant pointers to zero-bit typesJacob Young
2023-04-13x86_64: fix atomic loop implementationJacob Young
2023-04-13x86_64: fix some of the mass confusion about the meaning of `MCValue`Jacob Young
2023-04-12wasm: enable `@tagName` behavior testsLuuk de Gram
2023-04-12Zir: implement explicit block_comptime instructionmlugg
2023-04-10Merge pull request #14853 from schmee/vector-peer-type-resolutionAndrew Kelley
2023-04-07Enable new testsAuguste Rame
2023-04-07Merge pull request #14668 from Techatrix/wasm-floatopsLuuk de Gram
2023-04-07Liveness: defer deaths of externally-scoped instructions in loop bodiesmlugg
2023-04-05Sema: implement inline switch capture at comptimeVeikka Tuominen
2023-04-03x86_64: implement cmp_lt_errors_lenJacob Young
2023-04-03x86_64: fix typosJacob Young
2023-04-03x86_64: implement store to immediate addressJacob Young
2023-04-03x86_64: implement storing large immediatesJacob Young
2023-04-02Sema: defer stores to inferred allocsJacob Young
2023-04-02x86_64: implement shl with overflowJacob Young
2023-04-02x86_64: implement large add/sub with overflowJacob 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-04-02x86_64: implement aggregate init of a packed structJacob Young
2023-03-30llvm: fix crashes when loading a struct fieldJacob Young
2023-03-28Sema: fix empty slice pointer valueJacob Young
2023-03-27x86_64: fix popcnt and disable regressed testJacob Young
2023-03-26wasm: implement float operations with compiler-rtTechatrix
2023-03-25x86_64: implement atomic loopsJacob Young
2023-03-25x86_64: fix cmpxchgJacob 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: canonicalize each br of a blockJacob Young
2023-03-24x86_64: fix more value tracking bugsJacob Young
2023-03-24x86_64: fix value tracking bugsJacob Young
2023-03-21Sema: implement @export for arbitrary valuesmlugg
2023-03-21CBE: implement aggregateInit() for array of array case.Xavier Bouchoux
2023-03-21Merge pull request #15028 from Vexu/compile-errorsVeikka Tuominen
2023-03-21x86_64: implement atomic and fence opsJacob Young
2023-03-21codegen: fix backend breakage due to optional layout changeJacob Young
2023-03-21x86_64: (re)implement optional opsJacob Young
2023-03-21x86_64: implement some error union opsJacob Young
2023-03-21x86_64: implement @returnAddress and @frameAddressJacob Young
2023-03-21x86_64: implement basic float opsJacob Young