CODE_OWNERS.TXT 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. This file is a list of the people responsible for ensuring that patches for a
  2. particular part of compiler-rt are reviewed, either by themself or by
  3. someone else. They are also the gatekeepers for their part of compiler-rt, with
  4. the final word on what goes in or not.
  5. The list is sorted by surname and formatted to allow easy grepping and
  6. beautification by scripts. The fields are: name (N), email (E), web-address
  7. (W), PGP key ID and fingerprint (P), description (D), and snail-mail address
  8. (S).
  9. N: Saleem Abdulrasool
  10. E: compnerd@compnerd.org
  11. D: builtins library
  12. N: Vitaly Buka
  13. E: vitalybuka@google.com
  14. D: Sanitizers
  15. N: Peter Collingbourne
  16. E: peter@pcc.me.uk
  17. D: CFI, SafeStack
  18. N: Lang Hames
  19. E: lhames@gmail.com
  20. D: ORC
  21. N: Petr Hosek
  22. E: phosek@google.com
  23. D: CRT, CMake build
  24. N: Teresa Johnson
  25. E: tejohnson@google.com
  26. D: MemProf
  27. N: Mitch Phillips
  28. E: mitchp@google.com
  29. D: GWP ASAN
  30. N: Alexander Potapenko
  31. E: glider@google.com
  32. D: Sanitizers
  33. N: Kostya Serebryany
  34. E: kcc@google.com
  35. D: AddressSanitizer, sanitizer_common, LeakSanitizer, LibFuzzer
  36. N: Richard Smith
  37. E: richard-llvm@metafoo.co.uk
  38. D: UndefinedBehaviorSanitizer
  39. N: Evgeniy Stepanov
  40. E: eugenis@google.com
  41. D: MemorySanitizer, Android port of sanitizers
  42. N: Dmitry Vyukov
  43. E: dvyukov@google.com
  44. D: ThreadSanitizer
  45. N: Bill Wendling
  46. E: isanbard@gmail.com
  47. D: Profile runtime library