Skip to content

Commit 114a1ec

Browse files
committed
commit full project of LLVM Transform Pass
1 parent 50a2df4 commit 114a1ec

File tree

23,606 files changed

+4089687
-400
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

23,606 files changed

+4089687
-400
lines changed

CMakeLists.txt

+980
Large diffs are not rendered by default.

CODE_OWNERS.TXT

+217
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,217 @@
1+
This file is a list of the people responsible for ensuring that patches for a
2+
particular part of LLVM are reviewed, either by themself or by someone else.
3+
They are also the gatekeepers for their part of LLVM, with the final word on
4+
what goes in or not.
5+
6+
The list is sorted by surname and formatted to allow easy grepping and
7+
beautification by scripts. The fields are: name (N), email (E), web-address
8+
(W), PGP key ID and fingerprint (P), description (D), and snail-mail address
9+
(S). Each entry should contain at least the (N), (E) and (D) fields.
10+
11+
N: Joe Abbey
12+
13+
D: LLVM Bitcode (lib/Bitcode/* include/llvm/Bitcode/*)
14+
15+
N: Justin Bogner
16+
17+
D: InstrProfiling and related parts of ProfileData
18+
D: SelectionDAG (lib/CodeGen/SelectionDAG/*)
19+
20+
N: Alex Bradbury
21+
22+
D: RISC-V backend (lib/Target/RISCV/*)
23+
24+
N: Chandler Carruth
25+
26+
27+
D: Config, ADT, Support, inlining & related passes, SROA/mem2reg & related passes, CMake, library layering
28+
29+
N: Evan Cheng
30+
31+
D: parts of code generator not covered by someone else
32+
33+
N: Eric Christopher
34+
35+
D: Debug Information, inline assembly
36+
37+
N: Greg Clayton
38+
39+
D: LLDB
40+
41+
N: Sanjoy Das
42+
43+
D: IndVar Simplify, Scalar Evolution
44+
45+
N: Marshall Clow
46+
47+
D: libc++
48+
49+
N: Peter Collingbourne
50+
51+
D: llgo, libLTO (lib/LTO/* tools/lto/*)
52+
53+
N: Quentin Colombet
54+
55+
D: Loop Strength Reduction, Register allocators
56+
57+
N: Simon Dardis
58+
59+
D: MIPS Backend (lib/Target/Mips/*)
60+
61+
N: Duncan P. N. Exon Smith
62+
63+
D: Branch weights and BlockFrequencyInfo
64+
65+
N: Hal Finkel
66+
67+
D: BBVectorize, the loop reroller, alias analysis and the PowerPC target
68+
69+
N: Dan Gohman
70+
71+
D: WebAssembly Backend (lib/Target/WebAssembly/*)
72+
73+
N: Renato Golin
74+
75+
D: ARM Linux support
76+
77+
N: Venkatraman Govindaraju
78+
79+
D: Sparc Backend (lib/Target/Sparc/*)
80+
81+
N: Tobias Grosser
82+
83+
D: Polly
84+
85+
N: James Grosbach
86+
87+
D: MC layer
88+
89+
N: Justin Holewinski
90+
91+
D: NVPTX Target (lib/Target/NVPTX/*)
92+
93+
N: Lang Hames
94+
95+
D: MCJIT, RuntimeDyld and JIT event listeners, Orcish Warchief
96+
97+
N: Teresa Johnson
98+
99+
D: Gold plugin (tools/gold/*)
100+
101+
N: Galina Kistanova
102+
103+
D: LLVM Buildbot
104+
105+
N: Anton Korobeynikov
106+
107+
D: Exception handling, Windows codegen, ARM EABI
108+
109+
N: Benjamin Kramer
110+
111+
D: DWARF Parser
112+
113+
N: Michael Kuperstein
114+
115+
D: Loop Vectorizer
116+
117+
N: Sergei Larin
118+
119+
D: VLIW Instruction Scheduling, Packetization
120+
121+
N: Chris Lattner
122+
123+
W: http://nondot.org/~sabre/
124+
D: Everything not covered by someone else
125+
126+
N: Robert Lytton
127+
128+
D: XCore Backend
129+
130+
N: David Majnemer
131+
132+
D: IR Constant Folder, InstCombine
133+
134+
N: Dylan McKay
135+
136+
D: AVR Backend
137+
138+
N: Tim Northover
139+
140+
D: AArch64 backend, misc ARM backend
141+
142+
N: Diego Novillo
143+
144+
D: SampleProfile and related parts of ProfileData
145+
146+
N: Jakob Olesen
147+
148+
D: TableGen
149+
150+
N: Krzysztof Parzyszek
151+
152+
D: Hexagon Backend
153+
154+
N: Jacques Pienaar
155+
156+
D: Lanai Backend
157+
158+
N: Paul Robinson
159+
160+
D: Sony PlayStation®4 support
161+
162+
N: Chad Rosier
163+
164+
D: Fast-Isel
165+
166+
N: Duncan Sands
167+
168+
D: DragonEgg
169+
170+
N: Kostya Serebryany
171+
172+
D: AddressSanitizer, ThreadSanitizer (LLVM parts)
173+
174+
N: Michael Spencer
175+
176+
D: Windows parts of Support, Object, ar, nm, objdump, ranlib, size
177+
178+
N: Alexei Starovoitov
179+
180+
D: BPF backend
181+
182+
N: Tom Stellard
183+
184+
185+
D: Release manager for the 3.5 and 3.6 branches, R600 Backend, libclc
186+
187+
N: Evgeniy Stepanov
188+
189+
D: MemorySanitizer (LLVM part)
190+
191+
N: Craig Topper
192+
193+
D: X86 Backend
194+
195+
N: Andrew Trick
196+
197+
D: Instruction Scheduling
198+
199+
N: Ulrich Weigand
200+
201+
D: SystemZ Backend
202+
203+
N: Teresa Johnson
204+
205+
D: IR Linker
206+
207+
N: Hans Wennborg
208+
209+
D: Release management (x.y.0 releases)
210+
211+
N: whitequark
212+
213+
D: OCaml bindings
214+
215+
N: Andrey Churbanov
216+
217+
D: OpenMP runtime library

0 commit comments

Comments
 (0)