llvm-capstone/lld/MachO
kyulee-com 5de1d007dd
[lld-macho] Fix for objc_msgSend stubs (#78557)
This commit corrects the address computation for objc_msgSend stubs.
Previously, the address computation was incidentally correct due to
objc_msgSend often being the first entry in the got section, resulting
in a 0 index. This commit ensures accurate address computation
regardless of the objc_msgSend stub's position in the got section.
2024-01-18 10:46:30 -08:00
..
Arch [lld-macho] Fix for objc_msgSend stubs (#78557) 2024-01-18 10:46:30 -08:00
CMakeLists.txt [lld-macho] Remove linking bitcode support 2023-05-30 14:47:11 -07:00
ConcatOutputSection.cpp [lld-macho] Remove partially supported 32-bit ARM arch 2023-05-20 13:06:03 -07:00
ConcatOutputSection.h
Config.h [NFC][CodeGen] Change CodeGenOpt::Level/CodeGenFileType into enum classes (#66295) 2023-09-14 14:10:14 -07:00
Driver.cpp [lld] Use StringRef::consume_front_insensitive (NFC) 2024-01-12 22:08:26 -08:00
Driver.h [lld-macho] Postprocess LC Linker Option 2023-08-13 13:39:04 -07:00
DriverUtils.cpp Reapply "[Option] Add "Visibility" field and clone the OptTable APIs to use it" 2023-08-15 01:16:58 -07:00
Dwarf.cpp
Dwarf.h
EhFrame.cpp
EhFrame.h
ExportTrie.cpp [lld-macho] Support re-exports of individual symbols 2023-03-27 16:39:37 -04:00
ExportTrie.h
ICF.cpp [lld-macho] Switch to xxh3_64bits 2023-07-19 09:58:44 -07:00
ICF.h
InputFiles.cpp [ADT] Rename SmallString::{starts,ends}with to {starts,ends}_with (#74916) 2023-12-09 14:28:45 -08:00
InputFiles.h lld/MachO: Fix two typos to cycle bots 2023-12-22 12:06:38 -05:00
InputSection.cpp [lld-macho] Switch to xxh3_64bits 2023-07-19 09:58:44 -07:00
InputSection.h [lld-macho][re-land] Warn on method name collisions from category definitions 2023-03-30 14:33:42 -04:00
Layout.h [lld-macho][re-land] Warn on method name collisions from category definitions 2023-03-30 14:33:42 -04:00
LTO.cpp [NFC][LLD] Refactor some copy-paste into the Common library (#67598) 2023-09-28 00:06:48 +02:00
LTO.h [lld-macho] Avoid running LTO pipeline for no files 2023-03-03 15:28:59 -08:00
MachOStructs.h
MapFile.cpp [lld-macho] Don't include zero-size private label symbols in map file 2023-03-11 01:40:14 -05:00
MapFile.h
MarkLive.cpp
MarkLive.h
ObjC.cpp [lld] StringRef::{starts,ends}with => {starts,ends}_with. NFC 2023-06-05 14:36:19 -07:00
ObjC.h [lld-macho][re-land] Warn on method name collisions from category definitions 2023-03-30 14:33:42 -04:00
Options.td lld/MachO: Fix two typos to cycle bots 2023-12-22 12:06:38 -05:00
OutputSection.cpp
OutputSection.h
OutputSegment.cpp
OutputSegment.h
Relocations.cpp [lld-macho][re-land] Warn on method name collisions from category definitions 2023-03-30 14:33:42 -04:00
Relocations.h [lld-macho][re-land] Warn on method name collisions from category definitions 2023-03-30 14:33:42 -04:00
SectionPriorities.cpp
SectionPriorities.h
Symbols.cpp reland: [Demangle] make llvm::demangle take std::string_view rather than const std::string& 2023-06-06 10:18:06 -07:00
Symbols.h [lld-macho] Fixed crashes when linking with incompatible-arch archives/ 2023-08-04 09:25:59 -04:00
SymbolTable.cpp [lld-macho] Stricter Bitcode Symbol Resolution 2023-08-22 12:03:17 -07:00
SymbolTable.h [lld-macho] Remove partially supported 32-bit ARM arch 2023-05-20 13:06:03 -07:00
SyntheticSections.cpp [lld-macho]Use install_name as Identifier for code-sign, if available. 2023-07-19 14:19:15 -04:00
SyntheticSections.h [lld-macho] Remove linking bitcode support 2023-05-30 14:47:11 -07:00
Target.cpp
Target.h [lld-macho] Remove partially supported 32-bit ARM arch 2023-05-20 13:06:03 -07:00
UnwindInfoSection.cpp [Support] Change MapVector's default template parameter to SmallVector<*, 0> 2023-07-24 22:04:03 -07:00
UnwindInfoSection.h
Writer.cpp [lld-macho] Use fixed chunk size for UUID 2023-07-19 17:24:36 -07:00
Writer.h