-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into tkf/ptls-via-task
- Loading branch information
Showing
169 changed files
with
2,682 additions
and
6,205 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
steps: | ||
- label: "analyzegc" | ||
commands: | ||
- echo "--- Install apt-get pre-reqs" | ||
- apt-get update | ||
- apt-get install -y build-essential libatomic1 python python3 gfortran perl wget m4 cmake pkg-config curl | ||
- echo "--- Install in-tree LLVM dependencies" | ||
- make -j 6 -C deps install-llvm install-clang install-llvm-tools install-libuv install-utf8proc install-unwind | ||
- echo "+++ run clangsa/analyzegc" | ||
- make -j 6 -C test/clangsa | ||
- make -j 6 -C src analyzegc | ||
agents: | ||
queue: "juliacpu" # this should be julia -- also in pipeline settings | ||
# os: linux # tag missing for juliacpu queue | ||
timeout_in_minutes: 60 | ||
- label: "llvmpasses" | ||
commands: | ||
- echo "--- Install apt-get pre-reqs" | ||
- apt-get update | ||
- apt-get install -y build-essential libatomic1 python python3 gfortran perl wget m4 cmake pkg-config curl | ||
- echo "+++ run llvmpasses" | ||
- make -j 6 release | ||
- make -j 6 -C src install-analysis-deps | ||
- make -j 6 -C test/llvmpasses | ||
agents: | ||
queue: "juliacpu" # this should be julia -- also in pipeline settings | ||
# os: linux # tag missing for juliacpu queue | ||
timeout_in_minutes: 60 |
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 |
---|---|---|
@@ -1 +1,3 @@ | ||
/.github/workflows/ @JuliaLang/github-actions | ||
CODEOWNERS @JuliaLang/github-actions | ||
/.github/ @JuliaLang/github-actions | ||
/.buildkite/ @JuliaLang/github-actions |
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,15 @@ | ||
% This article is the definitive citation for Julia. | ||
@article{Julia-2017, | ||
title={Julia: A fresh approach to numerical computing}, | ||
author={Bezanson, Jeff and Edelman, Alan and Karpinski, Stefan and Shah, Viral B}, | ||
journal={SIAM {R}eview}, | ||
volume={59}, | ||
number={1}, | ||
pages={65--98}, | ||
year={2017}, | ||
publisher={SIAM}, | ||
doi={10.1137/141000671}, | ||
url={https://epubs.siam.org/doi/10.1137/141000671} | ||
} | ||
|
||
% For more details on research related to Julia, see https://julialang.org/research |
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
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
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
Oops, something went wrong.