-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Disabled loop vectorizer because it was breaking xv6-nyuzi kernel boot test. (issue #103) - Deleted spmd_compiler project. It was becoming a pain to maintain and doesn't provide much value.
- Loading branch information
Showing
20,705 changed files
with
1,763,465 additions
and
611,456 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
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
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 |
---|---|---|
|
@@ -9,6 +9,10 @@ beautification by scripts. The fields are: name (N), email (E), web-address | |
(S) and (I) IRC handle. Each entry should contain at least the (N), (E) and | ||
(D) fields. | ||
|
||
N: Simon Atanasyan | ||
E: [email protected] | ||
D: MIPS Backend (lib/Target/Mips/*) | ||
|
||
N: Justin Bogner | ||
E: [email protected] | ||
D: InstrProfiling and related parts of ProfileData | ||
|
@@ -61,12 +65,13 @@ E: [email protected] | |
D: llgo, libLTO (lib/LTO/* tools/lto/*), LLVM Bitcode (lib/Bitcode/* include/llvm/Bitcode/*) | ||
|
||
N: Quentin Colombet | ||
E: qcolombet@apple.com | ||
E: quentin.colombet@gmail.com | ||
D: Loop Strength Reduction, Register allocators | ||
|
||
N: Simon Dardis | ||
E: [email protected] | ||
D: MIPS Backend (lib/Target/Mips/*) | ||
N: Andrea Di Biagio | ||
E: [email protected] | ||
E: [email protected] | ||
D: llvm-mca | ||
|
||
N: Duncan P. N. Exon Smith | ||
E: [email protected] | ||
|
@@ -212,4 +217,8 @@ D: Release management (x.y.0 releases) | |
|
||
N: whitequark | ||
E: [email protected] | ||
D: OCaml bindings | ||
D: C API, OCaml bindings | ||
|
||
N: Jake Ehrlich | ||
E: [email protected] | ||
D: llvm-objcopy (tools/llvm-objcopy) |
Oops, something went wrong.