about summary refs log tree commit diff
path: root/src/bootstrap/native.rs
AgeCommit message (Expand)AuthorLines
2023-03-24Rename 'src/bootstrap/native.rs' to llvm.rsRobin Hafid-1358/+0
2023-03-22Rollup merge of #109373 - ids1024:llvm-unreachable-optimize, r=ozkanonurMatthias Krüger-0/+1
2023-03-21Set LLVM `LLVM_UNREACHABLE_OPTIMIZE` to `OFF`Ian Douglas Scott-0/+1
2023-03-20Rollup merge of #109170 - eggyal:xc-linux-cmake, r=Mark-SimulacrumMatthias Krüger-0/+2
2023-03-15Set CMAKE_SYSTEM_NAME for Linux targetsAlan Egerton-0/+2
2023-03-15add `enable-warnings` flag for llvmozkanonur-6/+3
2023-03-11Rename `config.toml.example` to `config.example.toml`Thom Chiovoloni-1/+1
2023-03-09only call git on git checkoutsJacob Heider-1/+1
2023-03-07Rollup merge of #108619 - jyn514:llvm-version-check, r=cuviperYuki Okushi-4/+0
2023-03-05Remove the option to disable `llvm-version-check`Joshua Nelson-4/+0
2023-03-05Rollup merge of #108613 - jyn514:rm-skip-rebuild, r=Mark-SimulacrumMatthias Krüger-9/+0
2023-03-04Apply BOLT optimizations without rebuilding LLVMJakub Beránek-23/+0
2023-03-02Auto merge of #107879 - icedrocket:update-llvm, r=cuviperbors-9/+12
2023-03-01Remove `llvm.skip-rebuild` optionJoshua Nelson-9/+0
2023-02-28Skip test `download_ci_llvm` with modified LLVMJosh Stone-9/+12
2023-02-21Revert "port over symlink_file function from Build to Config and create symli...Jakub Beránek-1/+1
2023-02-18Auto merge of #106476 - keith:ks/add-sanitizer-support-for-modern-ios-platfor...bors-3/+22
2023-02-12Add sanitizer support for modern iOS platformsKeith Smiley-3/+22
2023-02-10Update the minimum external LLVM to 14Josh Stone-2/+2
2023-02-09port over symlink_file function from Build to Config and create symlink for l...Zephaniah Ong-1/+1
2023-01-27Revisit fix_is_ci_llvm_available logic; read build triple from tomlSergey Prytkov-34/+31
2023-01-20Enable sanitizers for s390x-linuxUlrich Weigand-0/+6
2023-01-11Change `src/test` to `tests` in source files, fix tidy and testsAlbert Larsan-3/+3
2023-01-06Auto merge of #106415 - Nilstrieb:where-is-my-master-branch, r=jyn514bors-1/+3
2023-01-05Add vendor to Fuchsia's target tripleDavid Koloski-2/+2
2023-01-03turn a comment into an actual doc commentRémy Rakic-7/+7
2023-01-03slight cleanupRémy Rakic-2/+1
2023-01-03make the `native::LLD` step able to use an already built lldRémy Rakic-0/+14
2023-01-03Add `build_helper` crate to share code between tidy and bootstrapNilstrieb-1/+3
2022-12-31Revert "Auto merge of #105058 - Nilstrieb:no-merge-commits-for-you-only-bors-...Joshua Nelson-3/+1
2022-12-30Add `build_helper` crate to share code between tidy and bootstrapNilstrieb-1/+3
2022-12-22Auto merge of #106000 - nikic:lld-build, r=Mark-Simulacrumbors-63/+46
2022-12-22Use LLVM_CMAKE_DIR for lld buildNikita Popov-59/+46
2022-12-21Don't explicitly set C++ standard for lldNikita Popov-4/+0
2022-12-19Fix arch flag on i686-apple-darwinMarcus Calhoun-Lopez-0/+3
2022-11-13Make all download functions need only Config, not BuilderJoshua Nelson-79/+5
2022-11-12Distinguish `--dry-run` from the automatic dry run checkJoshua Nelson-10/+10
2022-11-03Fix artifact version/channel detection for stableMark Rousskov-2/+2
2022-10-10Auto merge of #94381 - Kobzol:llvm-bolt, r=Mark-Simulacrumbors-0/+29
2022-10-09Use BOLT in x64 dist CI to optimize LLVMJakub Beránek-0/+29
2022-10-07Don't run llvm-config in dry runsJosh Stone-5/+10
2022-10-07Let llvm-config tell us where to find its toolsJosh Stone-9/+4
2022-10-02Auto merge of #100557 - dawnofmidnight:tarball-commit-info, r=Mark-Simulacrumbors-22/+30
2022-10-01fix: use git-commit-info for version informationdawnofmidnight-22/+30
2022-09-16Remove the allow-list for dynamic linking of LLVM toolsChris Wailes-7/+2
2022-09-01Auto merge of #100707 - dzvon:fix-typo, r=davidtwcobors-1/+1
2022-08-31Fix a bunch of typoDezhi Wu-1/+1
2022-08-28add riscv64gc-unknown-openbsd support (target riscv64-unknown-openbsd on Open...Sébastien Marie-2/+3
2022-08-20Enable downloading prebuilt LLVM in test buildersMark Rousskov-1/+7
2022-08-19Refactor if-available setting to work in CIMark Rousskov-9/+74