Skip to content

Commit 3938032

Browse files
committed
[𝘀𝗽𝗿] initial version
Created using spr 1.3.4
2 parents 118f7b9 + cf25720 commit 3938032

File tree

3 files changed

+118
-85
lines changed

3 files changed

+118
-85
lines changed

compiler-rt/Maintainers.md

Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
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.
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+
Evgeniy Stepanov ([eugenis](https://github.com/eugenis)) - Sanitizers
111+
Kostya Kortchinsky ([cryptoad](https://github.com/cryptoad)) - SCUDO
112+
Mitch Phillips ([hctim](https://github.com/hctim)) - GWP ASAN
113+

compiler-rt/Maintainers.txt

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

llvm/Maintainers.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -95,15 +95,10 @@ [email protected], [email protected] (email), [chandlerc](https://github.co
9595

9696
### Instrumentation and sanitizers
9797

98-
#### AddressSanitizer, ThreadSanitizer
98+
#### Sanitizers not covered by someone else
9999

100-
Kostya Serebryany \
101-
[email protected] (email), [kcc](https://github.com/kcc) (GitHub)
102-
103-
#### MemorySanitizer
104-
105-
Evgeniy Stepanov \
106-
[email protected] (email), [eugenis](https://github.com/eugenis) (GitHub)
100+
Vitaly Buka \
101+
[email protected] (email), [vitalybuka](https://github.com/vitalybuka) (GitHub)
107102

108103
#### NumericalStabilitySanitizer
109104

@@ -470,6 +465,8 @@ Evan Cheng ([email protected]) -- Parts of code generator not covered by some
470465
Renato Golin ([email protected], [rengolin](https://github.com/rengolin)) -- ARM backend \
471466
Anton Korobeynikov ([email protected], [asl](https://github.com/asl)) -- ARM EABI \
472467
Hans Wennborg ([email protected], [zmodem](https://github.com/zmodem)) -- Release management \
468+
Kostya Serebryany ([kcc](https://github.com/kcc)) - Sanitizers
469+
Evgeniy Stepanov ([eugenis](https://github.com/eugenis)) - Sanitizers
473470

474471
### Former maintainers of removed components
475472

0 commit comments

Comments
 (0)