Skip to content
This repository was archived by the owner on Nov 30, 2021. It is now read-only.

Commit 5e909bf

Browse files
committed
IntFlow v1.0
1 parent 3ecc3a8 commit 5e909bf

File tree

28,735 files changed

+9732496
-0
lines changed

Some content is hidden

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

28,735 files changed

+9732496
-0
lines changed

CMakeLists.txt

+491
Large diffs are not rendered by default.

CODE_OWNERS.TXT

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
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).
10+
11+
N: Evan Cheng
12+
13+
D: Code generator and all targets
14+
15+
N: Greg Clayton
16+
D: LLDB
17+
18+
N: Peter Collingbourne
19+
D: libclc
20+
21+
N: Doug Gregor
22+
D: Clang Frontend Libraries
23+
24+
N: Tobias Grosser
25+
D: Polly
26+
27+
N: Howard Hinnant
28+
D: libc++
29+
30+
N: Anton Korobeynikov
31+
32+
D: Exception handling, debug information, and Windows codegen
33+
34+
N: Ted Kremenek
35+
D: Clang Static Analyzer
36+
37+
N: Chris Lattner
38+
39+
W: http://nondot.org/~sabre/
40+
D: Everything not covered by someone else
41+
42+
N: John McCall
43+
44+
D: Clang LLVM IR generation
45+
46+
N: Jakob Olesen
47+
D: Register allocators and TableGen
48+
49+
N: Duncan Sands
50+
51+
D: DragonEgg

0 commit comments

Comments
 (0)