1. a4da437 Use unique_ptr to hold MCInstrInfo by Vitaly Buka · 7 years ago
  2. ddf0892 Use unique_ptr. by Joel Galenson · 7 years ago
  3. 77a17af Find PLT entries for x86, x86_64, and AArch64. by Joel Galenson · 7 years ago
  4. 10bc294 [RISCV] Add ELFObjectFileBase::getRISCVFeatures let llvm-objdump could get RISCV target feature by Shiva Chen · 8 years ago
  5. f1e44df Move getPlatformFlags to ELFObjectFileBase and simplify. by Rafael Espindola · 8 years ago
  6. 5c1b443 Make the ELFObjectFile constructor private. by Rafael Espindola · 8 years ago
  7. a1fdc61 Simplify. NFC. by Rafael Espindola · 8 years ago
  8. e2d20cb Convert two uses of ErrorOr to Expected. by Rafael Espindola · 8 years ago
  9. ace970e [Triple] Add isThumb and isARM functions. by Florian Hahn · 8 years ago
  10. 19ca2b0 Move Object format code to lib/BinaryFormat. by Zachary Turner · 8 years ago
  11. e3e43d9 Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  12. c581c4f [Object] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  13. 56e5bde [ARM] Create SubtargetFeatures from build attrs by Sam Parker · 9 years ago
  14. aa96763 [ARM] Create objdump subtarget from build attrs by Sam Parker · 9 years ago
  15. d6d6b83 Revert r291903 and r291898. Reason: they break check-lld on the bots. by Ivan Krasin · 9 years ago
  16. 6968dd2 [ARM] Enable objdump to construct triple for ARM by Sam Parker · 9 years ago
  17. 0b8fc77 [llvm-objdump] Support detection of feature bits from the object and implement this for Mips. by Daniel Sanders · 9 years ago
  18. 196340c [Object, ELF] Don't assert on invalid magic in createELFObjectFile. by Alexey Samsonov · 10 years ago
  19. 1ea35c2 [Object, ELF] Don't call llvm_unreachable() from createELFObjectFile. by Alexey Samsonov · 10 years ago
  20. 9751e35 Simplify now that we always use an alignment of 2 for ELF files. by Rafael Espindola · 10 years ago
  21. 548f2b6 Don't own the buffer in object::Binary. by Rafael Espindola · 11 years ago
  22. db7cdc8 Add a non-templated ELFObjectFileBase class. by Rafael Espindola · 11 years ago
  23. 79002da Use std::unique_ptr to make the ownership explicit. by Rafael Espindola · 11 years ago
  24. db8cb22 This only needs a StringRef. No functionality change. by Rafael Espindola · 11 years ago
  25. 8659ad4 Replace two release calls with std::move. I missed this on the previous commit. by Rafael Espindola · 11 years ago
  26. 0d50598 Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy. by Rafael Espindola · 11 years ago
  27. b138cab Pass a std::unique_ptr& to the create??? methods is lib/Object. by Rafael Espindola · 11 years ago
  28. 1f65932 Make ObjectFile and BitcodeReader always own the MemoryBuffer. by Rafael Espindola · 11 years ago
  29. a841620 Fix a memory leak in the error path. by Rafael Espindola · 11 years ago
  30. 7f2f94f Fix pr17056. by Rafael Espindola · 11 years ago
  31. 4e2b922 Remove 'using std::errro_code' from lib. by Rafael Espindola · 11 years ago
  32. 5c792fa Don't use 'using std::error_code' in include/llvm. by Rafael Espindola · 11 years ago
  33. f4ccd11 Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 11 years ago
  34. 1a6eca2 [C++11] Replace OwningPtr::take() with OwningPtr::release(). by Ahmed Charles · 11 years ago
  35. 584fe2d Make ObjectFile ownership of the MemoryBuffer optional. by Rafael Espindola · 12 years ago
  36. 3d21815 Be a bit more consistent about using ErrorOr when constructing Binary objects. by Rafael Espindola · 12 years ago
  37. 081a194 [Object] Split the ELF interface into 3 parts. by Michael J. Spencer · 12 years ago
  38. c6af243 Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros. by Michael J. Spencer · 12 years ago
  39. d9d2f18 [Support] Add LLVM_IS_UNALIGNED_ACCESS_FAST. by Michael J. Spencer · 13 years ago
  40. ac97f5c [Object][ELF] Simplify ELFObjectFile by using ELFType. by Michael J. Spencer · 13 years ago
  41. 4d9c539 [Object][ELF] Add a maximum alignment. This is used by createELFObjectFile to create a properly aligned reader. by Michael J. Spencer · 13 years ago
  42. 689ff9c Implement GDB integration for source level debugging of code JITed using by Preston Gurd · 13 years ago
  43. f4eff4b Expose the ELFObjectFile class directly in the Object/ELF.h header, similarly by Eli Bendersky · 14 years ago
  44. 069df95 Object: avoid undefined behavior when bounds-checking by Dylan Noblesmith · 14 years ago
  45. 7f64823 Sink assert-only variables into the asserts by Matt Beaumont-Gay · 14 years ago
  46. ee705a7 Silence warnings in -asserts build by Matt Beaumont-Gay · 14 years ago
  47. 24973c1 Basic runtime dynamic loading capabilities added to ELFObjectFile, implemented by Eli Bendersky · 14 years ago
  48. b0436a7 Fixed ObjectFile functions: by Danil Malyshev · 14 years ago
  49. 790552c Revert r145180 as it is causing test failures on all the bots. by Chandler Carruth · 14 years ago
  50. 9b24738 Fixed ObjectFile functions: by Danil Malyshev · 14 years ago
  51. 9472b8d Expand relocation type field to 64 bits. MachO scattered relocations require 33 bits of type info. by Owen Anderson · 14 years ago
  52. 206d17c Object: Add some types to SymbolRef::Type. by Michael J. Spencer · 14 years ago
  53. 9b2b812 Object: Add isSymbolAbsolute and getSymbolSection. by Michael J. Spencer · 14 years ago
  54. c38c36a Object: Add isSymbolWeak. by Michael J. Spencer · 14 years ago
  55. ab6bcf3 Object: Implement casting for concrete classes. by Michael J. Spencer · 14 years ago
  56. 1130a79 Object: Fix redundant name. by Michael J. Spencer · 14 years ago
  57. 63b2f8c ELF: Fix the section that relocations apply to. Add test to verify. Patch by Danil Malyshev! by Michael J. Spencer · 14 years ago
  58. f77dea1 Elf_Word is not POD! Stop using it in a DenseMap. by Nick Lewycky · 14 years ago
  59. 18dcb87 lib/Object/ELFObjectFile.cpp: Fix undefined behavior for MC/ELF/many-section.s not to fail (on msvc). by NAKAMURA Takumi · 14 years ago
  60. bfbbe32 Reapply r141605 with fixes for appropriate handling of reserved section numbers by Nick Lewycky · 14 years ago
  61. 15c3f72 Add support for .symtab_shnidx. Unfortunately, doing this required breaking a by Nick Lewycky · 14 years ago
  62. fb05d3d Revert r141605 as it broke tests for llvm-nm. by Nick Lewycky · 14 years ago
  63. fad138d Add support for reading many-section ELF files. by Nick Lewycky · 14 years ago
  64. e2f2f07 Object: add getSectionAlignment. by Michael J. Spencer · 14 years ago
  65. 01a4db3 Fix GCC again. by Michael J. Spencer · 14 years ago
  66. 4344b1e Change relocation API to be per section. This time without breaking GCC. by Michael J. Spencer · 14 years ago
  67. a48ad13 Revert 141376 and 141377 due to breaking the build. by Bill Wendling · 14 years ago
  68. f1164a2 Change relocation API to be per section. by Michael J. Spencer · 14 years ago
  69. 13afc5e Object: Add isSection{Data,BSS}. by Michael J. Spencer · 14 years ago
  70. ac241fe Object: make the following changes into SymbolRef by Benjamin Kramer · 14 years ago
  71. 0fcab07 Add support for relocations to ObjectFile. by Benjamin Kramer · 14 years ago
  72. 07ea23a ObjectFile: Add a method to check whether a section contains a symbol. by Benjamin Kramer · 14 years ago
  73. 25b1577 Object: Add proper error handling. by Michael J. Spencer · 14 years ago
  74. 001c920 Make Binary the parent of ObjectFile and update children to new interface. by Michael J. Spencer · 14 years ago
  75. 5e45dc4 Revert the last two commits in the series. r132911, r132912. by Michael J. Spencer · 14 years ago
  76. 69aec36 Make Binary the parent of ObjectFile and update children to new interface. by Michael J. Spencer · 14 years ago
  77. 539d8d8 Assorted bugfixes in object file handling: by Eric Christopher · 14 years ago
  78. 7acdb4d Object: Fix type punned pointer issues by making DataRefImpl a union and using intptr_t. by Michael J. Spencer · 15 years ago
  79. b84551a Object: Add ELF support. by Michael J. Spencer · 15 years ago