[llvm] r223989 - Fix some incorrectly sorted entries in CODE_OWNERS
Robinson, Paul
Paul_Robinson at playstation.sony.com
Wed Dec 10 16:49:51 PST 2014
Duncan is still not sorted, I think...
> -----Original Message-----
> From: llvm-commits-bounces at cs.uiuc.edu [mailto:llvm-commits-
> bounces at cs.uiuc.edu] On Behalf Of Justin Bogner
> Sent: Wednesday, December 10, 2014 4:41 PM
> To: llvm-commits at cs.uiuc.edu
> Subject: [llvm] r223989 - Fix some incorrectly sorted entries in
> CODE_OWNERS
>
> 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=dif
> f
> ==========================================================================
> ====
> --- 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
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list