aboutsummaryrefslogtreecommitdiff
path: root/src/link/Elf/file.zig
AgeCommit message (Expand)Author
2024-02-16elf: enable adding support for additional cpu archsJakub Konka
2024-02-12elf: do not prealloc input objects, pread selectivelyJakub Konka
2023-12-05elf: copy out committed ZigObject to a buffer when creating static libJakub Konka
2023-11-15elf: we were writing too many symbols in the symtabJakub Konka
2023-11-08elf: LLVM emits relocs to undef local symbols - color me surprised!Jakub Konka
2023-11-07elf: actually track output symtab index of symbolsJakub Konka
2023-11-07elf: generate section symbols when writing symtabJakub Konka
2023-11-06elf: clearly separate updating and writing symtab from only ZigObjectJakub Konka
2023-11-05elf: hook up saving object files in an archiveJakub Konka
2023-11-05elf: add hooks for archiving ObjectsJakub Konka
2023-11-04elf: store ar state per input object fileJakub Konka
2023-11-04elf: collect exports from ZigObject into AR symtabJakub Konka
2023-11-04elf: emit STT_SECTION symbolsJakub Konka
2023-11-04elf: improve Symbol to handle emitting relocatable object filesJakub Konka
2023-11-04elf: implement --gc-sections for non-LLVM Zig sourceJakub Konka
2023-11-04elf: redo strings management in the linkerJakub Konka
2023-10-30elf: rename ZigModule to ZigObjectJakub Konka
2023-10-16elf: re-enable dynamic linking codepathsJakub Konka
2023-10-16elf: increase Atom.Index resolution to u32Jakub Konka
2023-09-27elf: allow expanding segments in virtual memoryJakub Konka
2023-09-23elf: implement markLive for ZigModuleJakub Konka
2023-09-13elf: re-enable linking compiler_rtJakub Konka
2023-09-13elf: parse archivesJakub Konka
2023-09-12elf: clean up and unify symbol ref handling in relocsJakub Konka
2023-09-12elf: claim unresolved dangling symbols that can be claimedJakub Konka
2023-09-12elf: add simplistic symbol resolutionJakub Konka
2023-09-12elf: start fixing symbol resolutionJakub Konka
2023-09-11elf: add prelim impl of Object parsingJakub Konka
2023-09-10elf: create required linker-defined symbolsJakub Konka
2023-09-06elf: lift-off - get it to compile and run until the error!Jakub Konka
2023-09-06elf: make everything upside down - track by Symbol.Index rather than Atom.IndexJakub Konka
2023-09-05elf: start porting abstraction of input fileJakub Konka