summaryrefslogtreecommitdiff
path: root/lib/Object/MachOObjectFile.cpp
AgeCommit message (Expand)Author
2017-12-15Updated llvm-objdump to display local relocations in Mach-O binariesMichael Trent
2017-12-14Fix many -Wsign-compare and -Wtautological-constant-compare warnings.Zachary Turner
2017-12-13reverting out -r320532 because a warning is breaking the lld buildMichael Trent
2017-12-12Updated llvm-objdump to display local relocations in Mach-O binariesMichael Trent
2017-12-08Reverting r320166 to fix test failures.Michael Trent
2017-12-08Updated llvm-objdump to display local relocations in Mach-O binariesMichael Trent
2017-10-18Untabify.NAKAMURA Takumi
2017-10-17Fix typo in checkTwoLevelHintsCommandJessica Paquette
2017-09-26[dwarfdump] Skip 'stripped' sectionsJonas Devlieghere
2017-09-13[MachO] Prevent heap overflow when load command extends past EOFJonas Devlieghere
2017-08-28Untabify.NAKAMURA Takumi
2017-08-20[MachO] Use Twines more efficiently.Benjamin Kramer
2017-07-29[llvm] Update MachOObjectFile::exports interfaceAlexander Shaposhnikov
2017-07-24Small tweak to one check in error handling to the dyld compact exportKevin Enderby
2017-07-20Add error handling to the dyld compact export entries in libObject.Kevin Enderby
2017-06-22Updated llvm-objdump symbolic disassembly with x86_64 Mach-O MH_KEXT_BUNDLEKevin Enderby
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-06-06[DWARF] Adding support for the DWARF v5 string offsets table (consumer/reader...Wolfgang Pieb
2017-05-31[MachOObject] Fix bind opcode parser error on valid opcode sequenceSteven Wu
2017-05-27Recommit "[DWARF] - Make collectAddressRanges() return section index in addit...George Rimar
2017-05-26Revert r304002 "[DWARF] - Make collectAddressRanges() return section index in...George Rimar
2017-05-26[DWARF] - Make collectAddressRanges() return section index in addition to Low...George Rimar
2017-05-26Revert "[DWARF] - Make collectAddressRanges() return section index in additio...George Rimar
2017-05-26Recommit r303978 "[DWARF] - Make collectAddressRanges() return section index ...George Rimar
2017-05-26Revert r303978 "[DWARF] - Make collectAddressRanges() return section index in...George Rimar
2017-05-26[DWARF] - Make collectAddressRanges() return section index in addition to Low...George Rimar
2017-04-21[Object] Fix some Clang-tidy modernize and Include What You Use warnings; oth...Eugene Zelenko
2017-04-11Remove unused functions. Remove static qualifier from functions in header fil...Vassil Vassilev
2017-03-30[Object] Remove check for BIND_OPCODE_DONE/REBASE_OPCODE_DONE.Juergen Ributzka
2017-03-27Add the error handling for Mach-O dyld compact lazy bind, weak bind andKevin Enderby
2017-03-20Add the rest of the error checking for Mach-O dyld compact bind entry errorsKevin Enderby
2017-02-28Actually add error handling to unpacking the dyld compact bind andKevin Enderby
2017-02-10Yet another fix llvm-objdump so it picks a good CPU based for Mach-O files,Kevin Enderby
2017-02-07Fix a typo in an error message for a check of invalid Mach-O files whereKevin Enderby
2017-01-24Fix llvm-objdump so it picks a good CPU based for Mach-O filesKevin Enderby
2017-01-23Add support for the x86_thread_state32_t andKevin Enderby
2017-01-23Add LC_BUILD_VERSION load commandSteven Wu
2017-01-19Add support for the new LC_NOTE load command.Kevin Enderby
2017-01-08llvm-objdump: speed up -objc-meta-dataSaleem Abdulrasool
2016-12-16Fix a bugs with using some Mach-O command line flags like "-arch armv7m".Kevin Enderby
2016-12-04[Object][MachO] Reference-ify some helper function arguments. NFC.Lang Hames
2016-11-22Object: Make SymbolicFile::symbol_{begin,end}() virtual and remove unnecessar...Peter Collingbourne
2016-11-14Add a checkSymbolTable() method to the MachOObjectFile class.Kevin Enderby
2016-11-11Make the Error class constructor protectedMehdi Amini
2016-11-03Add support for the ARM_THREAD_STATE64 andKevin Enderby
2016-11-02Add the rest of the additional error checks for invalid Mach-O files whenKevin Enderby
2016-10-31More additional error checks for invalid Mach-O files whenKevin Enderby
2016-10-27Another additional error check for invalid Mach-O files for theKevin Enderby
2016-10-24nother additional error check for an invalid Mach-O fileKevin Enderby