llvm-project/lld/MachO
Jez Ng e82c5e17b5 [lld-macho] Support X86_64_RELOC_BRANCH
Relatively straightforward diff, to set the stage for calling functions
in dylibs.

Differential Revision: https://reviews.llvm.org/D78269
2020-04-29 15:45:01 -07:00
..
Arch [lld-macho] Support X86_64_RELOC_BRANCH 2020-04-29 15:45:01 -07:00
CMakeLists.txt [lld-macho] Implement basic export trie 2020-04-29 15:44:27 -07:00
Config.h [lld-macho][reland] Add support for emitting dylibs with a single symbol 2020-04-28 17:08:32 -07:00
Driver.cpp [lld-macho] Disable colors in errors when not printing to a pty 2020-04-29 15:44:35 -07:00
Driver.h Reland D75382 "[lld] Initial commit for new Mach-O backend" 2020-04-02 12:03:43 -07:00
ExportTrie.cpp [lld-macho] Have Symbol::getVA() return a non-relative virtual address 2020-04-29 15:44:50 -07:00
ExportTrie.h [lld-macho] Implement basic export trie 2020-04-29 15:44:27 -07:00
InputFiles.cpp [lld-macho] Support reading of universal binaries 2020-04-29 15:44:44 -07:00
InputFiles.h [lld-macho] Add basic support for linking against dylibs 2020-04-21 13:43:19 -07:00
InputSection.cpp [lld-macho] Have Symbol::getVA() return a non-relative virtual address 2020-04-29 15:44:50 -07:00
InputSection.h [lld-macho] Extend SyntheticSections to cover all segment load commands 2020-04-27 12:58:12 -07:00
Options.td [lld-macho][reland] Add support for emitting dylibs with a single symbol 2020-04-28 17:08:32 -07:00
OutputSegment.cpp [lld-macho] Extend SyntheticSections to cover all segment load commands 2020-04-27 12:58:12 -07:00
OutputSegment.h [lld-macho] Extend SyntheticSections to cover all segment load commands 2020-04-27 12:58:12 -07:00
SymbolTable.cpp [lld-macho] Add basic support for linking against dylibs 2020-04-21 13:43:19 -07:00
SymbolTable.h [lld][macho] Fix implicit dependency on DenseMap.h include 2020-04-27 14:05:29 +01:00
Symbols.cpp Reland D75382 "[lld] Initial commit for new Mach-O backend" 2020-04-02 12:03:43 -07:00
Symbols.h [lld-macho] Have Symbol::getVA() return a non-relative virtual address 2020-04-29 15:44:50 -07:00
SyntheticSections.cpp [lld-macho] Implement basic export trie 2020-04-29 15:44:27 -07:00
SyntheticSections.h [lld-macho] Implement basic export trie 2020-04-29 15:44:27 -07:00
Target.cpp Reland D75382 "[lld] Initial commit for new Mach-O backend" 2020-04-02 12:03:43 -07:00
Target.h [lld-macho] Add basic support for linking against dylibs 2020-04-21 13:43:19 -07:00
Writer.cpp [lld-macho] Have Symbol::getVA() return a non-relative virtual address 2020-04-29 15:44:50 -07:00
Writer.h [lld-macho] Extend SyntheticSections to cover all segment load commands 2020-04-27 12:58:12 -07:00