forked from heroims/obfuscator
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Julien Rinaldini
committed
Nov 4, 2014
1 parent
3ba9584
commit d4514df
Showing
25,745 changed files
with
4,244,640 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,155 @@ | ||
This file is a list of the people responsible for ensuring that patches for a | ||
particular part of LLVM are reviewed, either by themself or by someone else. | ||
They are also the gatekeepers for their part of LLVM, with the final word on | ||
what goes in or not. | ||
|
||
The list is sorted by surname and formatted to allow easy grepping and | ||
beautification by scripts. The fields are: name (N), email (E), web-address | ||
(W), PGP key ID and fingerprint (P), description (D), and snail-mail address | ||
(S). | ||
|
||
N: Joe Abbey | ||
E: [email protected] | ||
D: LLVM Bitcode (lib/Bitcode/* include/llvm/Bitcode/*) | ||
|
||
N: Owen Anderson | ||
E: [email protected] | ||
D: SelectionDAG (lib/CodeGen/SelectionDAG/*) | ||
|
||
N: Rafael Avila de Espindola | ||
E: [email protected] | ||
D: Gold plugin (tools/gold/*) | ||
|
||
N: Chandler Carruth | ||
E: [email protected] | ||
E: [email protected] | ||
D: Config, ADT, Support, inlining & related passes, SROA/mem2reg & related passes, CMake, library layering | ||
|
||
N: Evan Cheng | ||
E: [email protected] | ||
D: ARM target, parts of code generator not covered by someone else | ||
|
||
N: Eric Christopher | ||
E: [email protected] | ||
D: Debug Information, autotools/configure/make build, inline assembly | ||
|
||
N: Greg Clayton | ||
D: LLDB | ||
|
||
N: Peter Collingbourne | ||
D: libclc | ||
|
||
N: Anshuman Dasgupta | ||
E: [email protected] | ||
D: Hexagon Backend | ||
|
||
N: Hal Finkel | ||
E: [email protected] | ||
D: BBVectorize and the PowerPC target | ||
|
||
N: Venkatraman Govindaraju | ||
E: [email protected] | ||
D: Sparc Backend (lib/Target/Sparc/*) | ||
|
||
N: Tobias Grosser | ||
D: Polly | ||
|
||
N: James Grosbach | ||
E: [email protected] | ||
D: MC layer | ||
|
||
N: Howard Hinnant | ||
D: libc++ | ||
|
||
N: Justin Holewinski | ||
E: [email protected] | ||
D: NVPTX Target (lib/Target/NVPTX/*) | ||
|
||
N: Andy Kaylor | ||
E: [email protected] | ||
D: MCJIT, RuntimeDyld and JIT event listeners | ||
|
||
N: Galina Kistanova | ||
E: [email protected] | ||
D: LLVM Buildbot | ||
|
||
N: Anton Korobeynikov | ||
E: [email protected] | ||
D: Exception handling, Windows codegen, ARM EABI | ||
|
||
N: Benjamin Kramer | ||
E: [email protected] | ||
D: DWARF Parser | ||
|
||
N: Sergei Larin | ||
E: [email protected] | ||
D: VLIW Instruction Scheduling, Packetization | ||
|
||
N: Chris Lattner | ||
E: [email protected] | ||
W: http://nondot.org/~sabre/ | ||
D: Everything not covered by someone else | ||
|
||
N: Tim Northover | ||
E: [email protected] | ||
D: AArch64 backend | ||
|
||
N: Jakob Olesen | ||
D: Register allocators and TableGen | ||
|
||
N: Richard Osborne | ||
E: [email protected] | ||
D: XCore Backend | ||
|
||
N: Chad Rosier | ||
E: [email protected] | ||
D: Fast-Isel | ||
|
||
N: Nadav Rotem | ||
E: [email protected] | ||
D: X86 Backend, Loop Vectorizer | ||
|
||
N: Daniel Sanders | ||
E: [email protected] | ||
D: MIPS Backend (lib/Target/Mips/*) | ||
|
||
N: Richard Sandiford | ||
E: [email protected] | ||
D: SystemZ Backend | ||
|
||
N: Duncan Sands | ||
E: [email protected] | ||
D: DragonEgg | ||
|
||
N: Kostya Serebryany | ||
E: [email protected] | ||
D: AddressSanitizer, ThreadSanitizer (LLVM parts) | ||
|
||
N: Michael Spencer | ||
E: [email protected] | ||
D: Windows parts of Support, Object, ar, nm, objdump, ranlib, size | ||
|
||
N: Tom Stellard | ||
E: [email protected] | ||
E: [email protected] | ||
D: R600 Backend | ||
|
||
N: Evgeniy Stepanov | ||
E: [email protected] | ||
D: MemorySanitizer (LLVM part) | ||
|
||
N: Andrew Trick | ||
E: [email protected] | ||
D: IndVar Simplify, Loop Strength Reduction, Instruction Scheduling | ||
|
||
N: Bill Wendling | ||
E: [email protected] | ||
D: libLTO, IR Linker | ||
|
||
N: Peter Zotov | ||
E: [email protected] | ||
D: OCaml bindings | ||
|
||
N: Obfuscator-LLVM team | ||
E: [email protected] | ||
D: Obfuscator |
Oops, something went wrong.