..
ArchHandler.cpp
Fix heap-buffer-overflow bugs identified by the Address Sanitizer
2015-02-19 20:42:23 +00:00
ArchHandler.h
Change getReferenceInfo/getPairReferenceInfo to use new Error handling. NFC.
2016-03-30 20:15:06 +00:00
ArchHandler_arm.cpp
Change getReferenceInfo/getPairReferenceInfo to use new Error handling. NFC.
2016-03-30 20:15:06 +00:00
ArchHandler_arm64.cpp
Change getReferenceInfo/getPairReferenceInfo to use new Error handling. NFC.
2016-03-30 20:15:06 +00:00
ArchHandler_x86.cpp
Change getReferenceInfo/getPairReferenceInfo to use new Error handling. NFC.
2016-03-30 20:15:06 +00:00
ArchHandler_x86_64.cpp
Change getReferenceInfo/getPairReferenceInfo to use new Error handling. NFC.
2016-03-30 20:15:06 +00:00
Atoms.h
Use owning pointers instead of raw pointers for Atom's to fix leaks.
2016-03-22 17:15:50 +00:00
CMakeLists.txt
Fix BUILD_SHARED_LIBS build.
2016-03-01 15:56:53 +00:00
CompactUnwindPass.cpp
Convert lld Pass::runOnFile to llvm::Error from std::error_code. NFC.
2016-03-30 20:36:31 +00:00
ExecutableAtoms.h
Use owning pointers instead of raw pointers for Atom's to fix leaks.
2016-03-22 17:15:50 +00:00
File.h
Convert readBinary to llvm::Error. NFC
2016-03-30 23:58:24 +00:00
FlatNamespaceFile.h
Remove dead flags.
2016-03-28 20:59:47 +00:00
GOTPass.cpp
Convert lld Pass::runOnFile to llvm::Error from std::error_code. NFC.
2016-03-30 20:36:31 +00:00
LayoutPass.cpp
Convert lld Pass::runOnFile to llvm::Error from std::error_code. NFC.
2016-03-30 20:36:31 +00:00
LayoutPass.h
Convert lld Pass::runOnFile to llvm::Error from std::error_code. NFC.
2016-03-30 20:36:31 +00:00
MachOLinkingContext.cpp
Convert file handle* methods to llvm::Error instead of std::error_code. NFC.
2016-03-30 20:56:54 +00:00
MachONormalizedFile.h
Convert readBinary to llvm::Error. NFC
2016-03-30 23:58:24 +00:00
MachONormalizedFileBinaryReader.cpp
Convert a few macho reader/writer helpers to new error handling. NFC.
2016-03-31 00:08:16 +00:00
MachONormalizedFileBinaryUtils.h
Generate LC_FUNCTION_STARTS load command.
2016-02-09 01:38:13 +00:00
MachONormalizedFileBinaryWriter.cpp
Convert a few macho reader/writer helpers to new error handling. NFC.
2016-03-31 00:08:16 +00:00
MachONormalizedFileFromAtoms.cpp
Convert lld file writing to llvm::Error. NFC.
2016-03-30 23:10:39 +00:00
MachONormalizedFileToAtoms.cpp
Convert normalized file to atoms methods to new error handling. NFC.
2016-03-30 23:43:27 +00:00
MachONormalizedFileYAML.cpp
Convert normalized file to atoms methods to new error handling. NFC.
2016-03-30 23:43:27 +00:00
MachOPasses.h
Add an ObjCPass to the MachO linker.
2016-01-19 21:54:21 +00:00
ObjCPass.cpp
Convert lld Pass::runOnFile to llvm::Error from std::error_code. NFC.
2016-03-30 20:36:31 +00:00
SectCreateFile.h
Use owning pointers instead of raw pointers for Atom's to fix leaks.
2016-03-22 17:15:50 +00:00
ShimPass.cpp
Convert lld Pass::runOnFile to llvm::Error from std::error_code. NFC.
2016-03-30 20:36:31 +00:00
StubsPass.cpp
Convert lld Pass::runOnFile to llvm::Error from std::error_code. NFC.
2016-03-30 20:36:31 +00:00
TLVPass.cpp
Convert lld Pass::runOnFile to llvm::Error from std::error_code. NFC.
2016-03-30 20:36:31 +00:00
WriterMachO.cpp
Convert lld file writing to llvm::Error. NFC.
2016-03-30 23:10:39 +00:00