1. 79781a9 Specify working directory and OUT_DIR to ABI tools by Hsin-Yi Chen · 4 years, 3 months ago
  2. 0523ba2 Rename ninja variables with Clang in the name by Colin Cross · 4 years, 3 months ago
  3. c465efd Support multiple CrtBegin and CrtEnd files by Colin Cross · 4 years, 4 months ago
  4. f04eb99 Stop injecting symbols into host bionic binaries by Colin Cross · 4 years, 4 months ago
  5. 5f314b1 Rename gccCmd mingwCmd now that's all it's used for. by Elliott Hughes · 4 years, 5 months ago
  6. 58dd6a9 Add order-only dependency on shared libraries by Colin Cross · 4 years, 5 months ago
  7. afcd339 Remove unused parts of the strip implementation. by Elliott Hughes · 4 years, 5 months ago
  8. 69315e4 Use create_minidebuginfo tool instead of bash script. by David Srbecky · 4 years, 6 months ago
  9. 2e70f79 Move builder.go over to llvm-objcopy. by Elliott Hughes · 4 years, 6 months ago
  10. 789fe0f Revert^2 "[strip.sh] Move remaining GNU binutils usage to llvm binutils" by David Srbecky · 4 years, 6 months ago
  11. 4ad44e7 Move toc.sh to use LLVM binutils by Yi Kong · 4 years, 7 months ago
  12. a4eafdd Support multiple rsp files in REParams by Colin Cross · 4 years, 7 months ago
  13. f2be52c Merge "Revert "[strip.sh] Move remaining GNU binutils usage to llvm binutils"" by Treehugger Robot · 4 years, 7 months ago
  14. 33dfba1 Revert "[strip.sh] Move remaining GNU binutils usage to llvm binutils" by David Srbecky · 4 years, 7 months ago
  15. d2db795 Merge changes Iab4e09d9,Icf2f24dd,I15be5ef1,Ic0db9619 by Colin Cross · 4 years, 7 months ago
  16. ad50ce8 [strip.sh] Move remaining GNU binutils usage to llvm binutils by Yi Kong · 4 years, 7 months ago
  17. 77cdcfd Move android package on top of remotexec by Colin Cross · 4 years, 7 months ago
  18. 61cb7ed Merge "Soong: add missing header-abi-dumper inputs" by Treehugger Robot · 4 years, 10 months ago
  19. e286113 Add context for invalid extensions for cc compile by Liz Kammer · 4 years, 11 months ago
  20. bf4f55f Improve commenting for cc/builer.go, and kill dead code by Chris Parsons · 5 years ago
  21. 1893176 Soong: add missing header-abi-dumper inputs by Ulf Adams · 4 years, 11 months ago
  22. d207cbe Revert "Add -fdebug-compilation-dir option" by Kousik Kumar · 5 years ago
  23. 578ba00 Add -fdebug-compilation-dir option by Kousik Kumar · 5 years ago
  24. a6b38f2 Merge "Remove InputRootAbsolutePath spec to header-abi-dumper" by Treehugger Robot · 5 years ago
  25. 3e0b9c0 Merge "Check UseRBE is set before replacing any template with the RE version." by Kousik Kumar · 5 years ago
  26. 16f23a4 Check UseRBE is set before replacing any template with the RE version. by Ramy Medhat · 5 years ago
  27. 3618f0a Merge "Pass cpp linking implicit deps to RBE." by Ramy Medhat · 5 years ago
  28. bea94d3 Merge "soong: add support for module specific lexer flags" by Matthias Maennich · 5 years ago
  29. 6797edc Pass cpp linking implicit deps to RBE. by Ramy Medhat · 5 years ago
  30. d458745 cc: export Stripper struct by Thiébaud Weksteen · 5 years ago
  31. 22fd4d1 soong: add support for module specific lexer flags by Matthias Maennich · 5 years ago
  32. 118686b Remove InputRootAbsolutePath spec to header-abi-dumper by Kousik Kumar · 5 years ago
  33. 053fca1 Support ninja rsp files in soong_zip by Colin Cross · 5 years ago
  34. 4e30bba Add remote execution support for clang-tidy actions by Kousik Kumar · 5 years ago
  35. f3717ee Match Rust gcda output to cc via -Z profile-emit. by Ivan Lozano · 5 years ago
  36. 391d94c Append whole_static_libs deps from .a files instead of the list of objects. by Martin Stjernholm · 5 years ago
  37. 808594c Add support for the remote execution of Abi links. by Ramy Medhat · 5 years ago
  38. a4ef83b Canonicalize saved paths, Kythe cannot handle symlinks by Sasha Smundak · 5 years ago
  39. 3fb6126 Add implicit outputs to link actions by Kousik Kumar · 5 years ago
  40. 867dfd5 Merge "Add support for remotely executing header-abi-dumper actions." by Treehugger Robot · 5 years ago
  41. 31ec942 Add support for remotely executing header-abi-dumper actions. by Ramy Medhat · 5 years ago
  42. 9105fa3 Merge "Add check_all_apis option for header ABI checker" by Hsin-Yi Chen · 5 years ago
  43. 0452678 Only package gcno files for gcov coverage builds. by Oliver Nguyen · 5 years ago
  44. 9a90fe5 Allow remote execution of link actions. by Ramy Medhat · 6 years ago
  45. 2a65dda Add check_all_apis option for header ABI checker by Logan Chien · 6 years ago
  46. 2976bfd Do not add ccWrapper to ccNoDeps rule by Kousik Kumar · 6 years ago
  47. 1562752 Merge "build: soong: windres: use clang to preprocess" by Treehugger Robot · 6 years ago
  48. 18eeffa build: soong: windres: use clang to preprocess by Nick Desaulniers · 6 years ago
  49. 8ea054a Add support for experimentally enabling RBE support on specific rules. by Ramy Medhat · 6 years ago
  50. 6c2d4f9 Save compilation units in protobuf format. by Sasha Smundak · 6 years ago
  51. 1f38237 Merge changes from topic "reorder-cflags" by Colin Cross · 6 years ago
  52. 6d88dba Reorder local and global flags by Colin Cross · 6 years ago
  53. 4af21ed Split local and global cflags by Colin Cross · 6 years ago
  54. dd0418a Run non-RBE supported actions in the local pool when USE_RBE is set. by Ramy Medhat · 6 years ago
  55. c49c393 Repack libgcc.a to only include required objects by Yi Kong · 6 years ago
  56. 2e2dbc2 Use localPool consistently for UseGoma() == true by Colin Cross · 6 years ago
  57. 6514364 Pass filename mappings to C++ and Java extractors. by Sasha Smundak · 6 years ago
  58. 724ab5d Fix missing deps found through RBE by Dan Willemsen · 6 years ago
  59. ee96a79 Add back the llvm-ar P flag by Yi Kong · 6 years ago
  60. 98ab311 Save deps when asflags contains -xassembler-with-cpp by Dan Willemsen · 6 years ago
  61. 792942d Merge changes I75b4a761,I779f28c6,If1422372,I26307dd1 by Treehugger Robot · 6 years ago
  62. 99f2fc2 BoringSSL FIPS build - introduce extraLibFlags and use for STL libs. by Pete Bentley · 6 years ago
  63. fcf55bf Allow .o files as srcs. by Pete Bentley · 6 years ago
  64. eef3366 Merge "Add tags to the list of lsdump paths" by Hsin-Yi Chen · 6 years ago
  65. 6b4419c Include dependencies for clang-tidy and header-abi-dumper by Dan Willemsen · 6 years ago
  66. 5348964 Add tags to the list of lsdump paths by Hsin-Yi Chen · 6 years ago
  67. 2a4549e Support source code cross-referencing for C++ and Java by Sasha Smundak · 7 years ago
  68. 84d8385 Use LLD for partialLd. by Peter Collingbourne · 6 years ago
  69. d34ab7c Treat .cxx files as c++ by Colin Cross · 6 years ago
  70. 823532d Move darwin to llvm-ar by Yi Kong · 6 years ago
  71. 7268fd4 Merge "Package coverage files as a zip." by Treehugger Robot · 6 years ago
  72. c743414 Package coverage files as a zip. by Oliver Nguyen · 6 years ago
  73. 75a50a2 Revert "Revert "Revert "Revert "Enable lld for windows"""" by Josh Gao · 6 years ago
  74. b20200b Revert "Revert "Revert "Enable lld for windows""" by Josh Gao · 6 years ago
  75. badf8d6 Cut darwinStripPool from 10 to 5 by Colin Cross · 6 years ago
  76. 8a7469a Merge "Add an option to preserve symbols and debug_frame." by Christopher Ferris · 6 years ago
  77. b43fe7a Add an option to preserve symbols and debug_frame. by Christopher Ferris · 6 years ago
  78. ee3ea31 Limit calls to strip.sh on darwin by Colin Cross · 6 years ago
  79. acee27c Strip libgcc to only keep fallback symbols by Yi Kong · 7 years ago
  80. 6d8c0a5 Revert "Revert "Enable lld for windows"" by Pirama Arumuga Nainar · 7 years ago
  81. 4e0aa23 Convert yacc to a single RuleBuilder rule by Dan Willemsen · 7 years ago
  82. 62f1f94 Add --llndk for NDK libs as well by Logan Chien · 7 years ago
  83. c4624c0 Remove our clang-tidy wrapper by George Burgess IV · 7 years ago
  84. 61166dc Revert "Enable lld for windows" by Josh Gao · 7 years ago
  85. fe17f6f Add support for protoc plugins by Colin Cross · 7 years ago
  86. 19878da Move proto compilation to RuleBuilder by Colin Cross · 7 years ago
  87. 36ae135 Restat clang linker outputs by Colin Cross · 7 years ago
  88. 3c21c0b Enable lld for windows by Pirama Arumuga Nainar · 7 years ago
  89. 6227fed Print --llndk to create_reference_dumps command by Logan Chien · 7 years ago
  90. b5c34d7 Use llvm-{strip,objcopy} by default by Yi Kong · 7 years ago
  91. e3d7a0d Add a header_abi_checker section by Logan Chien · 7 years ago
  92. 8f74fe6 Fix a typo related to abidiffs by Logan Chien · 7 years ago
  93. fcabb1c Don't expect depfile from .s files by Dan Willemsen · 7 years ago
  94. 60e62f0 Add nanopb-c support by Dan Willemsen · 7 years ago
  95. abde584 Stop passing the gold plugin path to llvm-ar. by Peter Collingbourne · 7 years ago
  96. 2d31a44 Stop using DIST_DIR in Soong by Dan Willemsen · 7 years ago
  97. 3ff624f Switch include path of header-abi-dumper headers by Logan Chien · 7 years ago
  98. 8536d6b Remove GCC checks by Dan Willemsen · 7 years ago
  99. feea4df Stop using GCC in toolchain_library by Dan Willemsen · 7 years ago
  100. b496cfd Enable toc support for Darwin and Windows by Colin Cross · 7 years ago