1. 4182d1c android: tools: remove redundant Android.bp by Mauro Rossi · 7 years ago
  2. 4bdf303 android: add soong building rules by Mauro Rossi · 7 years ago
  3. 8ece8d3 [dsymutil] Fix assertion triggered by empty address range. by Jonas Devlieghere · 7 years ago
  4. 20767d1 [dsymutil] Upstream unobfuscation logic. by Jonas Devlieghere · 7 years ago
  5. aefeecf [dsymutil] Ensure we're comparing time stamps with the same precision. by Jonas Devlieghere · 7 years ago
  6. c7a92ba [dsymutil] Gather global and local symbol addresses in the main executable. by Jonas Devlieghere · 7 years ago
  7. 0ee0dff Make dsymutil more robust when parsing load commands. by Adrian Prantl · 7 years ago
  8. a3a30c0 [dsymutil] Copy the LC_BUILD_VERSION load command into the companion binary. by Adrian Prantl · 7 years ago
  9. daecf94 [DWARF] Revert r345546: Refactor range list extraction and dumping by Wolfgang Pieb · 7 years ago
  10. 3efd3a7 [DWARF][NFC] Refactor range list extraction and dumping by Wolfgang Pieb · 7 years ago
  11. 956dada [dsymutil] Improve error reporting when we cannot create output file. by Jonas Devlieghere · 7 years ago
  12. c466264 Use the container form llvm::sort(C, ...) by Fangrui Song · 7 years ago
  13. 3b35e17 llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) by Fangrui Song · 7 years ago
  14. d2dad54 Revert "[DWARF] reposting r342048, which was reverted in r342056 due to buildbot errors. Adjusted 2 test cases for ARM and darwin and fixed a bug with the original change in dsymutil." by Alexander Kornienko · 7 years ago
  15. dbed722 [DWARF] reposting r342048, which was reverted in r342056 due to buildbot by Wolfgang Pieb · 7 years ago
  16. 103f07f Reverting r342048, which caused UBSan failures in dsymutil. by Wolfgang Pieb · 7 years ago
  17. 76d3c90 [DWARF] Refactoring range list dumping to fold DWARF v4 functionality into v5 handling by Wolfgang Pieb · 7 years ago
  18. 60c6009 [dsymutil] Prevent non-determinism due to threading. by Jonas Devlieghere · 7 years ago
  19. 9840d7c [dsymutil] Reduce peak memory usage for the single threaded execution. by Jonas Devlieghere · 7 years ago
  20. f4bf809 Add header guards to some headers that are missing them by Argyrios Kyrtzidis · 7 years ago
  21. c6bf8fa dsymutil: Avoid pruning non-type forward declarations inside DW_TAG_module by Adrian Prantl · 7 years ago
  22. 5309f16 Reduce the memory footprint of dsymutil. (NFC) by Adrian Prantl · 7 years ago
  23. 271b93a [DWARF] Unify warning callbacks. NFC. by Victor Leschuk · 7 years ago
  24. 23332c5 [DebugInfo] Reduce debug_str_offsets section size by Pavel Labath · 7 years ago
  25. 3289ee6 [dsymutil] Convert recursion in lookForDIEsToKeep into worklist. by Jonas Devlieghere · 7 years ago
  26. 58d4a39 [dsymutil] Simplify temporary file handling. by Jonas Devlieghere · 7 years ago
  27. 7c767bd [dsymutil] Add support for generating DWARF5 accelerator tables. by Jonas Devlieghere · 7 years ago
  28. 74dc404 [MC] Add interface to finish pending labels. by Jonas Devlieghere · 7 years ago
  29. a5d860c [dsymutil] Add support for outputting assembly by Jonas Devlieghere · 7 years ago
  30. 55b2eb0 [dsymutil] Emit label at the begin of a CU by Jonas Devlieghere · 7 years ago
  31. d36457d [dsymutil] Rename conflicting declaration by Jonas Devlieghere · 7 years ago
  32. 9f33bbfe [dsymutil] Make the CachedBinaryHolder the default by Jonas Devlieghere · 7 years ago
  33. 4d3e6c1 [dsymutil] Introduce a new CachedBinaryHolder by Jonas Devlieghere · 7 years ago
  34. ea63d87 [dsymutil] Use UnitListTy consistently (NFC) by Jonas Devlieghere · 7 years ago
  35. 928fea2 [dsymutil] Move abstractions into separate files (NFC) by Jonas Devlieghere · 7 years ago
  36. 01b1faf [dsymutil] Force mmap'ing of binaries by Jonas Devlieghere · 7 years ago
  37. 5a4174c [DWARF] Improved error reporting for range lists. by Wolfgang Pieb · 7 years ago
  38. 0dcc115 Refactor ExecuteAndWait to take StringRefs. by Zachary Turner · 7 years ago
  39. 7eeba25 [ADT] Make escaping fn conform to coding guidelines by Jonas Devlieghere · 7 years ago
  40. e22dca5 [dsymutil] Escape HTML special characters in plist. by Jonas Devlieghere · 7 years ago
  41. 2071b7a [Support] Add color cl category. by Jonas Devlieghere · 7 years ago
  42. 8e93a95 MC: Change object writers to use endian::Writer. NFCI. by Peter Collingbourne · 7 years ago
  43. 74bda0b MC: Change MCAssembler::writeSectionData and writeFragmentPadding to take a raw_ostream. NFCI. by Peter Collingbourne · 7 years ago
  44. 8b03f4d [DWARF] Refactor callback usage for .debug_line error handling by James Henderson · 7 years ago
  45. 17a9814 MC: Change the streamer ctors to take an object writer instead of a stream. NFCI. by Peter Collingbourne · 7 years ago
  46. b826631 [DWARF] Rework debug line parsing to use llvm::Error and callbacks by James Henderson · 7 years ago
  47. 70f3bbf Remove LLVM_INSTALL_CCTOOLS_SYMLINKS by Nico Weber · 7 years ago
  48. 5baab4c [Support] Add convenience functions to WithColor. NFC. by Jonas Devlieghere · 7 years ago
  49. 0b9d56a Define InitLLVM to do common initialization all at once. by Rui Ueyama · 7 years ago
  50. 461bf52 Rename *CommandFlags.def to *CommandFlags.inc by David Blaikie · 7 years ago
  51. fa428dc [dsymutil] Remove trailing colon. NFC by Jonas Devlieghere · 7 years ago
  52. d0a066b [dsymutil] Don't try to load Swift ASTs as objects. by Jonas Devlieghere · 7 years ago
  53. 760af16 [dsymutil] Don't crash on empty CU by Jonas Devlieghere · 7 years ago
  54. 2f039a0 [dsymutil] Apply recursion workaround for threading by Jonas Devlieghere · 7 years ago
  55. 67eb8fd [dsymutil] Upstream emitting of papertrail warnings. by Jonas Devlieghere · 7 years ago
  56. 4ead3eb [tools] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 7 years ago
  57. 9f3889b Style update. NFC. by Rafael Espindola · 7 years ago
  58. dbce663 typo by Adrian Prantl · 7 years ago
  59. e3995b7 [dsymutil] Fix add_llvm_tool_symlink by Jonas Devlieghere · 7 years ago
  60. a8b19e0 [dsymutil] Rename llvm-dsymutil -> dsymutil by Jonas Devlieghere · 7 years ago
  61. 21cda30 [dsymutil] Print architecture in warning by Jonas Devlieghere · 8 years ago
  62. cc46e39 [dsymutil] Unify error handling outside DwarfLinker. by Jonas Devlieghere · 8 years ago
  63. 10e1123 [dsymutil] Remove old error/warn functions. NFC. by Jonas Devlieghere · 8 years ago
  64. b936520 [dsymutil] Perform analyzeContextInfo and CloneDIEs in parallel by Jonas Devlieghere · 8 years ago
  65. 3f2bd66 [dsymutil] Unbreak non-Darwin bots. by Jonas Devlieghere · 8 years ago
  66. a4c60c4 [dsymutil] Introduce LinkContext. NFC. by Jonas Devlieghere · 8 years ago
  67. beee6ae [dsymutil] Unify error handling and add color by Jonas Devlieghere · 8 years ago
  68. e5edcce [dsymutil] Embed toolchain in dSYM bundle by Jonas Devlieghere · 8 years ago
  69. e993fb5 [dsymutil] Move string pool into its own implementatino file. NFC. by Jonas Devlieghere · 8 years ago
  70. 9b62265 build: add the ability to create a symlink for dsymutil by Saleem Abdulrasool · 8 years ago
  71. f521abc [dsymutil] Skip DW_AT_sibling attributes. by Jonas Devlieghere · 8 years ago
  72. 92a76c5 [dsymutil] Remove \brief from comments. NFC by Jonas Devlieghere · 8 years ago
  73. 3ad0c5a [dsymutil] Fix typos and formatting. NFC. by Jonas Devlieghere · 8 years ago
  74. 612ed3c [dsymutil] Replace PATH_MAX in SmallString with fixed value. by Jonas Devlieghere · 8 years ago
  75. 4463835 [dsymutil] Be smarter in caching calls to realpath by Jonas Devlieghere · 8 years ago
  76. 35c4cd1 [dsymutil] Correctly handle DW_TAG_label by Jonas Devlieghere · 8 years ago
  77. b647677 [CodeGen] Refactor AppleAccelTable by Pavel Labath · 8 years ago
  78. 0648dd9 [dsymutil] Use llvm::sys::path to join bundle path. by Jonas Devlieghere · 8 years ago
  79. 6169346 Re-land [dsymutil] Upstream update feature by Jonas Devlieghere · 8 years ago
  80. 6bac809 Revert dsymutil -update commits by Jonas Devlieghere · 8 years ago
  81. 87dba15 [dsymutil] Upstream update feature. by Jonas Devlieghere · 8 years ago
  82. 217ad73 [NFC] 'DWARFv5' -> 'DWARF v5' by Jonas Devlieghere · 8 years ago
  83. 2fa8e76 [dsymutil] Enable -minimize feature. by Jonas Devlieghere · 8 years ago
  84. ab9f432 [DWARFv5] Re-enable dumping a line table with no CU. by Paul Robinson · 8 years ago
  85. a9aab59 [dsymutil] Generate Apple accelerator tables by Jonas Devlieghere · 8 years ago
  86. ef0ae3d [dsymutil] Make NonRelocatableStringPool a wrapper around DwarfStringPoolEntry. NFC by Jonas Devlieghere · 8 years ago
  87. d32868d Thread MCSubtargetInfo through Target::createMCAsmBackend by Alex Bradbury · 8 years ago
  88. b8b7cba [dsymutil][NFC] Replace calls to CoreFoundation with LLVM equivalent. by Jonas Devlieghere · 8 years ago
  89. 65ad22d [YAML] Add support for non-printable characters by Francis Visoiu Mistrih · 8 years ago
  90. d770752 Remove redundant includes from tools. by Michael Zolotukhin · 8 years ago
  91. 4cac1c4 [dsymutil] Re-enable threading by Jonas Devlieghere · 8 years ago
  92. e75cd38 [dsymutil] Accept line tables up to DWARFv5. by Jonas Devlieghere · 8 years ago
  93. 5eb1a17 [dsymutil] Add -verify option to run DWARF verifier after linking. by Jonas Devlieghere · 8 years ago
  94. 4a6bb53 [CMake] Use PRIVATE in target_link_libraries for executables by Shoaib Meenai · 8 years ago
  95. 6bb5dbc [dsymutil] Exclude namespace from ifdef in CFBundle by Jonas Devlieghere · 8 years ago
  96. bdc984c [dsymutil] Upstream getBundleInfo implementation by Jonas Devlieghere · 8 years ago
  97. 55bf375 Rename MCTargetOptionsCommandFlags.h to .def as it is not a normal/modular header as much as it is for stamping out some global/static variables by David Blaikie · 8 years ago
  98. 39107fc Try to fix the windows build. by Rafael Espindola · 8 years ago
  99. ebc0ffe Use TempFile in dsymutil. by Rafael Espindola · 8 years ago
  100. 75fe73f make exitDsymutil static. by Rafael Espindola · 8 years ago