summaryrefslogtreecommitdiff
path: root/lib/Object/MachOObjectFile.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-05-24Recommit r270547 ([llvm-dwarfdump] - Teach dwarfdump to decompress debug sect...George Rimar1-0/+4
2016-05-24Revert r270543 ("Recommit r270540")George Rimar1-4/+0
2016-05-24Recommit r270540George Rimar1-0/+4
2016-05-24Revert r270540 "[llvm-dwarfdump] - Teach dwarfdump to decompress debug sectio...George Rimar1-4/+0
2016-05-24[llvm-dwarfdump] - Teach dwarfdump to decompress debug sections in zlib style.George Rimar1-0/+4
2016-05-06Change GenericBinaryError to no longer include a FileName, which is then notKevin Enderby1-27/+26
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 Enderby1-10/+12
2016-05-03Produce another specific error message for a malformed Mach-O file when a loadKevin Enderby1-5/+7
2016-05-03Produce another specific error message for a malformed Mach-O file when a loadKevin Enderby1-2/+10
2016-05-02Thread Expected<...> up from libObject’s getType() for symbols to allow llv...Kevin Enderby1-7/+8
2016-04-22MachO: remove weird ARM/Thumb interface from MachOObjectFileTim Northover1-58/+6
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 Enderby1-6/+21
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 Enderby1-0/+4
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 Hames1-10/+7
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 Hames1-92/+136
2016-03-23Fix a crash in running llvm-objdump -t with an invalid Mach-O file alreadyKevin Enderby1-3/+10
2016-02-29Rename embedded bitcode section in MachOSteven Wu1-0/+8
2016-01-22Fix the code that leads to the incorrect trigger of the report_fatal_error()Kevin Enderby1-7/+64
2016-01-22Fix MachOObjectFile::getSymbolName() to not call report_fatal_error()Kevin Enderby1-2/+1
2016-01-21Fix MachOObjectFile::getSymbolSection() to not call report_fatal_error()Kevin Enderby1-1/+1
2015-12-06Use make_range to reduce mentions of iterator type. NFCCraig Topper1-8/+4
2015-11-12[Object, MachO] Mark symbols from DATA and BSS sections as ST_DataKuba Brecka1-0/+3
2015-10-08Fix a bug in llvm-objdump’s printing of Objective-C meta dataKevin Enderby1-3/+26
2015-09-22Prune trailing whitespaces.NAKAMURA Takumi1-10/+10
2015-09-22Untabify.NAKAMURA Takumi1-2/+1
2015-09-22Reformat blank lines.NAKAMURA Takumi1-3/+0
2015-09-22Reformat comment lines.NAKAMURA Takumi1-2/+2
2015-09-22Reformat.NAKAMURA Takumi1-30/+27
2015-09-21Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type ...Craig Topper1-12/+12
2015-08-25[MachO] Move trivial accessors to header.Davide Italiano1-18/+0
2015-08-25[MachO] Introduce MinVersion API.Davide Italiano1-0/+18
2015-08-07Convert getSymbolSection to return an ErrorOr.Rafael Espindola1-13/+9
2015-07-07Delete UnknownAddress. It is a perfectly valid symbol value.Rafael Espindola1-4/+1
2015-07-07Common symbols don't have a value.Rafael Espindola1-3/+2
2015-07-07Common symbols are not undefined, at least for ObjectFile.Rafael Espindola1-3/+2
2015-07-07Simplify, NFC.Rafael Espindola1-3/+2
2015-07-06Remove getRelocationAddress.Rafael Espindola1-9/+7
2015-07-03Return ErrorOr from getSymbolAddress.Rafael Espindola1-4/+2
2015-07-03Use getValue instead of getAddress in a few MachO only cases.Rafael Espindola1-5/+2
2015-07-02Return ErrorOr from SymbolRef::getName.Rafael Espindola1-4/+2