diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2012-11-16 11:43:01 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2012-11-16 11:43:01 +0000 |
commit | d2b34417db9bc0a6c0051954ca97e9242f83ce51 (patch) | |
tree | 55ce37d57e04b9940dd284f14a33575046df0b85 /CODE_OWNERS.TXT | |
parent | 4372f00373843526728dec3af4323c2aff1cd379 (diff) |
Add myself as the code owner for a bunch of stuff.
Notably, I'm reviewing this stuff already, and this makes it clear I'm
on the hook for it.
I'm relying on Eric Christopher and Michael Spencer to help with Support
when there are platform specific issues, but Chris wants a single point
of contact, and I'm happy with that.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168164 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CODE_OWNERS.TXT')
-rw-r--r-- | CODE_OWNERS.TXT | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CODE_OWNERS.TXT b/CODE_OWNERS.TXT index da89d82ea26..ac74e1e36e3 100644 --- a/CODE_OWNERS.TXT +++ b/CODE_OWNERS.TXT @@ -16,6 +16,11 @@ N: Owen Anderson E: resistor@mac.com D: SelectionDAG (lib/CodeGen/SelectionDAG/*) +N: Chandler Carruth +E: chandlerc@gmail.com +E: chandlerc@google.com +D: Config, ADT, Support, inlining & related passse, SROA/mem2reg & related passes, CMake, library layering + N: Evan Cheng E: evan.cheng@apple.com D: ARM target, parts of code generator not covered by someone else |