| 3 years ago | Jakub Konka | | elf: include C compilation artifacts on the linker line |
| 3 years ago | Jakub Konka | | elf: resolve and write objects to file |
| 3 years ago | Jakub Konka | | elf: allocate objects, currently atom-by-atom |
| 3 years ago | Jakub Konka | | elf: set output section index of a global when resolving |
| 3 years ago | Jakub Konka | | elf: set output section index when parsing objects |
| 3 years ago | Jakub Konka | | elf: add simplistic reloc scanning mechanism |
| 3 years ago | Jakub Konka | | elf: claim unresolved dangling symbols that can be claimed |
| 3 years ago | Jakub Konka | | elf: mark imports-exports; populate symtab with objects |
| 3 years ago | Jakub Konka | | elf: add simplistic symbol resolution |
| 3 years ago | Jakub Konka | | elf: start fixing symbol resolution |
| 3 years ago | Jakub Konka | | elf: report undefined symbols in objects |
| 3 years ago | Jakub Konka | | elf: add prelim impl of Object parsing |
| 3 years ago | Jakub Konka | | elf: add basic error reporting for positional parsing |
| 3 years ago | Jakub Konka | | elf: report undefined symbols as errors |
| 3 years ago | Jakub Konka | | elf: emit relocation to an extern function |
| 3 years ago | Jakub Konka | | elf: simplify handling of relocs for atoms |
| 3 years ago | Jakub Konka | | elf: decouple notion of atom free list from shdrs |
| 3 years ago | Jakub Konka | | elf: allocate linker defined symbols |
| 3 years ago | Jakub Konka | | elf: write linker-defined symbols to symtab |
| 3 years ago | Jakub Konka | | elf: create required linker-defined symbols |
| 3 years ago | Jakub Konka | | elf: clean up naming and remove unused functions |
| 3 years ago | Jakub Konka | | elf: rename program_headers to phdrs |
| 3 years ago | Jakub Konka | | elf: write $got symbols into the symtab |
| 3 years ago | Jakub Konka | | elf: store Index rather than ?Index in Atom; gen ABS STT_FILE for zig source |
| 3 years ago | Jakub Konka | | elf: store GOT index in symbol extra array; use GotSection for GOT |
| 3 years ago | Jakub Konka | | elf: use zld's update mechanism for symtab for Zig module |
| 3 years ago | Jakub Konka | | elf: write symbtab |
| 3 years ago | Jakub Konka | | elf: set atom names |
| 3 years ago | Jakub Konka | | elf: lift-off - get it to compile and run until the error! |
| 3 years ago | Jakub Konka | | elf: make everything upside down - track by Symbol.Index rather than Atom.Index |
| 3 years ago | Jakub Konka | | elf: start porting abstraction of input file |
| 3 years ago | Jakub Konka | | elf: atom.index of 0 reserved for null atom |
| 3 years ago | Jakub Konka | | elf: remove dead code |
| 3 years ago | Jakub Konka | | elf: simplify accessors to symbols, atoms, etc |
| 3 years ago | Jakub Konka | | elf: add global symbol resolver |
| 3 years ago | Jakub Konka |  | Merge pull request #17057 from ziglang/elf-symtab |
| 3 years ago | Josh Wolfe |  | std.ArrayHashMap.reIndex also recomputes hashes (#17054) |
| 3 years ago | Jakub Konka | | elf: write symbol names into .strtab rather than .shstrtab |
| 3 years ago | Jakub Konka | | dwarf: fix copy-paste typo in variable lowering code for reg and stack |
| 3 years ago | Michal Ziulek | | std.coff: Fixed compile error. |
| 3 years ago | Jakub Konka |  | Merge pull request #17029 from squeek502/wasi-statFile-libc |
| 3 years ago | Jakub Konka |  | Merge pull request #17030 from ziglang/macho-libsystem |
| 3 years ago | Jakub Konka |  | Merge pull request #17020 from ziglang/macho-versions |
| 3 years ago | Jacob Young | | Sema: cleanup `coerceExtra` |
| 3 years ago | Andrew Kelley |  | Merge pull request #16969 from jacobly0/no-clear-ref-trace |
| 3 years ago | Igor Sadikov | | Optimize std.base64.standard.Encoder.encode |
| 3 years ago | Jakub Konka | | darwin: move inference of SDK version into the linker |
| 3 years ago | Jacob Young | | llvm/cbe: support slice in `@prefetch` |
| 3 years ago | Jay Petacat | | std: Move `TailQueue` alias to correct namespace |
| 3 years ago | Matthew Lugg | | compiler: provide result type for @memset value |
|