1. 9d0c945 Next set of additional error checks for invalid Mach-O files for bad load commands by Kevin Enderby · 9 years ago
  2. dcbc504 Next set of additional error checks for invalid Mach-O files for bad LC_DYSYMTAB’s. by Kevin Enderby · 9 years ago
  3. 0e52c92 Next set of additional error checks for invalid Mach-O files for bad LC_SYMTAB’s. by Kevin Enderby · 9 years ago
  4. 9d0b531 Reformat. by NAKAMURA Takumi · 9 years ago
  5. 59a2064 Untabify. by NAKAMURA Takumi · 9 years ago
  6. c614d28 Next set of additional error checks for invalid Mach-O files. by Kevin Enderby · 9 years ago
  7. 600fb3f Add the first of what will be a long line of additional error checks for invalid Mach-O files. by Kevin Enderby · 9 years ago
  8. 5e51a2e [Support] Make ErrorAsOutParameter take an Error* rather than an Error&. by Lang Hames · 9 years ago
  9. 1851a82 Add checks to the MachOObjectFile() constructor to make sure load commands sizes by Kevin Enderby · 9 years ago
  10. 931cb65 Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to allow by Kevin Enderby · 9 years ago
  11. 401e4e5 Recommit r270547 ([llvm-dwarfdump] - Teach dwarfdump to decompress debug sections in zlib style.) by George Rimar · 9 years ago
  12. f059dd4 Revert r270543 ("Recommit r270540") by George Rimar · 9 years ago
  13. e9b2e19 Recommit r270540 by George Rimar · 9 years ago
  14. 6a6185f Revert r270540 "[llvm-dwarfdump] - Teach dwarfdump to decompress debug sections in zlib style." by George Rimar · 9 years ago
  15. 6bcbf4c [llvm-dwarfdump] - Teach dwarfdump to decompress debug sections in zlib style. by George Rimar · 9 years ago
  16. d4e075b Change GenericBinaryError to no longer include a FileName, which is then not by Kevin Enderby · 9 years ago
  17. 2a42da9 Object: Fix two -Wpessimizing-move warnings after r268694 by Justin Bogner · 9 years ago
  18. 1e3abcb Fix window bots failures due to r268694 - Cleanup and refactor of malformedError() in lib/Object/MachOObjectFile.cpp . by Kevin Enderby · 9 years ago
  19. 8913496 Cleanup and refactor of malformedError() in lib/Object/MachOObjectFile.cpp . by Kevin Enderby · 9 years ago
  20. b34e3a1 Clean up the specific error message for a malformed Mach-O files with bad segment by Kevin Enderby · 9 years ago
  21. a8e3ab0 Produce another specific error message for a malformed Mach-O file when a load by Kevin Enderby · 9 years ago
  22. 368e714 Produce another specific error message for a malformed Mach-O file when a load by Kevin Enderby · 9 years ago
  23. 7bd8d99 Thread Expected<...> up from libObject’s getType() for symbols to allow llvm-objdump to produce a good error message. by Kevin Enderby · 9 years ago
  24. 9e8eb41 MachO: remove weird ARM/Thumb interface from MachOObjectFile by Tim Northover · 9 years ago
  25. 6e295f2 Fix a typo in an error message. Caught by Sean Silva! by Kevin Enderby · 9 years ago
  26. 5e55d17 hange the variable name big_size to BigSize. Caught by Rafael Espíndola! by Kevin Enderby · 9 years ago
  27. 2383465 Fix compilation error in r266919. by Evgeniy Stepanov · 9 years ago
  28. 81e8b7d Thread Expected<...> up from libObject’s getName() for symbols to allow llvm-objdump to produce a good error message. by Kevin Enderby · 9 years ago
  29. 8702574 Start to add real error messages for malformed Mach-O files. by Kevin Enderby · 9 years ago
  30. 3fcdf6a Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to produce a real error message by Kevin Enderby · 9 years ago
  31. b805f73 Remove else after return by David Blaikie · 10 years ago
  32. d1af8fc [Support] Switch to RAII helper for error-as-out-parameter idiom. by Lang Hames · 10 years ago
  33. ff044b1 [Object] Make createMachOObjectFile return Expected<...> rather than by Lang Hames · 10 years ago
  34. 8262764 [Object] Make MachOObjectFile's constructor private, provide a static create by Lang Hames · 10 years ago
  35. 9e964f3 [Object] Start threading Error through MachOObjectFile construction. by Lang Hames · 10 years ago
  36. 5afbc1c Fix a crash in running llvm-objdump -t with an invalid Mach-O file already by Kevin Enderby · 10 years ago
  37. f2fe014 Rename embedded bitcode section in MachO by Steven Wu · 10 years ago
  38. 1829c68 Fix the code that leads to the incorrect trigger of the report_fatal_error() by Kevin Enderby · 10 years ago
  39. f681ec5 Fix MachOObjectFile::getSymbolName() to not call report_fatal_error() by Kevin Enderby · 10 years ago
  40. 1f472ea Fix MachOObjectFile::getSymbolSection() to not call report_fatal_error() by Kevin Enderby · 10 years ago
  41. 15576e1 Use make_range to reduce mentions of iterator type. NFC by Craig Topper · 10 years ago
  42. de83322 [Object, MachO] Mark symbols from DATA and BSS sections as ST_Data by Kuba Brecka · 10 years ago
  43. 46e642f Fix a bug in llvm-objdump’s printing of Objective-C meta data by Kevin Enderby · 10 years ago
  44. 10c80e7 Prune trailing whitespaces. by NAKAMURA Takumi · 10 years ago
  45. 0a7d0ad Untabify. by NAKAMURA Takumi · 10 years ago
  46. a9cb538 Reformat blank lines. by NAKAMURA Takumi · 10 years ago
  47. 8496503 Reformat comment lines. by NAKAMURA Takumi · 10 years ago
  48. 70ad98a Reformat. by NAKAMURA Takumi · 10 years ago
  49. 0013be1 Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type extra times. NFC by Craig Topper · 10 years ago
  50. 68961bb [MachO] Move trivial accessors to header. by Davide Italiano · 10 years ago
  51. 933e230 [MachO] Introduce MinVersion API. by Davide Italiano · 10 years ago
  52. 8bab889 Convert getSymbolSection to return an ErrorOr. by Rafael Espindola · 10 years ago
  53. be8b0ea Delete UnknownAddress. It is a perfectly valid symbol value. by Rafael Espindola · 10 years ago
  54. 7e7be92 Common symbols don't have a value. by Rafael Espindola · 10 years ago
  55. d824772 Common symbols are not undefined, at least for ObjectFile. by Rafael Espindola · 10 years ago
  56. 05cbccc Simplify, NFC. by Rafael Espindola · 10 years ago
  57. 76ad232 Remove getRelocationAddress. by Rafael Espindola · 10 years ago
  58. ed067c4 Return ErrorOr from getSymbolAddress. by Rafael Espindola · 10 years ago
  59. dea0016 Use getValue instead of getAddress in a few MachO only cases. by Rafael Espindola · 10 years ago
  60. 5d0c2ff Return ErrorOr from SymbolRef::getName. by Rafael Espindola · 10 years ago
  61. 10fcac7 Use ErrorOr in getRelocationAdress. by Rafael Espindola · 10 years ago
  62. e9c58c7 Implement containsSymbol with other lower level methods. by Rafael Espindola · 10 years ago
  63. 41bb432 Don't return error_code from a function that doesn't fail. by Rafael Espindola · 10 years ago
  64. 0ad71d9 Move function to the only file that uses it. by Rafael Espindola · 10 years ago
  65. f69ac42 Don't return error_code from a function that doesn't fail. by Rafael Espindola · 10 years ago
  66. 99c041b Don't return error_code from a function that doesn't fail. by Rafael Espindola · 10 years ago
  67. 96d071c Don't return error_code from function that never fails. by Rafael Espindola · 10 years ago
  68. 2fa80cc Simplify getSymbolType. by Rafael Espindola · 10 years ago
  69. 6bf3221 Make computeSymbolSizes never fail. by Rafael Espindola · 10 years ago
  70. 991af66 Add a SymbolRef::getValue. by Rafael Espindola · 10 years ago
  71. 5912892 Refactor duplicated code. NFC. by Rafael Espindola · 10 years ago
  72. d7a32ea Change how symbol sizes are handled in lib/Object. by Rafael Espindola · 10 years ago
  73. 9ac06a0 Improve the --expand-relocs handling of MachO. by Rafael Espindola · 10 years ago
  74. 40baa0a Have MachOObjectFile::isValidArch() accept armv7 by Frederic Riss · 10 years ago
  75. 7d09919 Remove object_error::success and use std::error_code() instead by Rui Ueyama · 10 years ago
  76. fa5edc5 [Object, MachO] Fixup for r239075: use union to store mach_header and mach_header_64. by Alexey Samsonov · 10 years ago
  77. f8a7bf8 [Object, MachO] Don't crash on incomplete MachO segment load commands. by Alexey Samsonov · 10 years ago
  78. e1a76ab [Object, MachO] Simplify load segment parsing code. NFC. by Alexey Samsonov · 10 years ago
  79. 074da9b [Object, MachO] Don't crash on invalid MachO segment load commands. by Alexey Samsonov · 10 years ago
  80. de5a94a [Object, MachO] Don't crash on invalid MachO load commands. by Alexey Samsonov · 10 years ago
  81. 9f33663 [Object, MachO] Don't crash on parsing invalid MachO header. by Alexey Samsonov · 10 years ago
  82. 4fdbed3 [Object, MachO] Remove some code duplication. NFC. by Alexey Samsonov · 10 years ago
  83. 13415ed [Object, MachO] Cache parsed MachO header in MachOObjectFile. NFC. by Alexey Samsonov · 10 years ago
  84. d319c4f [Object, MachO] Introduce MachOObjectFile::load_commands() range iterator. by Alexey Samsonov · 10 years ago
  85. 37070a5 Move to llvm-objdump a large amount of code to that is only used there. by Rafael Espindola · 10 years ago
  86. 5eb02e4 Simplify another function that doesn't fail. by Rafael Espindola · 10 years ago
  87. a4d22472 Simplify interface of function that doesn't fail. by Rafael Espindola · 10 years ago
  88. 281b694 Add RelocVisitor support for MachO by Keno Fischer · 10 years ago
  89. 62a07cb Stop inventing symbol sizes. by Rafael Espindola · 10 years ago
  90. 0d85d10 Detect invalid section indexes when we first read them. by Rafael Espindola · 10 years ago
  91. c780e8e Make it easier to use DwarfContext with MCJIT by Keno Fischer · 10 years ago
  92. 075759a Remove more superfluous .str() and replace std::string concatenation with Twine. by Yaron Keren · 10 years ago
  93. 9a50944 dd the option, -link-opt-hints to llvm-objdump used with -macho to print the by Kevin Enderby · 11 years ago
  94. c552c9a Fix edge case when Start overflowed in 32 bit mode by Filipe Cabecinhas · 11 years ago
  95. 4013950 Report fatal errors instead of segfaulting/asserting on a few invalid accesses while reading MachO files. by Filipe Cabecinhas · 11 years ago
  96. 7e0692b [Object] Add SF_Exported flag. This flag will be set on all symbols that would by Lang Hames · 11 years ago
  97. e71bd0c Don't loop endlessly for MachO files with 0 ncmds by Filipe Cabecinhas · 11 years ago
  98. 48ef534 Add printing the LC_THREAD load commands with llvm-objdump’s -private-headers. by Kevin Enderby · 11 years ago
  99. 52e4ce4 Add printing the LC_ROUTINES load commands with llvm-objdump’s -private-headers. by Kevin Enderby · 11 years ago
  100. 186eac3 Add printing the LC_SUB_CLIENT load command with llvm-objdump’s -private-headers. by Kevin Enderby · 11 years ago