aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-04-21Do not use -fPIC when compiling a UEFI applicationEric Rowley
2023-04-20fixes to the previous commitAndrew Kelley
2023-04-20Expose an option for producing 64-bit DWARF formatDavid Gonzalez Martin
2023-04-20Module: mark function body dependencies, don't re-analyze anonymous declsmlugg
2023-04-20Sema: allow ptr field access on pointer-to-arraymlugg
2023-04-20llvm: emit metadata for exported global variables (#15349)Tw
2023-04-18compilation: fix generating coff debug info on -gnukcbanner
2023-04-18Merge pull request #15299 from truemedian/std-httpAndrew Kelley
2023-04-18Assembly file add soft float option for mips (#15340)hequn
2023-04-18coff: support allow_shlib_undefinedkcbanner
2023-04-18Merge pull request #15302 from jacobly0/x86_64-non-livenessAndrew Kelley
2023-04-18std.http: pass Method to request directly, parse trailing headersNameless
2023-04-18Merge pull request #15339 from ziglang/link-and-x86_64-cleanupsJakub Konka
2023-04-17std.http: curate some Server errors, fix reading chunked bodiesNameless
2023-04-17std.http: add HeadersNameless
2023-04-17compilation: fix non-zig compilations not using CacheMode.wholekcbanner
2023-04-17autodoc: more support for linking decls in docs & guidesLoris Cro
2023-04-17x86_64: clean up formatting functions for Instruction and OperandJakub Konka
2023-04-17tapi: fix memory bugs in yaml parserJakub Konka
2023-04-17Sema: fix empty infinite loopsJacob Young
2023-04-16x86_64: implement packed load and storeJacob Young
2023-04-16x86_64: fix overflow of extended multiplyJacob Young
2023-04-16x86_64: fix @clz directionJacob Young
2023-04-16Merge pull request #15291 from ziglang/x86_64-more-memoryJakub Konka
2023-04-15x86_64: fix loading/storing pointers from linker deferred memory locationsJakub Konka
2023-04-15fix: print targetsserg
2023-04-15autodoc: add support for defining guide sectionsLoris Cro
2023-04-15x86_64: cleanup different memory load typesJakub Konka
2023-04-15x86_64: split MCValue.tlv_reloc into .load_tlv and .lea_tlvJakub Konka
2023-04-14fix zig cc linker flags for WasmLuuk de Gram
2023-04-13Merge pull request #15185 from ziglang/macho-tlsJakub Konka
2023-04-13Merge pull request #15257 from Luukdegram/wasm-tagnameLuuk de Gram
2023-04-13autodoc: Handling of explicit values for enum fieldsKrzysztof Wolicki
2023-04-13autodoc: Handling of default values for struct fieldsKrzysztof Wolicki
2023-04-13autodoc: make DeclStatus references long-livedLoris Cro
2023-04-13x86_64: make TLV a separate MCValueJakub Konka
2023-04-13x86_64: fix load() and store() to accommodate TLVJakub Konka
2023-04-13x86_64: emit pointer to TLV for machoJakub Konka
2023-04-13macho: reference TLV thunks via GOT tableJakub Konka
2023-04-13macho: emit TLV pointers and variablesJakub Konka
2023-04-13macho: cleanup dirtying and writing GOT atomsJakub Konka
2023-04-13macho: improve reporting of missing symbolsJakub Konka
2023-04-13macho: refactor common logic between synthetic tablesJakub Konka
2023-04-13macho: add machinery for emitting TLV refsJakub Konka
2023-04-13macho: refactor relocation type in incremental linkerJakub Konka
2023-04-13macho: emit TLS sectionsJakub Konka
2023-04-13x86_64: remove loadMemPtrIntoRegister() now redundantJakub Konka
2023-04-13x86_64: simplify genInlineMemset() when setting value in memoryJakub Konka
2023-04-13x86_64: simplify genInlineMemcpy() when copying from memoryJakub Konka
2023-04-13x86_64: simplify genSetStack() when storing value from memoryJakub Konka