summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/MachOObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Add the error handling for Mach-O dyld compact lazy bind, weak bind andKevin Enderby2017-03-271-46/+274
* Add the rest of the error checking for Mach-O dyld compact bind entry errorsKevin Enderby2017-03-201-29/+406
* Actually add error handling to unpacking the dyld compact bind andKevin Enderby2017-02-281-11/+27
* Yet another fix llvm-objdump so it picks a good CPU based for Mach-O files,Kevin Enderby2017-02-101-0/+2
* Fix a typo in an error message for a check of invalid Mach-O files whereKevin Enderby2017-02-071-1/+1
* Fix llvm-objdump so it picks a good CPU based for Mach-O filesKevin Enderby2017-01-241-0/+4
* Add support for the x86_thread_state32_t andKevin Enderby2017-01-231-1/+20
* Add LC_BUILD_VERSION load commandSteven Wu2017-01-231-0/+34
* Add support for the new LC_NOTE load command.Kevin Enderby2017-01-191-0/+33
* llvm-objdump: speed up -objc-meta-dataSaleem Abdulrasool2017-01-081-0/+8
* Fix a bugs with using some Mach-O command line flags like "-arch armv7m".Kevin Enderby2016-12-161-1/+36
* [Object][MachO] Reference-ify some helper function arguments. NFC.Lang Hames2016-12-041-201/+200
OpenPOWER on IntegriCloud