[llvm] r223989 - Fix some incorrectly sorted entries in CODE_OWNERS

Justin Bogner mail at justinbogner.com
Wed Dec 10 16:41:15 PST 2014


Author: bogner
Date: Wed Dec 10 18:41:15 2014
New Revision: 223989

URL: http://llvm.org/viewvc/llvm-project?rev=223989&view=rev
Log:
Fix some incorrectly sorted entries in CODE_OWNERS

Modified:
    llvm/trunk/CODE_OWNERS.TXT

Modified: llvm/trunk/CODE_OWNERS.TXT
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/CODE_OWNERS.TXT?rev=223989&r1=223988&r2=223989&view=diff
==============================================================================
--- llvm/trunk/CODE_OWNERS.TXT (original)
+++ llvm/trunk/CODE_OWNERS.TXT Wed Dec 10 18:41:15 2014
@@ -20,6 +20,10 @@ N: Rafael Avila de Espindola
 E: rafael.espindola at gmail.com
 D: Gold plugin (tools/gold/*)
 
+N: Justin Bogner
+E: mail at justinbogner.com
+D: InstrProfiling and related parts of ProfileData
+
 N: Chandler Carruth
 E: chandlerc at gmail.com
 E: chandlerc at google.com
@@ -41,6 +45,10 @@ N: Greg Clayton
 E: gclayton at apple.com
 D: LLDB
 
+N: Marshall Clow
+E: mclow.lists at gmail.com
+D: libc++
+
 N: Peter Collingbourne
 E: peter at pcc.me.uk
 D: libclc, llgo
@@ -65,9 +73,9 @@ N: James Grosbach
 E: grosbach at apple.com
 D: MC layer
 
-N: Marshall Clow
-E: mclow.lists at gmail.com
-D: libc++
+N: Duncan P. N. Exon Smith
+E: dexonsmith at apple.com
+D: Branch weights and BlockFrequencyInfo
 
 N: Justin Holewinski
 E: jholewinski at nvidia.com
@@ -102,6 +110,10 @@ N: Tim Northover
 E: t.p.northover at gmail.com
 D: AArch64 backend
 
+N: Diego Novillo
+E: dnovillo at google.com
+D: SampleProfile and related parts of ProfileData
+
 N: Jakob Olesen
 E: stoklund at 2pi.dk
 D: Register allocators and TableGen
@@ -158,15 +170,3 @@ D: libLTO, IR Linker
 N: Peter Zotov
 E: whitequark at whitequark.org
 D: OCaml bindings
-
-N: Justin Bogner
-E: mail at justinbogner.com
-D: InstrProfiling and related parts of ProfileData
-
-N: Diego Novillo
-E: dnovillo at google.com
-D: SampleProfile and related parts of ProfileData
-
-N: Duncan P. N. Exon Smith
-E: dexonsmith at apple.com
-D: Branch weights and BlockFrequencyInfo





More information about the llvm-commits mailing list