summaryrefslogtreecommitdiff
path: root/lib/Object
AgeCommit message (Expand)Author
2016-05-26[CMake] Restrict libxar linkage to just llvm-objdumpChris Bieneman
2016-05-24Add FIXMEs to all derived classes of std::error_category.Peter Collingbourne
2016-05-24Recommit r270547 ([llvm-dwarfdump] - Teach dwarfdump to decompress debug sect...George Rimar
2016-05-24Revert r270543 ("Recommit r270540")George Rimar
2016-05-24Recommit r270540George Rimar
2016-05-24Revert r270540 "[llvm-dwarfdump] - Teach dwarfdump to decompress debug sectio...George Rimar
2016-05-24[llvm-dwarfdump] - Teach dwarfdump to decompress debug sections in zlib style.George Rimar
2016-05-23Add the printing the Mach-O (__LLVM,__bundle) xar archive file section "verbo...Kevin Enderby
2016-05-18Don't pass a Reloc::Model to MC.Rafael Espindola
2016-05-17[Object] Move isNotObjectErrorInvalidFileType out of header.Lang Hames
2016-05-17Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby
2016-05-11Return a StringRef from getSection.Rafael Espindola
2016-05-09Fix bug where temporary file would be left behind every time an archive was ...Rafael Espindola
2016-05-06Change GenericBinaryError to no longer include a FileName, which is then notKevin Enderby
2016-05-05Object: Fix two -Wpessimizing-move warnings after r268694Justin Bogner
2016-05-05Fix window bots failures due to r268694 - Cleanup and refactor of malformedEr...Kevin Enderby
2016-05-05Cleanup and refactor of malformedError() in lib/Object/MachOObjectFile.cpp .Kevin Enderby
2016-05-05Clean up the specific error message for a malformed Mach-O files with bad seg...Kevin Enderby
2016-05-03Produce another specific error message for a malformed Mach-O file when a loadKevin Enderby
2016-05-03Produce another specific error message for a malformed Mach-O file when a loadKevin Enderby
2016-05-03[lib/Object] Make this assertion more useful.Davide Italiano
2016-05-02Don't try to create thin bsd archives.Rafael Espindola
2016-05-02Thread Expected<...> up from libObject’s getType() for symbols to allow llv...Kevin Enderby
2016-05-02Expose a getFullName for thin archive members.Rafael Espindola
2016-04-22MachO: remove weird ARM/Thumb interface from MachOObjectFileTim Northover
2016-04-22Clean the API for CollectAsmUndefinedRefs, taking a Triple and a String Inlin...Mehdi Amini
2016-04-22IRObjectFile, clang-format fixup for r267104Mehdi Amini
2016-04-22Use std::move on the enum to insert it into the pair to please MSVCMehdi Amini
2016-04-22Refactor IRObjectFile, extract a static CollectAsmUndefinedRefs() method to p...Mehdi Amini
2016-04-22[ThinLTO] Remove unused/incomplete lazy summary reading support (NFC)Teresa Johnson
2016-04-21Fix a typo in an error message. Caught by Sean Silva!Kevin Enderby
2016-04-21hange the variable name big_size to BigSize. Caught by Rafael Espíndola!Kevin Enderby
2016-04-20Fix compilation error in r266919.Evgeniy Stepanov
2016-04-20Thread Expected<...> up from libObject’s getName() for symbols to allow llv...Kevin Enderby
2016-04-20Replace a loop with a for-each loop. No behavior change.Nico Weber
2016-04-18[NFC] Header cleanupMehdi Amini
2016-04-13Start to add real error messages for malformed Mach-O files.Kevin Enderby
2016-04-06Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby
2016-03-31Object: Correctly read thin archives containing absolute paths.Peter Collingbourne
2016-03-28Remove else after returnDavid Blaikie
2016-03-25[Support] Switch to RAII helper for error-as-out-parameter idiom.Lang Hames
2016-03-25[Object] Make createMachOObjectFile return Expected<...> rather thanLang Hames
2016-03-25[Object] Make MachOObjectFile's constructor private, provide a static createLang Hames
2016-03-25[Object] Start threading Error through MachOObjectFile construction.Lang Hames
2016-03-23Fix a crash in running llvm-objdump -t with an invalid Mach-O file alreadyKevin Enderby
2016-03-17[COFF] Refactor section alignment calculationDavid Majnemer
2016-03-15[ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson
2016-03-14Revert "[ThinLTO] Renaming of function index to module summary index (NFC)"Teresa Johnson
2016-03-14[ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson
2016-03-11[ThinLTO] Support for reference graph in per-module and combined summary.Teresa Johnson