Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions llvm/Maintainers.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,12 @@ [email protected], [email protected] (email), [arsenm](https://github.co
Chandler Carruth \
[email protected], [email protected] (email), [chandlerc](https://github.com/chandlerc) (GitHub)

#### InstCombine, ConstantFold
#### InstCombine, InstSimplify, ValueTracking, ConstantFold

David Majnemer \
[email protected] (email), [majnemer](https://github.com/majnemer) (GitHub)
Nikita Popov \
[email protected], [email protected] (email), [nikic](https://github.com/nikic) (GitHub), nikic (Discourse) \
Yingwei Zheng \
[email protected] (email), [dtcxzyw](https://github.com/dtcxzyw) (GitHub)

#### InstrProfiling and related parts of ProfileData

Expand Down Expand Up @@ -458,6 +460,7 @@ Evan Cheng ([email protected]) -- Parts of code generator not covered by some
Renato Golin ([email protected], [rengolin](https://github.com/rengolin)) -- ARM backend \
James Grosbach ([email protected]) -- MC layer \
Anton Korobeynikov ([email protected], [asl](https://github.com/asl)) -- ARM EABI \
David Majnemer ([email protected], [majnemer](https://github.com/majnemer)) -- InstCombine, ConstantFold \
Chad Rosier ([email protected]) -- FastISel \
Hans Wennborg ([email protected], [zmodem](https://github.com/zmodem)) -- Release management \
Kostya Serebryany ([kcc](https://github.com/kcc)) -- Sanitizers \
Expand Down
Loading