aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-03-30llvm/bpf: disable llvm builtins for bpf targetTw
2023-03-30llvm: fix crashes when loading a struct fieldJacob Young
2023-03-29Merge pull request #15105 from ziglang/hcs-win-pocJakub Konka
2023-03-28Sema: fix empty slice pointer valueJacob Young
2023-03-28macho: remove error_union return from resolveRelocations()Jakub Konka
2023-03-28coff: put section growing in helper; only mark section if actually resolvedJakub Konka
2023-03-28Merge pull request #14771 from kcbanner/coff_dynamicbaseJakub Konka
2023-03-28coff: use ArrayHashMap if we are iterating over keysJakub Konka
2023-03-28coff: resolve relocs on bytes buffer directlyJakub Konka
2023-03-28coff: assert the imports table is not dirtyJakub Konka
2023-03-28coff: move import table definition into a separate ImportTable.zig moduleJakub Konka
2023-03-28coff: do not use atoms for synthetic import address tableJakub Konka
2023-03-28coff: repurpose value field of import Symbol for lib_name offsetJakub Konka
2023-03-28link: pass expected lib name as hint in getGlobalSymbol()Jakub Konka
2023-03-28coff: grow .idata if requiredJakub Konka
2023-03-27x86_64: cleanup debug mir dumpingJacob Young
2023-03-27x86_64: fix popcnt and disable regressed testJacob Young
2023-03-27x86_64: implement trunc with large sourceJacob Young
2023-03-27x86_64: fix 64-bit multiply by 32-bit immediateJacob Young
2023-03-27x86_64: implement some binary ops for large valuesJacob Young
2023-03-27x86_64: add live codegen debugJacob Young
2023-03-27x86_64: factor out lowering from emittingJacob Young
2023-03-27x86_64: enable mem dst bin ops, and fix uncovered bugsJacob Young
2023-03-26main: recognize --dynamicbasekcbanner
2023-03-26Merge pull request #15076 from jacobly0/x86_64-backendJakub Konka
2023-03-26Module: fix lazy srcloc resolution for new for loop syntaxVeikka Tuominen
2023-03-25x86_64: remove unused Mir encodingsJacob Young
2023-03-25compilation: fixup linker_dynamicbase default in InitOptionskcbanner
2023-03-25coff: change dynamicbase to default to true (to match lld), change it to pass...kcbanner
2023-03-25x86_64: implement teb inline assembly for windowsJacob Young
2023-03-25x86_64: implement atomic loopsJacob Young
2023-03-25x86_64: fix cmpxchgJacob Young
2023-03-25x86_64: implement 128-bit intcastJacob Young
2023-03-25x86_64: implement 128-bit shiftsJacob Young
2023-03-25x86_64: implement large ptr_elem_valJacob 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-25codegen: fix ptr-like optional constantsJacob Young
2023-03-25x86_64: implement saturating arithmeticJacob Young
2023-03-24x86_64: add back assume unusedJacob Young
2023-03-24x86_64: detect canonicalisation hazardsJacob Young
2023-03-24x86_64: try to fix br canonicalizationJacob Young
2023-03-24x86_64: canonicalize each br of a blockJacob Young
2023-03-24x86_64: fix block result value trackingJacob Young
2023-03-24x86_64: fix more value tracking bugsJacob Young
2023-03-24x86_64: fix value tracking bugsJacob Young
2023-03-23macho+zld: only check for alias symbols for non-extern relocationsJakub Konka
2023-03-22Merge pull request #15041 from ziglang/fix-14923Jakub Konka
2023-03-22macho+zld: make sure we populate source section index lookup if no undefsJakub Konka
2023-03-22macho+zld: refactor parsing of relocation targetJakub Konka