Skip to content
This repository was archived by the owner on Apr 23, 2020. It is now read-only.

Commit 7b57628

Browse files
authored
Merge pull request #1 from llvm-mirror/master
up
2 parents a40f365 + d77902a commit 7b57628

File tree

20,457 files changed

+2563802
-719167
lines changed

Some content is hidden

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

20,457 files changed

+2563802
-719167
lines changed

.arcconfig

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2+
"repository.callsign" : "L",
23
"conduit_uri" : "https://reviews.llvm.org/"
34
}

.gitattributes

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# binary files
2+
test/Object/Inputs/*.a-* binary
3+
test/tools/dsymutil/Inputs/*.o binary
4+
test/tools/dsymutil/Inputs/*.a binary
5+
test/tools/dsymutil/Inputs/*.i386 binary
6+
test/tools/dsymutil/Inputs/*.x86_64 binary
7+
test/tools/dsymutil/Inputs/*.armv7m binary
8+
test/tools/dsymutil/Inputs/*.dylib binary
9+
test/tools/llvm-ar/Inputs/*.lib binary
10+
test/tools/llvm-objdump/Inputs/*.a binary
11+
test/tools/llvm-rc/Inputs/* binary
12+
test/tools/llvm-strings/Inputs/numbers binary
13+
test/MC/AsmParser/incbin_abcd binary
14+
test/YAMLParser/spec-09-02.test binary
15+
16+
# Windows line ending test
17+
test/MC/AsmParser/preserve-comments-crlf.s text eol=crlf

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ cscope.out
4141
autoconf/aclocal.m4
4242
autoconf/autom4te.cache
4343
/compile_commands.json
44+
# Visual Studio built-in CMake configuration
45+
/CMakeSettings.json
46+
# CLion project configuration
47+
/.idea
4448

4549
#==============================================================================#
4650
# Directories to ignore (do not add trailing '/'s, they skip symlinks).

CMakeLists.txt

+149-85
Large diffs are not rendered by default.

CODE_OWNERS.TXT

+18-5
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ beautification by scripts. The fields are: name (N), email (E), web-address
99
(S) and (I) IRC handle. Each entry should contain at least the (N), (E) and
1010
(D) fields.
1111

12+
N: Simon Atanasyan
13+
14+
D: MIPS Backend (lib/Target/Mips/*)
15+
1216
N: Justin Bogner
1317
1418
D: InstrProfiling and related parts of ProfileData
@@ -61,12 +65,13 @@ E: [email protected]
6165
D: llgo, libLTO (lib/LTO/* tools/lto/*), LLVM Bitcode (lib/Bitcode/* include/llvm/Bitcode/*)
6266

6367
N: Quentin Colombet
64-
E: qcolombet@apple.com
68+
E: quentin.colombet@gmail.com
6569
D: Loop Strength Reduction, Register allocators
6670

67-
N: Simon Dardis
68-
69-
D: MIPS Backend (lib/Target/Mips/*)
71+
N: Andrea Di Biagio
72+
73+
74+
D: MCA, llvm-mca
7075

7176
N: Duncan P. N. Exon Smith
7277
@@ -212,4 +217,12 @@ D: Release management (x.y.0 releases)
212217

213218
N: whitequark
214219
215-
D: OCaml bindings
220+
D: C API, OCaml bindings
221+
222+
N: Jake Ehrlich
223+
224+
D: llvm-objcopy (tools/llvm-objcopy)
225+
226+
N: Martin Storsjö
227+
228+
D: MinGW

CREDITS.TXT

+41-7
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ D: MingW Win32 API portability layer
2323

2424
N: Aaron Ballman
2525
26-
D: __declspec attributes, Windows support, general bug fixing
26+
D: Clang frontend, frontend attributes, Windows support, general bug fixing
27+
I: AaronBallman
2728

2829
N: Nate Begeman
2930
@@ -35,6 +36,13 @@ E: [email protected]
3536
D: ET-Forest implementation.
3637
D: Sparse bitmap
3738

39+
N: Geoff Berry
40+
41+
42+
D: AArch64 backend improvements
43+
D: Added EarlyCSE MemorySSA support
44+
D: CodeGen improvements
45+
3846
N: David Blaikie
3947
4048
D: General bug fixing/fit & finish, mostly in Clang
@@ -107,8 +115,8 @@ E: [email protected]
107115
D: Bug fixes and minor improvements
108116

109117
N: Rafael Avila de Espindola
110-
111-
D: The ARM backend
118+
E: rafael@espindo.la
119+
D: MC and LLD work
112120

113121
N: Dave Estes
114122
@@ -124,7 +132,7 @@ D: Basic-block autovectorization, PowerPC backend improvements
124132

125133
N: Eric Fiselier
126134
127-
D: LIT patches and documentation.
135+
D: LIT patches and documentation
128136

129137
N: Ryan Flynn
130138
@@ -203,6 +211,11 @@ N: Patrick Jenkins
203211
204212
D: Nightly Tester
205213

214+
N: Tony(Yanjun) Jiang
215+
216+
D: PowerPC Backend Developer
217+
D: Improvements to the PPC backend and miscellaneous bug fixes
218+
206219
N: Dale Johannesen
207220
208221
D: ARM constant islands improvements
@@ -219,6 +232,11 @@ N: Rod Kay
219232
220233
D: Author of LLVM Ada bindings
221234

235+
N: Erich Keane
236+
237+
D: A variety of Clang contributions including function multiversioning, regcall/vectorcall.
238+
I: ErichKeane
239+
222240
N: Eric Kidd
223241
W: http://randomhacks.net/
224242
D: llvm-config script
@@ -269,7 +287,7 @@ D: Release manager (1.7+)
269287
N: Sylvestre Ledru
270288
271289
W: http://sylvestre.ledru.info/
272-
W: http://apt.llvm.org/
290+
W: https://apt.llvm.org/
273291
D: Debian and Ubuntu packaging
274292
D: Continuous integration with jenkins
275293

@@ -474,9 +492,25 @@ D: Thread Local Storage implementation
474492
N: Bill Wendling
475493
I: wendling
476494
477-
D: Release manager, IR Linker, LTO
478-
D: Bunches of stuff
495+
D: Release manager, IR Linker, LTO.
496+
D: Bunches of stuff.
479497

480498
N: Bob Wilson
481499
482500
D: Advanced SIMD (NEON) support in the ARM backend.
501+
502+
N: QingShan Zhang
503+
504+
D: PowerPC Backend Developer
505+
506+
N: Li Jia He
507+
508+
D: PowerPC Backend Developer
509+
510+
N: Zixuan Wu
511+
512+
D: PowerPC Backend Developer
513+
514+
N: Kang Zhang
515+
516+
D: PowerPC Backend Developer

0 commit comments

Comments
 (0)