[llvm] r270253 - CODE_OWNERS: Take ownership of SelectionDAG

Justin Bogner via llvm-commits llvm-commits at lists.llvm.org
Fri May 20 12:14:07 PDT 2016


Author: bogner
Date: Fri May 20 14:14:04 2016
New Revision: 270253

URL: http://llvm.org/viewvc/llvm-project?rev=270253&view=rev
Log:
CODE_OWNERS: Take ownership of SelectionDAG

Owen no longer has time to tend to the yaks in SelectionDAG.

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=270253&r1=270252&r2=270253&view=diff
==============================================================================
--- llvm/trunk/CODE_OWNERS.TXT (original)
+++ llvm/trunk/CODE_OWNERS.TXT Fri May 20 14:14:04 2016
@@ -12,10 +12,6 @@ N: Joe Abbey
 E: jabbey at arxan.com
 D: LLVM Bitcode (lib/Bitcode/* include/llvm/Bitcode/*)
 
-N: Owen Anderson
-E: resistor at mac.com
-D: SelectionDAG (lib/CodeGen/SelectionDAG/*)
-
 N: Rafael Avila de Espindola
 E: rafael.espindola at gmail.com
 D: Gold plugin (tools/gold/*)
@@ -23,6 +19,7 @@ D: Gold plugin (tools/gold/*)
 N: Justin Bogner
 E: mail at justinbogner.com
 D: InstrProfiling and related parts of ProfileData
+D: SelectionDAG (lib/CodeGen/SelectionDAG/*)
 
 N: Chandler Carruth
 E: chandlerc at gmail.com




More information about the llvm-commits mailing list