llvm-project/lld/lib/ReaderWriter/MachO
Rui Ueyama 2c64aef35f Remove YAML/Native round-trip passes.
The round-trip passes were introduced in r193300. The intention of
the change was to make sure that LLD is capable of reading end
writing such file formats.

But that turned out to be yet another over-designed stuff that had
been slowing down everyday development.

The passes ran after the core linker and before the writer. If you
had an additional piece of information that needs to be passed from
front-end to the writer, you had to invent a way to save the data to
YAML/Native. These passes forced us to do that even if that data
was not needed to be represented neither in an object file nor in
an executable/DSO. It doesn't make sense. We don't need these passes.

http://reviews.llvm.org/D7480

llvm-svn: 230069
2015-02-20 22:10:28 +00:00
..
ArchHandler.cpp Fix heap-buffer-overflow bugs identified by the Address Sanitizer 2015-02-19 20:42:23 +00:00
ArchHandler.h TMP: fix readN & writeN to not encourage UB 2014-10-27 22:48:35 +00:00
ArchHandler_arm.cpp [Mach-O] Rename enum typename for consistency. NFC 2015-02-19 12:38:54 +00:00
ArchHandler_arm64.cpp [Mach-O] Rename enum typename for consistency. NFC 2015-02-19 12:38:54 +00:00
ArchHandler_x86.cpp [Mach-O] Rename enum typename for consistency. NFC 2015-02-19 12:38:54 +00:00
ArchHandler_x86_64.cpp [Mach-O] Rename enum typename for consistency. NFC 2015-02-19 12:38:54 +00:00
Atoms.h [mach-o] extract atom alignment information from mach-o files 2014-11-18 00:30:25 +00:00
CMakeLists.txt Remove YAML/Native round-trip passes. 2015-02-20 22:10:28 +00:00
CompactUnwindPass.cpp Fix heap-buffer-overflow bugs identified by the Address Sanitizer 2015-02-19 20:42:23 +00:00
ExecutableAtoms.hpp [Mach-O] Remove redundant allocator 2015-02-20 11:57:06 +00:00
File.h Move common code to base class. 2015-01-16 21:58:20 +00:00
GOTPass.cpp Use make_unique. 2015-02-06 22:44:16 +00:00
LayoutPass.cpp Use make_unique. 2015-02-06 22:44:16 +00:00
LayoutPass.h Cleanup. NFC. 2015-02-05 20:08:04 +00:00
MachOLinkingContext.cpp Remove YAML/Native round-trip passes. 2015-02-20 22:10:28 +00:00
MachONormalizedFile.h Separate file parsing from File's constructors. 2014-12-12 07:31:09 +00:00
MachONormalizedFileBinaryReader.cpp Re-commit r225674: Convert other drivers to use WrapperNode. 2015-01-15 04:34:31 +00:00
MachONormalizedFileBinaryUtils.h Follow-up to r221913. Fix some -Wcast-qual warning reasons. 2014-11-14 07:15:43 +00:00
MachONormalizedFileBinaryWriter.cpp [macho] Minor install_name fixes 2014-12-20 09:22:56 +00:00
MachONormalizedFileFromAtoms.cpp Using 'isa' instead of 'dyn_cast' 2015-02-13 14:28:18 +00:00
MachONormalizedFileToAtoms.cpp Separate file parsing from File's constructors. 2014-12-12 07:31:09 +00:00
MachONormalizedFileYAML.cpp [mach-o] propagate dylib version numbers 2014-11-19 02:21:53 +00:00
MachOPasses.h MachO: Move LayoutPass to MachO directory. 2015-02-05 20:05:33 +00:00
Makefile Fix the ELF shared library build targets - take 2 2015-01-24 01:06:07 +00:00
ShimPass.cpp Use make_unique. 2015-02-06 22:44:16 +00:00
StubsPass.cpp [mach-o] Fix lazy binding offsets 2014-11-11 01:31:18 +00:00
WriterMachO.cpp Fix five of the shared library build targets 2015-01-21 22:54:56 +00:00