aboutsummaryrefslogtreecommitdiff
path: root/src/codegen.zig
AgeCommit message (Expand)Author
2025-01-15wasm linker: implement missing logicAndrew Kelley
2025-01-15wasm: fix many compilation errorsAndrew Kelley
2025-01-15switch to ArrayListUnmanaged for machine codeAndrew Kelley
2025-01-15rework error handling in the backendsAndrew Kelley
2025-01-15wasm linker: aggressive DODificationAndrew Kelley
2025-01-05x86_64: fix `@errorName` dataJacob Young
2024-12-24compiler: analyze type and value of global declaration separatelymlugg
2024-12-23Zir: refactor `declaration` instruction representationmlugg
2024-10-31compiler: remove anonymous struct types, unify all tuplesmlugg
2024-10-23link.Elf.ZigObject.updateFunc: reduce data dependenciesAndrew Kelley
2024-09-10codegen: implement output to the `.debug_info` sectionJacob Young
2024-08-29compiler: avoid field/decl name conflictsmlugg
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-08-25fix up merge conflicts with masterDavid Rubin
2024-08-25sema: rework type resolution to use Zcu when possibleDavid Rubin
2024-08-17frontend: incremental progressmlugg
2024-08-17codegen: fix rebase gone wrongJakub Konka
2024-08-17macho: update codegen and linker to distributed jump table approachJakub Konka
2024-08-16Dwarf: rework self-hosted debug info from scratchJacob Young
2024-08-15riscv: do not emit GOT relocations for special linker symbolsJakub Konka
2024-08-15elf: introduce Symbol.flags.is_extern_ptr for refs potentially needing GOTJakub Konka
2024-08-13x86_64: handle lea_symbol returned by genNavRefJakub Konka
2024-08-11compiler: split Decl into Nav and Caumlugg
2024-08-07elf: fix compile errorsJakub Konka
2024-07-26riscv: boilerplate for creating lazy functionsDavid Rubin
2024-07-22macho: run more things in parallelJakub Konka
2024-07-19dev: introduce dev environments that enable compiler feature setsJacob Young
2024-07-18macho: update ZigObject to use new ownership modelJakub Konka
2024-07-17Merge pull request #20474 from Rexicon226/riscvJakub Konka
2024-07-16Value: eliminate static recursion loop from value printingmlugg
2024-07-14riscv: `@atomicRmw`David Rubin
2024-07-13InternPool: add and use a mutate mutex for each listJacob Young
2024-07-10InternPool: make `global_error_set` thread-safeJacob Young
2024-07-07Zcu: pass `PerThread` to intern pool string functionsJacob Young
2024-07-07Zcu: introduce `PerThread` and pass to all the functionsJacob Young
2024-07-04Zcu: extract permanent state from FileAndrew Kelley
2024-07-04compiler: type.zig -> Type.zigmlugg
2024-07-04Zcu: store `LazySrcLoc` in error messagesmlugg
2024-06-22rename src/Module.zig to src/Zcu.zigAndrew Kelley
2024-04-17compiler: rework comptime pointer representation and accessmlugg
2024-04-08InternPool: remove slice from byte aggregate keysJacob Young
2024-03-30cbe: rewrite `CType`Jacob Young
2024-03-27Merge pull request #19430 from ziglang/dwarf-ubJakub Konka
2024-03-26compiler: eliminate TypedValuemlugg
2024-03-26compiler: eliminate most usages of TypedValuemlugg
2024-03-26Zcu: eliminate `Decl.alive` fieldmlugg
2024-03-26compiler: eliminate legacy Value representationmlugg
2024-03-26Zcu.Decl: remove `ty` fieldmlugg
2024-03-25dwarf+codegen: use appendNTimes instead of writer().writeByteNTimesJakub Konka
2024-03-25compiler: implement analysis-local comptime-mutable memorymlugg