OSDN Git Service

android: [AArch64][GlobalISel] Add a post-legalizer combiner with a very simple combine.
[android-x86/external-llvm-project.git] / lldb / CODE_OWNERS.txt
1 This file is a list of the people responsible for ensuring that patches for a
2 particular part of LLDB are reviewed, either by themself or by someone else.
3 They are also the gatekeepers for their part of LLDB, with the final word on
4 what goes in or not.
5
6 The list is sorted by surname and formatted to allow easy grepping and
7 beautification by scripts.  The fields are: name (N), email (E), web-address
8 (W), PGP key ID and fingerprint (P), description (D), and snail-mail address
9 (S).
10
11 N: Greg Clayton
12 E: clayborg@gmail.com
13 D: Overall LLDB architecture, Host (common+macosx), Symbol, API, ABI, Mac-specific code, 
14 D: DynamicLoader, ObjectFile, IOHandler, EditLine, Core/Value*, Watchpoints, debugserver
15 D: Build scripts, Test suite, Platform, gdb-remote, Anything not covered by this file
16
17 N: Jim Ingham
18 E: jingham@apple.com
19 D: Overall LLDB architecture, Thread plans, Expression parser, ValueObject, Breakpoints, ABI
20 D: Watchpoints, Trampolines, Target, Command Interpreter, C++ / Objective-C Language runtime
21 D: Expression evaluator, IR interpreter, Clang integration
22 D: Data Formatters
23
24 N: Ed Maste
25 E: emaste@freebsd.org
26 D: FreeBSD
27
28 N: Jason Molenda
29 E: jmolenda@apple.com
30 D: ABI, Disassembler, Unwinding, iOS, debugserver, Platform, ObjectFile, SymbolFile, 
31 D: SymbolVendor, DWARF, gdb-remote
32
33 N: Kamil Rytarowski
34 E: kamil@netbsd.org
35 D: NetBSD
36
37 N: Zachary Turner
38 E: zturner@google.com
39 D: CMake build, Host (common+windows), Plugins/Process/Windows, Anything Windows-specific
40 D: Test suite
41
42 N: Pavel Labath
43 E: labath@google.com
44 D: Linux, Android