| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-05-24 | link/macho: fix perf bug in DWARF parsing | Jakub Konka | |
| 2024-01-28 | macho: do not allocate input files in full | Jakub Konka | |
| 2024-01-24 | macho: fix 32bit compilation issues | Jakub Konka | |
| 2024-01-24 | macho: get the ball rolling! | Jakub Konka | |
| 2024-01-24 | macho: copy over new implementation sources from zld | Jakub Konka | |
| 2023-10-31 | std.builtin.Endian: make the tags lower case | Andrew Kelley | |
| Let's take this breaking change opportunity to fix the style of this enum. | |||
| 2023-10-31 | mem: fix ub in writeInt | Jacob Young | |
| Use inline to vastly simplify the exposed API. This allows a comptime-known endian parameter to be propogated, making extra functions for a specific endianness completely unnecessary. | |||
| 2023-08-30 | macho: remove error.UnhandledDwFormValue from link.File | Jakub Konka | |
| Eventually, we will validate DWARF info upfront and report errors to the user but this will require a rewrite of several parts of the linker so leaving as a TODO for the near future. | |||
| 2023-08-29 | macho: merge Zld state with MachO state | Jakub Konka | |
| 2023-06-24 | all: migrate code to new cast builtin syntax | mlugg | |
| Most of this migration was performed automatically with `zig fmt`. There were a few exceptions which I had to manually fix: * `@alignCast` and `@addrSpaceCast` cannot be automatically rewritten * `@truncate`'s fixup is incorrect for vectors * Test cases are not formatted, and their error locations change | |||
| 2023-03-21 | macho+zld: return null rather than error on invalid AbbrevKind | Jakub Konka | |
| 2022-11-18 | run zig fmt on everything checked by CI | Stevie Hryciw | |
| 2022-11-08 | macho: fix 32bit build | Jakub Konka | |
| 2022-11-08 | macho: fix handling of DW_FORM_block* forms | Jakub Konka | |
| 2022-11-08 | macho: fix parsing len of DW_FORM_string | Jakub Konka | |
| 2022-10-23 | macho: handle majority of DW_FORM_ values for DWARF4 in the linker | Jakub Konka | |
| 2022-10-22 | macho: fix 32bit build | Jakub Konka | |
| 2022-10-22 | macho: upstream rewritten traditional linker, zld | Jakub Konka | |
| kubkon/zld gitrev 5733ed87abe2f07e1330c3232a252e9defec638a | |||
