1. 403a787 Support for function summary index bitcode sections and files. by Teresa Johnson · 10 years ago
  2. 10c80e7 Prune trailing whitespaces. by NAKAMURA Takumi · 10 years ago
  3. 0a7d0ad Untabify. by NAKAMURA Takumi · 10 years ago
  4. a9cb538 Reformat blank lines. by NAKAMURA Takumi · 10 years ago
  5. 8496503 Reformat comment lines. by NAKAMURA Takumi · 10 years ago
  6. 70ad98a Reformat. by NAKAMURA Takumi · 10 years ago
  7. 0013be1 Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type extra times. NFC by Craig Topper · 10 years ago
  8. 71ba9bd Re-apply r246276 - Object: Teach llvm-ar to create symbol table for COFF short import files by Rui Ueyama · 10 years ago
  9. 8cff174 Rollback r246276 - Object: Teach llvm-ar to create symbol table for COFF short import files by Rui Ueyama · 10 years ago
  10. 22b1b7a Object: Teach llvm-ar to create symbol table for COFF short import files. by Rui Ueyama · 10 years ago
  11. 68961bb [MachO] Move trivial accessors to header. by Davide Italiano · 10 years ago
  12. 933e230 [MachO] Introduce MinVersion API. by Davide Italiano · 10 years ago
  13. 8bab889 Convert getSymbolSection to return an ErrorOr. by Rafael Espindola · 10 years ago
  14. e01f43b Add dynamic_table iterators back to ELF.h. by Rafael Espindola · 10 years ago
  15. e834f42 COFF: Assign the correct symbol type to internal functions. by Peter Collingbourne · 10 years ago
  16. 6eb30ee Use early return NFC. by Frederic Riss · 10 years ago
  17. 7c6a071 [COFF] Consider the ImageBase when reporting section addresses by David Majnemer · 10 years ago
  18. 47ea9ec [COFF] Return symbol VAs instead of RVAs for PE files by Reid Kleckner · 10 years ago
  19. e182e74 ELFYAML: Enable parsing of EM_AMDGPU by Tom Stellard · 10 years ago
  20. d323888 [COFF] Add IMAGE_SCN_TYPE_NOLOAD to SectionCharacteristics by David Majnemer · 10 years ago
  21. 1eff5c9 Summary: Object: add IMAGE_FILE_MACHINE_ARM64 by Martell Malone · 10 years ago
  22. be9ab26 Fix fetching the symbol table of a thin archive. by Rafael Espindola · 10 years ago
  23. 06d6d19 Fix handling of relative paths in thin archives. by Rafael Espindola · 10 years ago
  24. 57c0525 llvm-ar: Don't write the directory in the string table. by Rafael Espindola · 10 years ago
  25. 3f6994b Silence GCC -Wparenthesis warning by David Majnemer · 10 years ago
  26. 0a74a60 For new archive member we only need to store the full path. by Rafael Espindola · 10 years ago
  27. f662e00 Simplify a few uses of remove_filename by using parent_path instead. by Rafael Espindola · 10 years ago
  28. 449208d Handle the error of trying to convert a regular archive to a thin one. by Rafael Espindola · 10 years ago
  29. e649258 Initial support for writing thin archives. by Rafael Espindola · 10 years ago
  30. 6fce2e4 Use a range loop. by Rafael Espindola · 10 years ago
  31. 4b83cb5 Add support for reading members out of thin archives. by Rafael Espindola · 10 years ago
  32. 2b05416 Add a herper function. NFC. by Rafael Espindola · 10 years ago
  33. c60d0d2 Fix reading archive members with / in the name. by Rafael Espindola · 10 years ago
  34. 6a8e86f Add support deterministic output in llvm-ar and make it the default. by Rafael Espindola · 10 years ago
  35. 594e676 llvm-ar: Pad the symbol table to 4 bytes. by Rafael Espindola · 10 years ago
  36. c79bff6 Basic support for BSD symbol tables in archives. by Rafael Espindola · 10 years ago
  37. 2ba806c Remove redundant variable. NFC. by Rafael Espindola · 10 years ago
  38. b870e9c Add a helper to printing BE of LE depending on the format. by Rafael Espindola · 10 years ago
  39. 8cde5c0 Extract printBSDMemberHeader. by Rafael Espindola · 10 years ago
  40. 4104fe8 Don't reject an archive with just a symbol table. by Rafael Espindola · 10 years ago
  41. c91177e Disallow Archive::child_iterator that don't point to an archive. by Rafael Espindola · 10 years ago
  42. 80c662d Use a raw_svector_ostream and simplify a loop. NFC. by Rafael Espindola · 10 years ago
  43. a2ed0b0 Start adding support for writing archives in BSD format. by Rafael Espindola · 10 years ago
  44. 65a9953 Inline function into only use. by Rafael Espindola · 10 years ago
  45. c291a4b2 Add a helper function to reduce a bit of code duplication. by Rafael Espindola · 10 years ago
  46. 51271bd Use a range loop. NFC. by Rafael Espindola · 10 years ago
  47. be8b0ea Delete UnknownAddress. It is a perfectly valid symbol value. by Rafael Espindola · 10 years ago
  48. 7e7be92 Common symbols don't have a value. by Rafael Espindola · 10 years ago
  49. d824772 Common symbols are not undefined, at least for ObjectFile. by Rafael Espindola · 10 years ago
  50. 05cbccc Simplify, NFC. by Rafael Espindola · 10 years ago
  51. 76ad232 Remove getRelocationAddress. by Rafael Espindola · 10 years ago
  52. 76d650e Check that COFF .obj files have sections with zero virtual address spaces. by Rafael Espindola · 10 years ago
  53. d5297ee Object/COFF: Do not rely on VirtualSize being 0 in object files. by Rui Ueyama · 10 years ago
  54. 5db0276 [ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml/yaml2obj tools by Simon Atanasyan · 10 years ago
  55. ed067c4 Return ErrorOr from getSymbolAddress. by Rafael Espindola · 10 years ago
  56. dea0016 Use getValue instead of getAddress in a few MachO only cases. by Rafael Espindola · 10 years ago
  57. e9da9aa This reverts commit r241350 and r241352. by Rafael Espindola · 10 years ago
  58. d0f7b42 [ELFYAML] Make the Size field for .bss section optional by Simon Atanasyan · 10 years ago
  59. b776eae [ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml/yaml2obj tools by Simon Atanasyan · 10 years ago
  60. 5d0c2ff Return ErrorOr from SymbolRef::getName. by Rafael Espindola · 10 years ago
  61. 6def304 Return ErrorOr from getSection. by Rafael Espindola · 10 years ago
  62. 10fcac7 Use ErrorOr in getRelocationAdress. by Rafael Espindola · 10 years ago
  63. e9c58c7 Implement containsSymbol with other lower level methods. by Rafael Espindola · 10 years ago
  64. 41bb432 Don't return error_code from a function that doesn't fail. by Rafael Espindola · 10 years ago
  65. 0ad71d9 Move function to the only file that uses it. by Rafael Espindola · 10 years ago
  66. f69ac42 Don't return error_code from a function that doesn't fail. by Rafael Espindola · 10 years ago
  67. 99c041b Don't return error_code from a function that doesn't fail. by Rafael Espindola · 10 years ago
  68. e40d30f Object/COFF: Define coff_symbol_generic. by Rui Ueyama · 10 years ago
  69. 96d071c Don't return error_code from function that never fails. by Rafael Espindola · 10 years ago
  70. 025f46f [SymbolSize] Skip sorting by index, just assign by index. by Benjamin Kramer · 10 years ago
  71. 6a1bfb2 Factor out the checking of string tables. by Rafael Espindola · 10 years ago
  72. 2fa80cc Simplify getSymbolType. by Rafael Espindola · 10 years ago
  73. dbb6bd3 Add an ELFSymbolRef type. by Rafael Espindola · 10 years ago
  74. d8e96ec Use computeSymbolSizes in llvm-symbolize. by Rafael Espindola · 10 years ago
  75. 6a75acb libObject/COFF: Add a function to get pointers to relocation entries. by Rui Ueyama · 10 years ago
  76. 6bf3221 Make computeSymbolSizes never fail. by Rafael Espindola · 10 years ago
  77. 7308d29 Use Symbol::getValue to simplify object::computeSymbolSizes. NFC. by Rafael Espindola · 10 years ago
  78. 991af66 Add a SymbolRef::getValue. by Rafael Espindola · 10 years ago
  79. 5912892 Refactor duplicated code. NFC. by Rafael Espindola · 10 years ago
  80. 54c9f3d Simplify the logic, NFC. by Rafael Espindola · 10 years ago
  81. d7a32ea Change how symbol sizes are handled in lib/Object. by Rafael Espindola · 10 years ago
  82. 3f1bc3b Revert "[FaultMaps] Move FaultMapParser to Object/" by Sanjoy Das · 10 years ago
  83. e7800ca Make helper functions static. NFC. by Benjamin Kramer · 10 years ago
  84. c233f74 Simplify the Mangler interface now that DataLayout is mandatory. by Rafael Espindola · 10 years ago
  85. f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  86. 4994365 Handle multiple symbols having the same address. by Rafael Espindola · 10 years ago
  87. b109c03 Extract an utility for computing symbol sizes on MachO and COFF. by Rafael Espindola · 10 years ago
  88. 9d95716 [FaultMaps] Move FaultMapParser to Object/ by Sanjoy Das · 10 years ago
  89. ebc162a [Object] Search for architecures by name in MachOUniversalBinary::getObjectForArch() by Frederic Riss · 10 years ago
  90. 63a88ce Make getRelocationSection MachO only. by Rafael Espindola · 10 years ago
  91. 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  92. 9fed250 Fix the build. by Rafael Espindola · 10 years ago
  93. 9ac06a0 Improve the --expand-relocs handling of MachO. by Rafael Espindola · 10 years ago
  94. cd278b7 [ArchiveWriter] Use EndianStream. No functional change intended. by Benjamin Kramer · 10 years ago
  95. dcd1dca Return a unique_ptr from getLazyBitcodeModule and parseBitcodeFile. NFC. by Rafael Espindola · 10 years ago
  96. 40baa0a Have MachOObjectFile::isValidArch() accept armv7 by Frederic Riss · 10 years ago
  97. 8d8b13d Recommit r239721: Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC. by Daniel Sanders · 10 years ago
  98. 51149d5 modules: Add explicit dependency on intrinsics_gen by Duncan P. N. Exon Smith · 10 years ago
  99. fa555dc Revert r239721 - Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC. by Daniel Sanders · 10 years ago
  100. d6d12a1 Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC. by Daniel Sanders · 10 years ago