index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
link
/
MachO
/
Object.zig
Age
Commit message (
Expand
)
Author
2023-09-21
compiler: move struct types into InternPool proper
Andrew Kelley
2023-08-30
macho: report basic __eh_frame problems as errors
Jakub Konka
2023-08-29
macho: handle mismatched and missing platform errors
Jakub Konka
2023-08-29
macho: parse platform info from each object file into Platform struct
Jakub Konka
2023-08-29
macho: merge Zld state with MachO state
Jakub Konka
2023-08-29
macho: save indexes to all sections of interest
Jakub Konka
2023-08-29
macho: unify creating atoms
Jakub Konka
2023-08-29
macho: move initSection into MachO from Zld
Jakub Konka
2023-08-29
macho: move getOutputSection into Atom
Jakub Konka
2023-08-29
macho: use TableSection for stub entries in zld driver
Jakub Konka
2023-08-29
macho: unify Atom concept between drivers
Jakub Konka
2023-08-29
macho: unify Section concept across drivers
Jakub Konka
2023-08-29
macho: unify concept of SymbolWithLoc across drivers
Jakub Konka
2023-08-29
macho: simplify input file parsing for both drivers
Jakub Konka
2023-08-16
macho: tie FDEs and unwind records to all symbol aliases
Jakub Konka
2023-08-02
macho: track unwind/dwarf cfi records by symbol rather than atom
Jakub Konka
2023-06-25
macho: add fixes to __eh_frame parsing emitted by Nix C++ compiler
Jakub Konka
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-16
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91
2023-05-23
std.sort: add pdqsort and heapsort
Ali Chraghi
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-03-22
macho+zld: make sure we populate source section index lookup if no undefs
Jakub Konka
2023-03-22
macho+zld: refactor parsing of relocation target
Jakub Konka
2023-03-21
macho+zld: when finding by address, note the end of section symbols too
Jakub Konka
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-06
macho: parse and sort data-in-code entries ahead of time
Jakub Konka
2023-02-06
macho: downgrade alignment requirements for symtab in object files
Jakub Konka
2023-01-21
macho: fix sorting symbols by seniority
Jakub Konka
2023-01-21
macho: synthesise unwind records in absence of compact unwind section
Jakub Konka
2023-01-20
zld: parse, synthesise and emit unwind records
Jakub Konka
2022-10-30
macho: fix regression in dead strip for x86_64
Jakub Konka
2022-10-22
macho: some docs
Jakub Konka
2022-10-22
macho: gracefully handle uninitialized symtabs in objects
Jakub Konka
2022-10-22
macho: fix handling of lack of subsections and tracking of inner symbols
Jakub Konka
2022-10-22
macho: fix bug in incorrectly splicing nodes in trie
Jakub Konka
2022-10-22
macho: do not assume __la_symbol_ptr was created
Jakub Konka
2022-10-22
macho: upstream rewritten traditional linker, zld
Jakub Konka
2022-09-18
macho: fix after sync with master
Jakub Konka
2022-09-18
macho: rewrite how we allocate space in incremental context
Jakub Konka
2022-09-18
macho: do not call populateMissingMetadata in full link mode
Jakub Konka
2022-09-18
macho: clean up use of section ids
Jakub Konka
2022-09-18
macho: move main driver loop for one-shot into standalone zld module
Jakub Konka
2022-09-17
macho: do not assume every object has a symtab
Jakub Konka
2022-08-24
Merge pull request #12574 from Vexu/remove-bit-op-type-param
Andrew Kelley
2022-08-23
macho: fix compile errors in std.debug
Jakub Konka
2022-08-23
std.debug: implement support for DWARFv5
Andrew Kelley
2022-08-22
Dwarf: Added stroffsetsptr support (#12270)
Keith Chambers
2022-08-22
stage2+stage1: remove type parameter from bit builtins
Veikka Tuominen
2022-08-10
link.MachO: use accurate alignment attribute on pointers
Andrew Kelley
2022-08-10
Revert "macho: allow unaligned offsets in object files"
Andrew Kelley
[next]