1. 0d8908c Move sanitizer.libraries.txt logic into Soong by Kiyoung Kim · 1 year, 4 months ago
  2. 8982b1c Remove "exported" ninja variables by Cole Faust · 1 year, 5 months ago
  3. f4ffe0a soong: Add crt_pad_segment to .so's by Kalesh Singh · 1 year, 7 months ago
  4. 1717b3b make android.InList generic by Sam Delmerico · 2 years, 2 months ago
  5. 6550358 Export host available libraries to soong_injection by Spandan Das · 2 years, 4 months ago
  6. b781d23 Use static asan runtime for musl by Colin Cross · 2 years, 7 months ago
  7. d406da1 cc_fuzz targets depend on fuzz_interceptors for HWASan builds by Kris Alder · 2 years, 11 months ago
  8. 4fa894d Removed unused GCC references by Colin Cross · 3 years ago
  9. fc3b064 Make toolchain more compose-y by Colin Cross · 3 years ago
  10. 3bf97bd Clean up some bp2build technical debt by Liz Kammer · 3 years, 4 months ago
  11. 4c4c1be Use single module for clang runtime libraries by Colin Cross · 3 years, 7 months ago
  12. 57da826 Do not add non-existing -Bprebuilts/gcc/.../bin by Chih-Hung Hsieh · 3 years, 7 months ago
  13. 16bc50a remove support for *.rc files by Nick Desaulniers · 3 years, 11 months ago
  14. 528d67e Reland "Split the x86 host toolchain into glibc and musl variants" by Colin Cross · 4 years, 2 months ago
  15. 5d6904e Revert "Split the x86 host toolchain into glibc and musl variants" by Colin Cross · 4 years, 2 months ago
  16. 4fb4ef2 Split the x86 host toolchain into glibc and musl variants by Colin Cross · 4 years, 2 months ago
  17. 33bac24 Remove clang indirection without affecting build.ninja by Colin Cross · 4 years, 2 months ago
  18. d1a2813 Move default crt objects into Toolchain by Colin Cross · 4 years, 3 months ago
  19. c854468 Add DefaultSharedLibraries to Toolchain by Colin Cross · 4 years, 3 months ago
  20. e3fee34 Create toolchainBionic for the various bionic-based toolchains to inherit from by Colin Cross · 4 years, 3 months ago
  21. bedca74 [pgo] Do not explicitly link profile runtime by Pirama Arumuga Nainar · 4 years, 6 months ago
  22. 356f7d4 bp2build: convert paths/module refs to Bazel label by Liz Kammer · 4 years, 7 months ago
  23. da9a463 Add the cc_fuzz target. by Mitch Phillips · 6 years ago
  24. ad73b2e Scudo minimal runtime support for Soong by Kostya Kortchinsky · 7 years ago
  25. bd4abf5 Remove GCC-specific toolchain methods by Dan Willemsen · 7 years ago
  26. 8536d6b Remove GCC checks by Dan Willemsen · 7 years ago
  27. f640dbc Remove GCC support from Make by Dan Willemsen · 7 years ago
  28. 924adc4 Add BuiltinsRuntimeLibrary by Yi Kong · 7 years ago
  29. d97a6e9 Add "hwaddress" sanitizer. by Evgenii Stepanov · 7 years ago
  30. 59339a2 Fix `go vet` issues by Dan Willemsen · 7 years ago
  31. d18ae5c Soong support for Scudo by Kostya Kortchinsky · 7 years ago
  32. 0b882f0 Revert "Support coverage instrumentation for Linux host" by Pirama Arumuga Nainar · 7 years ago
  33. 358056c Support coverage instrumentation for Linux host by Pirama Arumuga Nainar · 7 years ago
  34. 02b4da5 Add USE_CLANG_LLD and use_clang_lld. by Chih-Hung Hsieh · 7 years ago
  35. 1e7d1bf Use armv7a-linux-androideabi for arm device triple. by Chih-Hung Hsieh · 7 years ago
  36. 30c5db2 Add minimal-runtime support for integer overflows. by Ivan Lozano · 8 years ago
  37. 0d0ba59 Use android.InList for inList by Colin Cross · 8 years ago
  38. 49b53d5 Explicitly link the profile runtime during PGO by Pirama Arumuga Nainar · 8 years ago
  39. 4f1c3d4 Add support for Windows Message Compiler by Dan Willemsen · 8 years ago
  40. 8ff9ef4 Declare dependency on sanitizer runtime libraries by Colin Cross · 8 years ago
  41. 16b626b Export TSAN_RUNTIME_LIBRARY make variable by Pirama Arumuga Nainar · 8 years ago
  42. 300151b Always use the standard OSX SDK tools by Dan Willemsen · 8 years ago
  43. 91e9004 Support .asm files for assembly by Colin Cross · 9 years ago
  44. 2e47b34 Add Toolchain.Bionic() by Dan Willemsen · 9 years ago
  45. af36db1 Add ubsan_standalone library name to the toolchain. by Evgenii Stepanov · 9 years ago
  46. b98c8b0 Move toolchain and global variables into separate package by Colin Cross · 9 years ago[Renamed (75%) from cc/toolchain.go]
  47. 4d9c2d1 Separate cc.go by Colin Cross · 9 years ago
  48. 68fed44 Remove the common bionic libc kernel directory. by Christopher Ferris · 9 years ago
  49. f59b69c Refactor bionic includes into a single place by Colin Cross · 9 years ago
  50. 141d566 Remove support for libstdc++ on Android/Linux/Darwin by Dan Willemsen · 9 years ago
  51. a1ad8d1 Simplify arch target handling by Colin Cross · 9 years ago
  52. b9db480 Revert "Simplify arch target handling" by Colin Cross · 9 years ago
  53. 54c7112 Simplify arch target handling by Colin Cross · 9 years ago
  54. 20acc5c Add flag property checking by Dan Willemsen · 9 years ago
  55. 635c3b0 Rename common to android by Colin Cross · 9 years ago
  56. 16b2349 Add support for sanitizer property by Colin Cross · 10 years ago
  57. e717492 Fix ToolchainLdflags calls by Dan Willemsen · 9 years ago
  58. 282a4b0 Fix C++ on Darwin by Dan Willemsen · 10 years ago
  59. 32968a2 Add Clang Asflags for mips by Dan Willemsen · 10 years ago
  60. 34fc3b1 Expose real GccVersion by Dan Willemsen · 10 years ago
  61. 490fd49 Support cross-compiling Windows binaries on Linux by Dan Willemsen · 10 years ago
  62. c4bde76 Add toolchain cflags that are always used by Colin Cross · 10 years ago
  63. c5c24ad Add arch features by Colin Cross · 10 years ago
  64. 6d11dd8 cc: Filter out unknown clang cflags from InstructionSetFlags by Dan Willemsen · 10 years ago
  65. be96168 Add support for building NDK modules. by Dan Albert · 10 years ago
  66. 97ba073 Export cc types for art to inherit from by Colin Cross · 10 years ago
  67. 1a9bf26 Add an instruction_set property to Arch by Tim Kilbourn · 10 years ago
  68. 3f40fa4 Add soong_build primary builder by Colin Cross · 11 years ago