CODE_OWNERS.TXT 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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: Peter Collingbourne
  10. E: peter@pcc.me.uk
  11. D: DataFlowSanitizer
  12. N: Daniel Dunbar
  13. E: daniel@zuster.org
  14. D: Makefile build
  15. N: Timur Iskhodzhanov
  16. E: timurrrr@google.com
  17. D: AddressSanitizer for Windows
  18. N: Saleem Abdulrasool
  19. E: compnerd@compnerd.org
  20. D: builtins library
  21. N: Alexander Potapenko
  22. E: glider@google.com
  23. D: MacOS/iOS port of sanitizers
  24. N: Alexey Samsonov
  25. E: samsonov@google.com
  26. D: CMake build, test suite
  27. N: Kostya Serebryany
  28. E: kcc@google.com
  29. D: AddressSanitizer, sanitizer_common, porting sanitizers to another platforms, LeakSanitizer
  30. N: Richard Smith
  31. E: richard-llvm@metafoo.co.uk
  32. D: UndefinedBehaviorSanitizer
  33. N: Evgeniy Stepanov
  34. E: eugenis@google.com
  35. D: MemorySanitizer, Android port of sanitizers
  36. N: Dmitry Vyukov
  37. E: dvyukov@google.com
  38. D: ThreadSanitizer
  39. N: Bill Wendling
  40. E: isanbard@gmail.com
  41. D: Profile runtime library