summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object
Commit message (Expand)AuthorAgeFilesLines
* [Symbolize] Check if the PE file has a PDB and emit an error if we can't load itReid Kleckner2016-06-031-0/+11
* [COFF] Expose the PE debug data directory and dump itReid Kleckner2016-06-021-2/+70
* Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby2016-05-311-6/+6
* [Object] Return an error code instead of assertingDavid Majnemer2016-05-281-4/+4
* [CMake] Restrict libxar linkage to just llvm-objdumpChris Bieneman2016-05-261-2/+0
* Add FIXMEs to all derived classes of std::error_category.Peter Collingbourne2016-05-241-0/+3
* Recommit r270547 ([llvm-dwarfdump] - Teach dwarfdump to decompress debug sect...George Rimar2016-05-242-0/+8
* Revert r270543 ("Recommit r270540")George Rimar2016-05-242-8/+0
* Recommit r270540George Rimar2016-05-242-0/+8
* Revert r270540 "[llvm-dwarfdump] - Teach dwarfdump to decompress debug sectio...George Rimar2016-05-242-8/+0
* [llvm-dwarfdump] - Teach dwarfdump to decompress debug sections in zlib style.George Rimar2016-05-242-0/+8
* Add the printing the Mach-O (__LLVM,__bundle) xar archive file section "verbo...Kevin Enderby2016-05-231-0/+2
* Don't pass a Reloc::Model to MC.Rafael Espindola2016-05-181-1/+1
* [Object] Move isNotObjectErrorInvalidFileType out of header.Lang Hames2016-05-171-0/+18
* Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby2016-05-171-3/+8
* Return a StringRef from getSection.Rafael Espindola2016-05-111-1/+1
* Fix bug where temporary file would be left behind every time an archive was ...Rafael Espindola2016-05-091-1/+15
* Change GenericBinaryError to no longer include a FileName, which is then notKevin Enderby2016-05-062-32/+30
* Object: Fix two -Wpessimizing-move warnings after r268694Justin Bogner2016-05-051-5/+4
* Fix window bots failures due to r268694 - Cleanup and refactor of malformedEr...Kevin Enderby2016-05-051-1/+1
* Cleanup and refactor of malformedError() in lib/Object/MachOObjectFile.cpp .Kevin Enderby2016-05-051-71/+41
* Clean up the specific error message for a malformed Mach-O files with bad seg...Kevin Enderby2016-05-052-14/+12
* Produce another specific error message for a malformed Mach-O file when a loadKevin Enderby2016-05-032-7/+7
* Produce another specific error message for a malformed Mach-O file when a loadKevin Enderby2016-05-031-2/+10
* [lib/Object] Make this assertion more useful.Davide Italiano2016-05-031-3/+2
* Don't try to create thin bsd archives.Rafael Espindola2016-05-021-0/+3
* Thread Expected<...> up from libObject’s getType() for symbols to allow llv...Kevin Enderby2016-05-024-15/+24
* Expose a getFullName for thin archive members.Rafael Espindola2016-05-021-10/+18
* MachO: remove weird ARM/Thumb interface from MachOObjectFileTim Northover2016-04-221-58/+6
* Clean the API for CollectAsmUndefinedRefs, taking a Triple and a String Inlin...Mehdi Amini2016-04-221-5/+3
* IRObjectFile, clang-format fixup for r267104Mehdi Amini2016-04-221-4/+5
* Use std::move on the enum to insert it into the pair to please MSVCMehdi Amini2016-04-221-1/+1
* Refactor IRObjectFile, extract a static CollectAsmUndefinedRefs() method to p...Mehdi Amini2016-04-221-4/+15
* [ThinLTO] Remove unused/incomplete lazy summary reading support (NFC)Teresa Johnson2016-04-221-20/+2
* Fix a typo in an error message. Caught by Sean Silva!Kevin Enderby2016-04-211-1/+1
* hange the variable name big_size to BigSize. Caught by Rafael Espíndola!Kevin Enderby2016-04-211-14/+14
* Fix compilation error in r266919.Evgeniy Stepanov2016-04-201-1/+1
* Thread Expected<...> up from libObject’s getName() for symbols to allow llv...Kevin Enderby2016-04-204-14/+34
* Replace a loop with a for-each loop. No behavior change.Nico Weber2016-04-201-2/+1
* [NFC] Header cleanupMehdi Amini2016-04-182-2/+0
* Start to add real error messages for malformed Mach-O files.Kevin Enderby2016-04-131-2/+17
* Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby2016-04-069-36/+49
* Object: Correctly read thin archives containing absolute paths.Peter Collingbourne2016-03-311-3/+8
* Remove else after returnDavid Blaikie2016-03-281-4/+3
* [Support] Switch to RAII helper for error-as-out-parameter idiom.Lang Hames2016-03-251-2/+2
* [Object] Make createMachOObjectFile return Expected<...> rather thanLang Hames2016-03-253-12/+9
* [Object] Make MachOObjectFile's constructor private, provide a static createLang Hames2016-03-251-29/+26
* [Object] Start threading Error through MachOObjectFile construction.Lang Hames2016-03-252-92/+151
* Fix a crash in running llvm-objdump -t with an invalid Mach-O file alreadyKevin Enderby2016-03-232-4/+11
* [COFF] Refactor section alignment calculationDavid Majnemer2016-03-171-1/+1
OpenPOWER on IntegriCloud