..
Archive.cpp
Add support for Darwin’s static library table of contents with 64-bit offsets to the archive members.
2016-06-17 22:16:06 +00:00
ArchiveWriter.cpp
Fix bug where temporary file would be left behind every time an archive was updated.
2016-05-09 13:31:11 +00:00
Binary.cpp
Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to produce a real error message
2016-04-06 22:14:09 +00:00
CMakeLists.txt
[CMake] Restrict libxar linkage to just llvm-objdump
2016-05-26 16:32:40 +00:00
COFFObjectFile.cpp
[Symbolize] Check if the PE file has a PDB and emit an error if we can't load it
2016-06-03 20:25:09 +00:00
ELF.cpp
Support/ELF: Add AMDGPU relocation definitions to match documentation
2016-06-17 22:38:08 +00:00
ELFObjectFile.cpp
[llvm-objdump] Support detection of feature bits from the object and implement this for Mips.
2016-06-16 09:17:03 +00:00
Error.cpp
Add FIXMEs to all derived classes of std::error_category.
2016-05-24 20:13:46 +00:00
IRObjectFile.cpp
Don't pass a Reloc::Model to MC.
2016-05-18 11:58:50 +00:00
LLVMBuild.txt
Object/LLVMBuild.txt: Sort required_libraries by alphabetical order.
2014-07-14 02:52:08 +00:00
MachOObjectFile.cpp
Recommit r270547 ([llvm-dwarfdump] - Teach dwarfdump to decompress debug sections in zlib style.)
2016-05-24 12:48:46 +00:00
MachOUniversal.cpp
Add support for Darwin’s 64-bit universal files with 64-bit offsets and sizes for the objects.
2016-06-20 22:16:18 +00:00
ModuleSummaryIndexObjectFile.cpp
Apply another batch of fixes from clang-tidy's performance-unnecessary-value-param.
2016-06-17 20:41:14 +00:00
Object.cpp
Thread Expected<...> up from libObject’s getType() for symbols to allow llvm-objdump to produce a good error message.
2016-05-02 20:28:12 +00:00
ObjectFile.cpp
Thread Expected<...> up from libObject’s getType() for symbols to allow llvm-objdump to produce a good error message.
2016-05-02 20:28:12 +00:00
RecordStreamer.cpp
[IRObjectFile] Handle .weak in RecordStreamer.
2016-06-17 18:20:14 +00:00
RecordStreamer.h
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
2015-06-23 09:49:53 +00:00
SymbolSize.cpp
[SymbolSize] Skip sorting by index, just assign by index.
2015-06-29 16:05:00 +00:00
SymbolicFile.cpp
Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to produce a real error message
2016-04-06 22:14:09 +00:00