summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/MachOObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Next set of additional error checks for invalid Mach-O files.Kevin Enderby2016-08-121-17/+96
* Add the first of what will be a long line of additional error checks for inva...Kevin Enderby2016-08-051-0/+5
* [Support] Make ErrorAsOutParameter take an Error* rather than an Error&.Lang Hames2016-07-221-1/+1
* Add checks to the MachOObjectFile() constructor to make sure load commands sizesKevin Enderby2016-07-071-0/+19
* Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to ...Kevin Enderby2016-06-241-1/+1
* Recommit r270547 ([llvm-dwarfdump] - Teach dwarfdump to decompress debug sect...George Rimar2016-05-241-0/+4
* Revert r270543 ("Recommit r270540")George Rimar2016-05-241-4/+0
* Recommit r270540George Rimar2016-05-241-0/+4
* Revert r270540 "[llvm-dwarfdump] - Teach dwarfdump to decompress debug sectio...George Rimar2016-05-241-4/+0
* [llvm-dwarfdump] - Teach dwarfdump to decompress debug sections in zlib style.George Rimar2016-05-241-0/+4
* Change GenericBinaryError to no longer include a FileName, which is then notKevin Enderby2016-05-061-27/+26
* 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-051-10/+12
* Produce another specific error message for a malformed Mach-O file when a loadKevin Enderby2016-05-031-5/+7
* Produce another specific error message for a malformed Mach-O file when a loadKevin Enderby2016-05-031-2/+10
* Thread Expected<...> up from libObject’s getType() for symbols to allow llv...Kevin Enderby2016-05-021-7/+8
* MachO: remove weird ARM/Thumb interface from MachOObjectFileTim Northover2016-04-221-58/+6
* 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-201-6/+21
* 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-061-0/+4
* 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-251-10/+7
* [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-251-92/+136
* Fix a crash in running llvm-objdump -t with an invalid Mach-O file alreadyKevin Enderby2016-03-231-3/+10
* Rename embedded bitcode section in MachOSteven Wu2016-02-291-0/+8
* Fix the code that leads to the incorrect trigger of the report_fatal_error()Kevin Enderby2016-01-221-7/+64
* Fix MachOObjectFile::getSymbolName() to not call report_fatal_error()Kevin Enderby2016-01-221-2/+1
* Fix MachOObjectFile::getSymbolSection() to not call report_fatal_error()Kevin Enderby2016-01-211-1/+1
* Use make_range to reduce mentions of iterator type. NFCCraig Topper2015-12-061-8/+4
* [Object, MachO] Mark symbols from DATA and BSS sections as ST_DataKuba Brecka2015-11-121-0/+3
* Fix a bug in llvm-objdump’s printing of Objective-C meta dataKevin Enderby2015-10-081-3/+26
* Prune trailing whitespaces.NAKAMURA Takumi2015-09-221-10/+10
* Untabify.NAKAMURA Takumi2015-09-221-2/+1
* Reformat blank lines.NAKAMURA Takumi2015-09-221-3/+0
* Reformat comment lines.NAKAMURA Takumi2015-09-221-2/+2
* Reformat.NAKAMURA Takumi2015-09-221-30/+27
* Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type ...Craig Topper2015-09-211-12/+12
* [MachO] Move trivial accessors to header.Davide Italiano2015-08-251-18/+0
* [MachO] Introduce MinVersion API.Davide Italiano2015-08-251-0/+18
* Convert getSymbolSection to return an ErrorOr.Rafael Espindola2015-08-071-13/+9
* Delete UnknownAddress. It is a perfectly valid symbol value.Rafael Espindola2015-07-071-4/+1
* Common symbols don't have a value.Rafael Espindola2015-07-071-3/+2
* Common symbols are not undefined, at least for ObjectFile.Rafael Espindola2015-07-071-3/+2
OpenPOWER on IntegriCloud