[llvm] r223988 - Add code owners for profiling and coverage

Justin Bogner mail at justinbogner.com
Wed Dec 10 16:37:25 PST 2014


Author: bogner
Date: Wed Dec 10 18:37:25 2014
New Revision: 223988

URL: http://llvm.org/viewvc/llvm-project?rev=223988&view=rev
Log:
Add code owners for profiling and coverage

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=223988&r1=223987&r2=223988&view=diff
==============================================================================
--- llvm/trunk/CODE_OWNERS.TXT (original)
+++ llvm/trunk/CODE_OWNERS.TXT Wed Dec 10 18:37:25 2014
@@ -158,3 +158,15 @@ 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