summaryrefslogtreecommitdiff
path: root/lib/Object
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-20Replace a loop with a for-each loop. No behavior change.Nico Weber1-2/+1
2016-04-18[NFC] Header cleanupMehdi Amini2-2/+0
2016-04-13Start to add real error messages for malformed Mach-O files.Kevin Enderby1-2/+17
2016-04-06Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby9-36/+49
2016-03-31Object: Correctly read thin archives containing absolute paths.Peter Collingbourne1-3/+8
2016-03-28Remove else after returnDavid Blaikie1-4/+3
2016-03-25[Support] Switch to RAII helper for error-as-out-parameter idiom.Lang Hames1-2/+2
2016-03-25[Object] Make createMachOObjectFile return Expected<...> rather thanLang Hames3-12/+9
2016-03-25[Object] Make MachOObjectFile's constructor private, provide a static createLang Hames1-29/+26
2016-03-25[Object] Start threading Error through MachOObjectFile construction.Lang Hames2-92/+151
2016-03-23Fix a crash in running llvm-objdump -t with an invalid Mach-O file alreadyKevin Enderby2-4/+11
2016-03-17[COFF] Refactor section alignment calculationDavid Majnemer1-1/+1
2016-03-15[ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson2-36/+38
2016-03-14Revert "[ThinLTO] Renaming of function index to module summary index (NFC)"Teresa Johnson2-38/+36
2016-03-14[ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson2-36/+38
2016-03-11[ThinLTO] Support for reference graph in per-module and combined summary.Teresa Johnson1-3/+3
2016-03-01[lanai] Add ELF enum value and relocations.Jacques Pienaar1-0/+7
2016-03-01Move ObjectYAML code to a new library.Rafael Espindola3-1333/+0