CODE_OWNERS.TXT 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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: Andrew Browne
  13. E: browneee@google.com
  14. D: DataFlowSanitizer
  15. N: Vitaly Buka
  16. E: vitalybuka@google.com
  17. D: Sanitizers
  18. N: Peter Collingbourne
  19. E: peter@pcc.me.uk
  20. D: CFI, SafeStack
  21. N: Lang Hames
  22. E: lhames@gmail.com
  23. D: ORC
  24. N: Petr Hosek
  25. E: phosek@google.com
  26. D: CRT, CMake build
  27. N: Teresa Johnson
  28. E: tejohnson@google.com
  29. D: MemProf
  30. N: Kostya Kortchinsky
  31. E: kostya.kortchinsky@gmail.com
  32. D: SCUDO
  33. N: Mitch Phillips
  34. E: mitchp@google.com
  35. D: GWP ASAN
  36. N: Alexander Potapenko
  37. E: glider@google.com
  38. D: Sanitizers
  39. N: Kostya Serebryany
  40. E: kcc@google.com
  41. D: AddressSanitizer, sanitizer_common, LeakSanitizer, LibFuzzer
  42. N: Richard Smith
  43. E: richard-llvm@metafoo.co.uk
  44. D: UndefinedBehaviorSanitizer
  45. N: Evgeniy Stepanov
  46. E: eugenis@google.com
  47. D: MemorySanitizer, Android port of sanitizers
  48. N: Dmitry Vyukov
  49. E: dvyukov@google.com
  50. D: ThreadSanitizer
  51. N: Bill Wendling
  52. E: isanbard@gmail.com
  53. D: Profile runtime library
  54. N: Christopher Apple, David Trevelyan
  55. E: cja-private@pm.me, realtime.sanitizer@gmail.com
  56. D: Realtime Sanitizer (RTSan)
  57. N: Alexander Shaposhnikov
  58. E: alexander.v.shaposhnikov@gmail.com
  59. D: Numerical Sanitizer (NSAN)