[llvm] [LLVM][Maintainers] Move code owner list to Maintainers.rst (PR #110240)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 28 01:02:23 PDT 2024
================
@@ -0,0 +1,467 @@
+================
+LLVM Maintainers
+================
+
+This file is a list of the
+`maintainers <https://llvm.org/docs/DeveloperPolicy.html#maintainers>`_ for
+LLVM.
+
+.. contents::
+ :depth: 2
+ :local:
+
+Current Maintainers
+===================
+The following people are the active code owners for the project. Please reach
+out to them for code reviews, questions about their area of expertise, or other
+assistance.
+
+**Warning: The maintainer list for LLVM is currently not up to date.**
+
+Lead maintainer
+---------------
+The lead maintainer is responsible for all parts of LLVM not covered by somebody else.
+
+| Chris Lattner
+| sabre\@nondot.org (email), lattner (GitHub), clattner (Discourse)
+
+
+
+Transforms and analyses
+-----------------------
+
+AliasAnalysis
+~~~~~~~~~~~~~~
+| Hal Finkel
+| hfinkel\@anl.gov (email), hfinkel (GitHub)
+
+Attributor, OpenMPOpt
+~~~~~~~~~~~~~~~~~~~~~
+| Johannes Doerfert
+| jdoerfert\@llnl.gov (email), jdoerfert (GitHub)
+
+InferAddressSpaces
+~~~~~~~~~~~~~~~~~~
+| Matt Arsenault
+| Matthew.Arsenault\@amd.com, arsenm2\@gmail.com (email), arsenm (GitHub)
+
+Inlining
+~~~~~~~~
+| Chandler Carruth
+| chandlerc\@gmail.com, chandlerc\@google.com (email), chandlerc (GitHub)
+
+InstCombine, ConstantFold
+~~~~~~~~~~~~~~~~~~~~~~~~~
+| David Majnemer
+| david.majnemer\@gmail.com (email), majnemer (GitHub)
+
+InstrProfiling and related parts of ProfileData
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+| Justin Bogner
+| mail\@justinbogner.com (email), bogner (GitHub)
+
+SampleProfile and related parts of ProfileData
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+| Diego Novillo
+| dnovillo\@google.com (email), dnovillo (GitHub)
+
+LoopStrengthReduce
+~~~~~~~~~~~~~~~~~~
+| Quentin Colombet
+| quentin.colombet\@gmail.com (email), qcolombet (GitHub)
+
+LoopVectorize
+~~~~~~~~~~~~~
+| Florian Hahn
+| flo\@fhahn.com (email), fhahn (GitHub)
+
+ScalarEvolution, IndVarSimplify
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+| Philip Reames
+| listmail\@philipreames.com (email), preames (GitHub)
+
+SLPVectorizer
+~~~~~~~~~~~~~
+| Alexey Bataev
+| a.bataev\@outlook.com (email), alexey-bataev (GitHub)
+
+SROA, Mem2Reg
+~~~~~~~~~~~~~
+| Chandler Carruth
+| chandlerc\@gmail.com, chandlerc\@google.com (email), chandlerc (GitHub)
+
+
+
+Instrumentation and sanitizers
+------------------------------
+
+AddressSanitizer, ThreadSanitizer
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+| Kostya Serebryany
+| kcc\@google.com (email), kcc (GitHub)
+
+MemorySanitizer
+~~~~~~~~~~~~~~~
+| Evgeniy Stepanov
+| eugenis\@google.com (email), eugenis (GitHub)
+
+RealtimeSanitizer
+~~~~~~~~~~~~~~~~~
+| Christopher Apple
+| cja-private\@pm.me (email), cjappl (GitHub)
+| David Trevelyan
+| david.trevelyan\@gmail.com (email), davidtrevelyan (GitHub)
+
+
+
+Generic backend and code generation
+-----------------------------------
+
+Parts of code generator not covered by someone else
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+| Evan Cheng
+| evan.cheng\@apple.com (email)
+
+SelectionDAG
+~~~~~~~~~~~~
+| Justin Bogner
+| mail\@justinbogner.com (email), bogner (GitHub)
+
+FastISel
+~~~~~~~~
+| Chad Rosier
+| mcrosier\@codeaurora.org (email)
+
+Instruction scheduling
+~~~~~~~~~~~~~~~~~~~~~~
+| Matthias Braun
+| matze\@braunis.de (email), MatzeB (GitHub)
+
+VLIW Instruction Scheduling, Packetization
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+| Sergei Larin
+| slarin\@codeaurora.org (email)
+
+Register allocation
+~~~~~~~~~~~~~~~~~~~
+| Quentin Colombet
+| quentin.colombet\@gmail.com (email), qcolombet (GitHub)
+
+MC layer
+~~~~~~~~
+| James Grosbach
+| grosbach\@apple.com (email)
+
+Windows codegen
+~~~~~~~~~~~~~~~
+| Anton Korobeynikov
+| anton\@korobeynikov.info (email), asl (GitHub)
+
+
+Backends / Targets
+------------------
+
+AArch64 backend
+~~~~~~~~~~~~~~~
+| Tim Northover
+| t.p.northover\@gmail.com (email), TNorthover (GitHub)
+
+AMDGPU backend
+~~~~~~~~~~~~~~
+| Matt Arsenault
+| Matthew.Arsenault\@amd.com, arsenm2\@gmail.com (email), arsenm (GitHub)
+
+ARC backend
+~~~~~~~~~~~
+| Mark Schimmel
+| marksl\@synopsys.com (email), markschimmel (GitHub)
+
+ARM backend
+~~~~~~~~~~~
+| Renato Golin
+| rengolin\@systemcall.eu (email), rengolin (GitHub)
+
+AVR backend
+~~~~~~~~~~~
+| Ben Shi
+| 2283975856\@qq.com, powerman1st\@163.com (email), benshi001 (GitHub)
+
+BPF backend
+~~~~~~~~~~~
+| Alexei Starovoitov
+| alexei.starovoitov\@gmail.com (email), 4ast (GitHub)
+
+CSKY backend
+~~~~~~~~~~~~
+| Zi Xuan Wu (Zeson)
+| zixuan.wu\@linux.alibaba.com (email), zixuan-wu (GitHub)
+
+Hexagon backend
+~~~~~~~~~~~~~~~
+| Sundeep Kushwaha
+| sundeepk\@quicinc.com (email)
+
+Lanai backend
+~~~~~~~~~~~~~
+| Jacques Pienaar
+| jpienaar\@google.com (email), jpienaar
+
+Loongarch backend
----------------
nikic wrote:
Fixed!
https://github.com/llvm/llvm-project/pull/110240
More information about the llvm-commits
mailing list