llvm-6502/tools
Rafael Espindola 2173e1839c Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.
For Mach-O there were 2 implementations for parsing object files. A
standalone llvm/Object/MachOObject.h and llvm/Object/MachO.h which
implements the generic interface in llvm/Object/ObjectFile.h.

This patch adds the missing features to MachO.h, moves macho-dump to
use MachO.h and removes ObjectFile.h.

In addition to making sure that check-all is clean, I checked that the
new version produces exactly the same output in all Mach-O files in a
llvm+clang build directory (including executables and shared
libraries).

To test the performance, I ran macho-dump over all the files in a
llvm+clang build directory again, but this time redirecting the output
to /dev/null. Both the old and new versions take about 4.6 seconds
(2.5 user) to finish.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180624 91177308-0d34-0410-b5e6-96231b3b80d8
2013-04-26 20:07:33 +00:00
..
bugpoint
bugpoint-passes
gold
llc
lli
llvm-ar
llvm-as
llvm-bcanalyzer
llvm-config
llvm-cov
llvm-diff
llvm-dis
llvm-dwarfdump
llvm-extract
llvm-jitlistener
llvm-link Replace uses of the deprecated std::auto_ptr with OwningPtr. 2013-04-15 12:06:32 +00:00
llvm-mc
llvm-mcmarkup
llvm-nm
llvm-objdump Clarify getRelocationAddress x getRelocationOffset a bit. 2013-04-25 12:28:45 +00:00
llvm-prof
llvm-ranlib
llvm-readobj Clarify getRelocationAddress x getRelocationOffset a bit. 2013-04-25 12:28:45 +00:00
llvm-rtdyld Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser. 2013-04-26 20:07:33 +00:00
llvm-shlib
llvm-size
llvm-stress
llvm-symbolizer At Jim Grosbach's request detemplate Object/MachO.h. 2013-04-18 18:08:55 +00:00
lto Don't produce an empty llvm.compiler.used in LTO. 2013-04-24 17:54:35 +00:00
macho-dump Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser. 2013-04-26 20:07:33 +00:00
obj2yaml Remove dead code. 2013-04-20 11:06:34 +00:00
opt
yaml2obj Don't compute a std::vector<uint8_t> just to write it out a stream. 2013-04-25 03:07:42 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile