summaryrefslogtreecommitdiff
path: root/CODE_OWNERS.TXT
diff options
context:
space:
mode:
authorJustin Bogner <mail@justinbogner.com>2014-12-11 00:37:25 +0000
committerJustin Bogner <mail@justinbogner.com>2014-12-11 00:37:25 +0000
commit763f09f62decb1a23112a3b24aef005e114289f3 (patch)
tree27976f58569d8622603ee04cf52fa98d269a86d4 /CODE_OWNERS.TXT
parent19734e7811cfa345a2ef1909cfc2f60ca3728797 (diff)
Add code owners for profiling and coverage
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223988 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CODE_OWNERS.TXT')
-rw-r--r--CODE_OWNERS.TXT12
1 files changed, 12 insertions, 0 deletions
diff --git a/CODE_OWNERS.TXT b/CODE_OWNERS.TXT
index 75a38d09472..4e6206cb8c2 100644
--- a/CODE_OWNERS.TXT
+++ b/CODE_OWNERS.TXT
@@ -158,3 +158,15 @@ 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