1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
=====================
LLVM-libc Maintainers
=====================
This file is a list of the
`maintainers <https://llvm.org/docs/DeveloperPolicy.html#maintainers>`_ for
LLVM-libc. The following people are the active maintainers for the project.
Please reach out to them for code reviews, questions about their area of
expertise, or other assistance.
.. contents::
:depth: 1
:local:
Lead Maintainer
---------------
| Michael Jones
| michaelrj\@google.com (email), `michaelrj-google <https://github.com/michaelrj-google>`_ (github)
Baremetal
---------
| Petr Hosek
| phosek\@google.com (email), `petrhosek <https://github.com/petrhosek>`_ (github)
Baremetal (Allocator)
---------------------
| Daniel Thornburgh
| dthorn\@google.com (email), `mysterymath <https://github.com/mysterymath>`_ (github)
Fixed Point
-----------
| Leonard Chan
| leonardchan\@google.com (email), `PiJoules <https://github.com/PiJoules>`_ (github)
GPU
---
| Joseph Huber
| joseph.huber\@amd.com (email), `jhuber6 <https://github.com/jhuber6>`_ (github)
Math
----
| Tue Ly
| lntue\@google.com (email), `lntue <https://github.com/lntue>`_ (github)
| Nicolas Celik
| its.overmighty\@gmail.com (email), `OverMighty <https://github.com/overmighty>`_ (github)
Threading
---------
| Yifan Zhu
| yifanzhu\@rochester.edu (email), `Schrodinger ZHU Yifan <https://github.com/schrodingerzhu>`_ (github)
UEFI
----
| Tristan Ross
| tristan.ross\@midstall.com (email), `RossComputerGuy <https://github.com/RossComputerGuy>`_ (github)
RISC-V
------
| Mikhail R. Gadelha
| mikhail\@igalia.com (email), `mikhailramalho <https://github.com/mikhailramalho>`_ (github)
Public Headers / hdrgen
-----------------------
| Roland McGrath
| mcgrathr\@google.com (email), `frobtech <https://github.com/frobtech>`_ (github)
.. TODO: add "Inactive Maintainers" section when needed.
|