Skip to content

Commit 4c04bf8

Browse files
authored
[compiler-rt] Convert Maintainers.txt into Maintainers.md (#119169)
Structured similarly to llvm/Maintainers.md. PR has no intent to change any component maintenter.
1 parent 3376bad commit 4c04bf8

File tree

3 files changed

+116
-82
lines changed

3 files changed

+116
-82
lines changed

compiler-rt/Maintainers.md

Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
# Compiler-rt maintainers
2+
3+
This file is a list of the
4+
[maintainers](https://llvm.org/docs/DeveloperPolicy.html#maintainers) for
5+
LLVM compiler-rt.
6+
7+
## Current Maintainers
8+
9+
The following people are the active maintainers for the project. Please reach
10+
out to them for code reviews, questions about their area of expertise, or other
11+
assistance.
12+
13+
### Builtins Library
14+
15+
Saleem Abdulrasool \
16+
[email protected] (email), [compnerd](https://github.com/compnerd) (GitHub)
17+
18+
### CFI
19+
20+
Peter Collingbourne \
21+
[email protected] (email), [pcc](https://github.com/pcc) (GitHub)
22+
23+
### CMake build
24+
25+
Petr Hosek \
26+
[email protected] (email), [petrhosek](https://github.com/petrhosek) (GitHub)
27+
28+
### CRT
29+
30+
Petr Hosek \
31+
[email protected] (email), [petrhosek](https://github.com/petrhosek) (GitHub)
32+
33+
### GWP ASAN
34+
35+
Christopher Ferris \
36+
[email protected] (email), [cferris1000](https://github.com/cferris1000) (GitHub)
37+
38+
### MemProfiling
39+
40+
Teresa Johnson \
41+
[email protected] (email), [teresajohnson](https://github.com/teresajohnson) (GitHub)
42+
43+
### SafeStack
44+
45+
Peter Collingbourne \
46+
[email protected] (email), [pcc](https://github.com/pcc) (GitHub)
47+
48+
### Sanitizers
49+
50+
#### Sanitizers not covered by someone else
51+
52+
Vitaly Buka \
53+
[email protected] (email), [vitalybuka](https://github.com/vitalybuka) (GitHub)
54+
55+
Alexander Potapenko \
56+
[email protected] (email), [ramosian-glider](https://github.com/ramosian-glider) (GitHub)
57+
58+
#### Data Flow Sanitizer
59+
60+
Andrew Browne \
61+
[email protected] (email), [browneee](https://github.com/browneee) (GitHub)
62+
63+
#### Numerical Sanitizer (NSAN)
64+
65+
Alexander Shaposhnikov \
66+
[email protected] (email), [alexander-shaposhnikov](https://github.com/alexander-shaposhnikov) (GitHub)
67+
68+
#### Realtime Sanitizer (RTSan)
69+
70+
Christopher Apple \
71+
[email protected] (email), [cjappl](https://github.com/cjappl) (GitHub)
72+
73+
David Trevelyan \
74+
[email protected] (email), [davidtrevelyan](https://github.com/davidtrevelyan) (GitHub)
75+
76+
#### Thread Sanitizer
77+
78+
Dmitry Vyukov \
79+
[email protected] (email), [dvyukov](https://github.com/dvyukov) (GitHub)
80+
81+
#### Undefined Behavior Sanitizer
82+
83+
Richard Smith \
84+
[email protected] (email), [zygoloid](https://github.com/zygoloid) (GitHub)
85+
86+
### ORC
87+
88+
Lang Hames \
89+
[email protected] (email), [lhames](https://github.com/lhames) (GitHub)
90+
91+
### Profile runtime library
92+
93+
Bill Wendling \
94+
[email protected] (email), [isanbard](https://github.com/isanbard) (GitHub)
95+
96+
### SCUDO
97+
98+
Christopher Ferris \
99+
[email protected] (email), [cferris1000](https://github.com/cferris1000) (GitHub)
100+
101+
## Inactive Maintainers
102+
103+
The following people have graciously spent time performing maintainer
104+
responsibilities but are no longer active in that role. Thank you for all your
105+
help with the success of the project!
106+
107+
### Inactive or former component maintainers
108+
109+
Kostya Serebryany ([kcc](https://github.com/kcc)) - Sanitizers
110+
111+
Evgeniy Stepanov ([eugenis](https://github.com/eugenis)) - Sanitizers
112+
113+
Kostya Kortchinsky ([cryptoad](https://github.com/cryptoad)) - SCUDO
114+
115+
Mitch Phillips ([hctim](https://github.com/hctim)) - GWP ASAN

compiler-rt/Maintainers.txt

Lines changed: 0 additions & 81 deletions
This file was deleted.

llvm/Maintainers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ Others only have a lead maintainer listed here.
425425

426426
[Clang-tools-extra maintainers](https://github.com/llvm/llvm-project/blob/main/clang-tools-extra/Maintainers.txt)
427427

428-
[Compiler-rt maintainers](https://github.com/llvm/llvm-project/blob/main/compiler-rt/Maintainers.txt)
428+
[Compiler-rt maintainers](https://github.com/llvm/llvm-project/blob/main/compiler-rt/Maintainers.md)
429429

430430
[Flang maintainers](https://github.com/llvm/llvm-project/blob/main/flang/Maintainers.txt)
431431

0 commit comments

Comments
 (0)