summaryrefslogtreecommitdiff
path: root/lib/Object
AgeCommit message (Expand)AuthorFilesLines
2016-06-26[Object, COFF] An import data directory might not consist soley of importsDavid Majnemer1-17/+29
2016-06-24Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to ...Kevin Enderby3-6/+11
2016-06-24Make sure Format is always initialized.Rafael Espindola1-0/+5
2016-06-23[IRObjectFile] Try to be defensive, add a break.Davide Italiano1-0/+1
2016-06-22[MachO] Finish moving fat header swap functions to MachO.hChris Bieneman1-29/+1
2016-06-22[IRObjectFile] Propagate .weak attribute correctly for ASM symbols.Davide Italiano3-6/+15
2016-06-20Add support for Darwin’s 64-bit universal files with 64-bit offsets and siz...Kevin Enderby1-11/+47
2016-06-17Support/ELF: Add AMDGPU relocation definitions to match documentationTom Stellard1-0/+7
2016-06-17Add support for Darwin’s static library table of contents with 64-bit offse...Kevin Enderby1-3/+40
2016-06-17Apply another batch of fixes from clang-tidy's performance-unnecessary-value-...Benjamin Kramer1-3/+5
2016-06-17[IRObjectFile] Handle .weak in RecordStreamer.Davide Italiano1-1/+1
2016-06-16[llvm-objdump] Support detection of feature bits from the object and implemen...Daniel Sanders1-0/+67
2016-06-03[Symbolize] Check if the PE file has a PDB and emit an error if we can't load itReid Kleckner1-0/+11
2016-06-02[COFF] Expose the PE debug data directory and dump itReid Kleckner1-2/+70
2016-05-31Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby1-6/+6
2016-05-28[Object] Return an error code instead of assertingDavid Majnemer1-4/+4
2016-05-26[CMake] Restrict libxar linkage to just llvm-objdumpChris Bieneman1-2/+0
2016-05-24Add FIXMEs to all derived classes of std::error_category.Peter Collingbourne1-0/+3
2016-05-24Recommit r270547 ([llvm-dwarfdump] - Teach dwarfdump to decompress debug sect...George Rimar2-0/+8
2016-05-24Revert r270543 ("Recommit r270540")George Rimar2-8/+0
2016-05-24Recommit r270540George Rimar2-0/+8
2016-05-24Revert r270540 "[llvm-dwarfdump] - Teach dwarfdump to decompress debug sectio...George Rimar2-8/+0
2016-05-24[llvm-dwarfdump] - Teach dwarfdump to decompress debug sections in zlib style.George Rimar2-0/+8
2016-05-23Add the printing the Mach-O (__LLVM,__bundle) xar archive file section "verbo...Kevin Enderby1-0/+2
2016-05-18Don't pass a Reloc::Model to MC.Rafael Espindola1-1/+1
2016-05-17[Object] Move isNotObjectErrorInvalidFileType out of header.Lang Hames1-0/+18
2016-05-17Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby1-3/+8
2016-05-11Return a StringRef from getSection.Rafael Espindola1-1/+1
2016-05-09Fix bug where temporary file would be left behind every time an archive was ...Rafael Espindola1-1/+15
2016-05-06Change GenericBinaryError to no longer include a FileName, which is then notKevin Enderby2-32/+30
2016-05-05Object: Fix two -Wpessimizing-move warnings after r268694Justin Bogner1-5/+4
2016-05-05Fix window bots failures due to r268694 - Cleanup and refactor of malformedEr...Kevin Enderby1-1/+1
2016-05-05Cleanup and refactor of malformedError() in lib/Object/MachOObjectFile.cpp .Kevin Enderby1-71/+41
2016-05-05Clean up the specific error message for a malformed Mach-O files with bad seg...Kevin Enderby2-14/+12
2016-05-03Produce another specific error message for a malformed Mach-O file when a loadKevin Enderby2-7/+7
2016-05-03Produce another specific error message for a malformed Mach-O file when a loadKevin Enderby1-2/+10
2016-05-03[lib/Object] Make this assertion more useful.Davide Italiano1-3/+2
2016-05-02Don't try to create thin bsd archives.Rafael Espindola1-0/+3
2016-05-02Thread Expected<...> up from libObject’s getType() for symbols to allow llv...Kevin Enderby4-15/+24
2016-05-02Expose a getFullName for thin archive members.Rafael Espindola1-10/+18
2016-04-22MachO: remove weird ARM/Thumb interface from MachOObjectFileTim Northover1-58/+6
2016-04-22Clean the API for CollectAsmUndefinedRefs, taking a Triple and a String Inlin...Mehdi Amini1-5/+3
2016-04-22IRObjectFile, clang-format fixup for r267104Mehdi Amini1-4/+5
2016-04-22Use std::move on the enum to insert it into the pair to please MSVCMehdi Amini1-1/+1
2016-04-22Refactor IRObjectFile, extract a static CollectAsmUndefinedRefs() method to p...Mehdi Amini1-4/+15
2016-04-22[ThinLTO] Remove unused/incomplete lazy summary reading support (NFC)Teresa Johnson1-20/+2
2016-04-21Fix a typo in an error message. Caught by Sean Silva!Kevin Enderby1-1/+1
2016-04-21hange the variable name big_size to BigSize. Caught by Rafael Espíndola!Kevin Enderby1-14/+14
2016-04-20Fix compilation error in r266919.Evgeniy Stepanov1-1/+1
2016-04-20Thread Expected<...> up from libObject’s getName() for symbols to allow llv...Kevin Enderby4-14/+34