summaryrefslogtreecommitdiff
path: root/CODE_OWNERS.TXT
diff options
context:
space:
mode:
authorJustin Bogner <mail@justinbogner.com>2014-12-11 00:41:15 +0000
committerJustin Bogner <mail@justinbogner.com>2014-12-11 00:41:15 +0000
commit901ba4eb0abad0bfbe4073dc97b52a4355960134 (patch)
treed7a391c4ac37a7a6a7c0a084437eb44d32f7eb1b /CODE_OWNERS.TXT
parent763f09f62decb1a23112a3b24aef005e114289f3 (diff)
Fix some incorrectly sorted entries in CODE_OWNERS
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223989 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CODE_OWNERS.TXT')
-rw-r--r--CODE_OWNERS.TXT30
1 files changed, 15 insertions, 15 deletions
diff --git a/CODE_OWNERS.TXT b/CODE_OWNERS.TXT
index 4e6206cb8c2..544e6d9005b 100644
--- a/CODE_OWNERS.TXT
+++ b/CODE_OWNERS.TXT
@@ -20,6 +20,10 @@ N: Rafael Avila de Espindola
E: rafael.espindola@gmail.com
D: Gold plugin (tools/gold/*)
+N: Justin Bogner
+E: mail@justinbogner.com
+D: InstrProfiling and related parts of ProfileData
+
N: Chandler Carruth
E: chandlerc@gmail.com
E: chandlerc@google.com
@@ -41,6 +45,10 @@ N: Greg Clayton
E: gclayton@apple.com
D: LLDB
+N: Marshall Clow
+E: mclow.lists@gmail.com
+D: libc++
+
N: Peter Collingbourne
E: peter@pcc.me.uk
D: libclc, llgo
@@ -65,9 +73,9 @@ N: James Grosbach
E: grosbach@apple.com
D: MC layer
-N: Marshall Clow
-E: mclow.lists@gmail.com
-D: libc++
+N: Duncan P. N. Exon Smith
+E: dexonsmith@apple.com
+D: Branch weights and BlockFrequencyInfo
N: Justin Holewinski
E: jholewinski@nvidia.com
@@ -102,6 +110,10 @@ N: Tim Northover
E: t.p.northover@gmail.com
D: AArch64 backend
+N: Diego Novillo
+E: dnovillo@google.com
+D: SampleProfile and related parts of ProfileData
+
N: Jakob Olesen
E: stoklund@2pi.dk
D: Register allocators and TableGen
@@ -158,15 +170,3 @@ D: libLTO, IR Linker
N: Peter Zotov
E: whitequark@whitequark.org
D: OCaml bindings
-
-N: Justin Bogner
-E: mail@justinbogner.com
-D: InstrProfiling and related parts of ProfileData
-
-N: Diego Novillo
-E: dnovillo@google.com
-D: SampleProfile and related parts of ProfileData
-
-N: Duncan P. N. Exon Smith
-E: dexonsmith@apple.com
-D: Branch weights and BlockFrequencyInfo