summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CODEOWNERS5
1 files changed, 5 insertions, 0 deletions
diff --git a/CODEOWNERS b/CODEOWNERS
index 6ad914b406..2a6f508fb4 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -16,6 +16,11 @@
/compiler/rename @simonpj @goldfire
/compiler/typecheck/TcDeriv* @RyanGlScott
/compiler/nativeGen @simonmar @bgamari @AndreasK
+/compiler/simplCore/CallArity.hs @nomeata
+/compiler/utils/UnVarGraph.hs @nomeata
+/compiler/simplCore/Exitify.hs @nomeata
+/compiler/simplStg/StgCse.hs @nomeata
+/compiler/cmm/CmmSwitch.hs @nomeata
# Core libraries
/libraries/base @hvr