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
15 changes: 12 additions & 3 deletions llvm/Maintainers.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,12 @@ [email protected], [email protected] (email), [arsenm](https://github.co

#### Inlining

Chandler Carruth \
[email protected], [email protected] (email), [chandlerc](https://github.com/chandlerc) (GitHub)
Arthur Eubanks \
[email protected] (email), [aeubanks](https://github.com/aeubanks) (GitHub) \
Mircea Trofin (esp. ML inliner) \
[email protected] (email), [mtrofin](https://github.com/mtrofin) (GitHub) \
Kazu Hirata (esp. module inliner and inline order) \
[email protected] (email), [kazutakahirata](https://github.com/kazutakahirata) (GitHub)

#### InstCombine, InstSimplify, ValueTracking, ConstantFold

Expand All @@ -65,6 +69,11 @@ [email protected] (email), [bogner](https://github.com/bogner) (GitHub)
Diego Novillo \
[email protected] (email), [dnovillo](https://github.com/dnovillo) (GitHub)

#### New pass manager, CGSCC, LazyCallGraph

Arthur Eubanks \
[email protected] (email), [aeubanks](https://github.com/aeubanks) (GitHub)

#### LoopStrengthReduce

Quentin Colombet \
Expand Down Expand Up @@ -462,7 +471,7 @@ [email protected] (email), [lattner](https://github.com/lattner) (GitHub), clattn

Paul C. Anagnostopoulos ([email protected], [Paul-C-Anagnostopoulos](https://github.com/Paul-C-Anagnostopoulos)) -- TableGen \
Justin Bogner ([email protected], [bogner](https://github.com/bogner)) -- SelectionDAG \
Chandler Carruth ([email protected], [email protected], [chandlerc](https://github.com/chandlerc)) -- ADT, Support \
Chandler Carruth ([email protected], [email protected], [chandlerc](https://github.com/chandlerc)) -- ADT, Support, Inlining \
Peter Collingbourne ([email protected], [pcc](https://github.com/pcc)) -- LTO \
Evan Cheng ([email protected]) -- Parts of code generator not covered by someone else \
Jake Ehrlich ([email protected], [jakehehrlich](https://github.com/jakehehrlich)) -- llvm-objcopy and ObjCopy library \
Expand Down
Loading