More ownership, no one likes these things anyways.
[oota-llvm.git] / CODE_OWNERS.TXT
index c0d73dbf260a311e503422289eb3e5f88ccfc3ca..a772decdc14d29e13a96833196ff7a8ef66a62a1 100644 (file)
@@ -8,9 +8,17 @@ beautification by scripts.  The fields are: name (N), email (E), web-address
 (W), PGP key ID and fingerprint (P), description (D), and snail-mail address
 (S).
 
+N: Joe Abbey
+E: jabbey@arxan.com
+D: LLVM Bitcode (lib/Bitcode/* include/llvm/Bitcode/*)
+
 N: Evan Cheng
 E: evan.cheng@apple.com
-D: Code generator and all targets
+D: ARM target, parts of code generator not covered by someone else
+
+N: Eric Christopher
+E: echristo@gmail.com
+D: Debug Information, autotools, inline assembly
 
 N: Greg Clayton
 D: LLDB
@@ -28,16 +36,32 @@ D: Clang Frontend Libraries
 N: Tobias Grosser
 D: Polly
 
+N: James Grosbach
+E: grosbach@apple.com
+D: MC layer
+
 N: Howard Hinnant
 D: libc++
 
+N: Justin Holewinski
+E: jholewinski@nvidia.com
+D: NVPTX Target (lib/Target/NVPTX/*)
+
 N: Anton Korobeynikov
-E: asl@math.spbu.ru
-D: Exception handling and Windows codegen
+E: anton@korobeynikov.info
+D: Exception handling, Windows codegen, ARM EABI
+
+N: Benjamin Kramer
+E: benny.kra@gmail.com
+D: DWARF Parser
 
 N: Ted Kremenek
 D: Clang Static Analyzer
 
+N: Sergei Larin
+E: slarin@codeaurora.org
+D: VLIW Instruction Scheduling, Packetization
+
 N: Chris Lattner
 E: sabre@nondot.org
 W: http://nondot.org/~sabre/
@@ -50,22 +74,18 @@ D: Clang LLVM IR generation
 N: Jakob Olesen
 D: Register allocators and TableGen
 
+N: Chad Rosier
+E: mcrosier@apple.com
+D: MS-inline asm, fast-isel
+
+N: Nadav Rotem
+E: nrotem@apple.com
+D: X86 Backend, Loop Vectorizer
+
 N: Duncan Sands
 E: baldrick@free.fr
 D: DragonEgg
 
-N: James Grosbach
-E: grosbach@apple.com
-D: MC layer
-
-N: Joe Abbey
-E: jabbey@arxan.com
-D: LLVM Bitcode (lib/Bitcode/* include/llvm/Bitcode/*)
-
 N: Andrew Trick
 E: atrick@apple.com
 D: Instruction Scheduling
-
-N: Eric Christopher
-E: echristo@gmail.com
-D: Debug Information