From d1db29860c5329a0d603fa026b115479a4725ad2 Mon Sep 17 00:00:00 2001 From: Justin Bogner Date: Thu, 11 Dec 2014 00:52:59 +0000 Subject: [PATCH] Try again at sorting entries in CODE_OWNERS I apparently fail at the alphabet, E is not after G, and G isn't even close to C. Sorry for the noise. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223990 91177308-0d34-0410-b5e6-96231b3b80d8 --- CODE_OWNERS.TXT | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/CODE_OWNERS.TXT b/CODE_OWNERS.TXT index 544e6d9005b..00b65340e39 100644 --- a/CODE_OWNERS.TXT +++ b/CODE_OWNERS.TXT @@ -33,10 +33,6 @@ N: Evan Cheng E: evan.cheng@apple.com D: ARM target, parts of code generator not covered by someone else -N: Renato Golin -E: renato.golin@linaro.org -D: ARM Linux support - N: Eric Christopher E: echristo@gmail.com D: Debug Information, autotools/configure/make build, inline assembly @@ -57,10 +53,18 @@ N: Anshuman Dasgupta E: adasgupt@codeaurora.org D: Hexagon Backend +N: Duncan P. N. Exon Smith +E: dexonsmith@apple.com +D: Branch weights and BlockFrequencyInfo + N: Hal Finkel E: hfinkel@anl.gov D: BBVectorize, the loop reroller, alias analysis and the PowerPC target +N: Renato Golin +E: renato.golin@linaro.org +D: ARM Linux support + N: Venkatraman Govindaraju E: venkatra@cs.wisc.edu D: Sparc Backend (lib/Target/Sparc/*) @@ -73,10 +77,6 @@ N: James Grosbach E: grosbach@apple.com D: MC layer -N: Duncan P. N. Exon Smith -E: dexonsmith@apple.com -D: Branch weights and BlockFrequencyInfo - N: Justin Holewinski E: jholewinski@nvidia.com D: NVPTX Target (lib/Target/NVPTX/*) -- 2.34.1