aboutsummaryrefslogtreecommitdiff
path: root/src/codegen
AgeCommit message (Expand)Author
2023-05-23Merge pull request #15235 from Vexu/safetyVeikka Tuominen
2023-05-22llvm: also generate metadata for extern global variablesTw
2023-05-20Merge pull request #15753 from Snektron/spirv-more-testsAndrew Kelley
2023-05-20spirv: make constant handle float, errorset, errorunionRobin Voetter
2023-05-20spirv: don't generate union tag type if it doesnt existRobin Voetter
2023-05-20spirv: ptr_elem_valRobin Voetter
2023-05-20spirv: ptr_subRobin Voetter
2023-05-20spirv: pointer bitcastingRobin Voetter
2023-05-20spirv: lower integer pointer constantsRobin Voetter
2023-05-20spirv: ptr_addRobin Voetter
2023-05-20spirv: use extractField moreRobin Voetter
2023-05-20spirv: fix some (Ptr)AccessChain usesRobin Voetter
2023-05-20spirv: dont use OpIAddCarryRobin Voetter
2023-05-20spirv: use intInfo instead of arithmeticTypeInfo in airIntCastRobin Voetter
2023-05-20spirv: implement pointer comparison in for air cmpRobin Voetter
2023-05-20spirv: lower get_union_tagAli Chraghi
2023-05-16add runtime safety for noreturn function returningVeikka Tuominen
2023-05-15spirv: lower ptrtoint & ignore dbg_inline instructionsAli Chraghi
2023-05-15spirv: implement arithmeticTypeInfo for Enum (`@intToEnum`)Ali Chraghi
2023-05-15spirv: lower float_to_int and int_to_floatAli Chraghi
2023-05-12Merge pull request #15240 from Snektron/spirv-basicAndrew Kelley
2023-05-12Optimize access of array member in a structure.shwqf
2023-05-11spirv: lower store_safe, trunc and trapAli Chraghi
2023-05-11spirv: make decl deps a hash map instead of an arraylistRobin Voetter
2023-05-11spirv: lower wrap_optionalRobin Voetter
2023-05-11spirv: lower air optional_payloadRobin Voetter
2023-05-11spirv: lower air is_null, is_non_nullRobin Voetter
2023-05-11spirv: fix invalid code generated by br-with-valueRobin Voetter
2023-05-11spirv: lower air wrap_errunion_errRobin Voetter
2023-05-11spirv: lower air unwrap_error_union_errRobin Voetter
2023-05-11spirv: lower air tryRobin Voetter
2023-05-11spirv: fix OpFunctionCall parameters interleaving with instsRobin Voetter
2023-05-11spirv: fix use-after-realloc in resolveType()Robin Voetter
2023-05-11Merge pull request #15639 from jacobly0/signed-modAndrew Kelley
2023-05-10llvm: fix `@max`/`@min` of unsupported float typesJacob Young
2023-05-10llvm/cbe: fix signed `@mod`/`@divFloor` computationsJacob Young
2023-05-10cbe: use `Assignment` in `airSplat`Jacob Young
2023-05-06cbe: fix typosJacob Young
2023-04-28C backend: take advantage of Assignment abstraction in airMemsetAndrew Kelley
2023-04-28C backend: fix ptr comparison of array ptrs when one is null-terminatedAndrew Kelley
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2023-04-28C backend: fix memset for structs and arraysAndrew Kelley
2023-04-28LLVM backend: optimize memset with comptime-known elementAndrew Kelley
2023-04-28llvm backend: fix memset with byref element valueAndrew Kelley
2023-04-28llvm backend: fix lowering of memsetAndrew Kelley
2023-04-26Merge pull request #15452 from mlugg/zig-cbe-optAndrew Kelley
2023-04-26Merge pull request #15278 from ziglang/memcpy-memsetAndrew Kelley
2023-04-26CBE: minor optimizations to output sourcemlugg
2023-04-25C backend: fix lowering comparison when array ptr meets ptrAndrew Kelley
2023-04-25Sema: fix memcpy alias safety incorrect mathAndrew Kelley