summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/MachOObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MachO] Add valid architecture functionShoaib Meenai2019-07-041-19/+10
* [MACHO] Replaced calls to getStruct with getStructOrErr in functions returnin...Alex Brachet2019-06-041-33/+88
* AArch64: support binutils-like things on arm64_32.Tim Northover2019-05-141-2/+20
* [Object] Change ObjectFile::getSectionContents to return Expected<ArrayRef<ui...Fangrui Song2019-05-141-4/+3
* [Object] Change getSectionName() to return Expected<StringRef>Fangrui Song2019-05-021-7/+4
* Remove duplicate line. NFCI.Simon Pilgrim2019-04-291-1/+0
* Fix Mach-O bind and rebase validation errors in libObjectMichael Trent2019-03-201-116/+62
* Detect malformed LC_LINKER_COMMANDs in Mach-O binariesMichael Trent2019-03-111-0/+4
* objdump fails to parse Mach-O binaries with n_desc bearing stabsMichael Trent2019-02-231-23/+23
* Limit dyld image suffixes guessed by guessLibraryShortName()Michael Trent2019-01-241-3/+18
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Object] Return a symbol_iterator, rather than a basic_symbol_iterator, fromLang Hames2019-01-141-1/+1
* [MachO] Fix inconsistency between error messages when validating LC_DYSYMTABFrancis Visoiu Mistrih2018-09-041-2/+2
* [MachO] Fix LC_DYSYMTAB validation for external symbolsFrancis Visoiu Mistrih2018-09-041-1/+1
* [llvm-readobj] Add -hex-dump (-x) optionPaul Semel2018-07-111-0/+21
* [MachO] Add out-of-bounds check to MachOObjectFile.cppSam Clegg2018-06-041-0/+1
* MC: Remove redundant substr() callSam Clegg2018-05-301-1/+1
* [llvm-objdump] Print "..." instead of random data for virtual sectionsFrancis Visoiu Mistrih2018-04-191-2/+4
* For llvm-objdump and Mach-O files, update the printing of some thread statesKevin Enderby2018-03-081-1/+49
* Do not look up symbol names when n_strx == 0Michael Trent2018-01-031-0/+4
* Updated llvm-objdump to display local relocations in Mach-O binariesMichael Trent2017-12-151-1/+23
* Fix many -Wsign-compare and -Wtautological-constant-compare warnings.Zachary Turner2017-12-141-1/+1
* reverting out -r320532 because a warning is breaking the lld buildMichael Trent2017-12-131-23/+1
* Updated llvm-objdump to display local relocations in Mach-O binariesMichael Trent2017-12-121-1/+23
* Reverting r320166 to fix test failures.Michael Trent2017-12-081-23/+1
* Updated llvm-objdump to display local relocations in Mach-O binariesMichael Trent2017-12-081-1/+23
* Untabify.NAKAMURA Takumi2017-10-181-3/+3
* Fix typo in checkTwoLevelHintsCommandJessica Paquette2017-10-171-1/+1
* [dwarfdump] Skip 'stripped' sectionsJonas Devlieghere2017-09-261-0/+6
* [MachO] Prevent heap overflow when load command extends past EOFJonas Devlieghere2017-09-131-1/+4
* Untabify.NAKAMURA Takumi2017-08-281-12/+12
* [MachO] Use Twines more efficiently.Benjamin Kramer2017-08-201-183/+229
* [llvm] Update MachOObjectFile::exports interfaceAlexander Shaposhnikov2017-07-291-3/+2
* Small tweak to one check in error handling to the dyld compact exportKevin Enderby2017-07-241-2/+2
* Add error handling to the dyld compact export entries in libObject.Kevin Enderby2017-07-201-22/+154
* Updated llvm-objdump symbolic disassembly with x86_64 Mach-O MH_KEXT_BUNDLEKevin Enderby2017-06-221-9/+30
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-2/+2
* [DWARF] Adding support for the DWARF v5 string offsets table (consumer/reader...Wolfgang Pieb2017-06-061-0/+6
* [MachOObject] Fix bind opcode parser error on valid opcode sequenceSteven Wu2017-05-311-1/+1
* Recommit "[DWARF] - Make collectAddressRanges() return section index in addit...George Rimar2017-05-271-0/+4
* Revert r304002 "[DWARF] - Make collectAddressRanges() return section index in...George Rimar2017-05-261-4/+0
* [DWARF] - Make collectAddressRanges() return section index in addition to Low...George Rimar2017-05-261-0/+4
* Revert "[DWARF] - Make collectAddressRanges() return section index in additio...George Rimar2017-05-261-4/+0
* Recommit r303978 "[DWARF] - Make collectAddressRanges() return section index ...George Rimar2017-05-261-0/+4
* Revert r303978 "[DWARF] - Make collectAddressRanges() return section index in...George Rimar2017-05-261-4/+0
* [DWARF] - Make collectAddressRanges() return section index in addition to Low...George Rimar2017-05-261-0/+4
* [Object] Fix some Clang-tidy modernize and Include What You Use warnings; oth...Eugene Zelenko2017-04-211-103/+112
* Remove unused functions. Remove static qualifier from functions in header fil...Vassil Vassilev2017-04-111-7/+0
* [Object] Remove check for BIND_OPCODE_DONE/REBASE_OPCODE_DONE.Juergen Ributzka2017-03-301-12/+8
OpenPOWER on IntegriCloud