about summary refs log tree commit diff
path: root/src/bootstrap/llvm.rs
AgeCommit message (Expand)AuthorLines
2023-08-07Adjust path to crtbegin.c / crtend.cNikita Popov-2/+2
2023-08-04Auto merge of #114305 - lqd:bootstrap-strip, r=ozkanonurbors-8/+39
2023-08-01Revert "Rollup merge of #113588 - RalfJung:llvm-merge-base, r=albertlarsan68"Rémy Rakic-8/+1
2023-08-01Rollup merge of #113588 - RalfJung:llvm-merge-base, r=albertlarsan68Matthias Krüger-1/+8
2023-07-31strip debuginfo from LLVM's .so when applicable, on x64 linuxRémy Rakic-0/+26
2023-07-31extract helper to find libLLVM's nameRémy Rakic-8/+13
2023-07-31Remove BOLT from bootstrapJakub Beránek-6/+0
2023-07-30bootstrap: inline format!() argsMatthias Krüger-8/+8
2023-07-27Update the minimum external LLVM to 15Josh Stone-2/+2
2023-07-24bootstrap: Define CMake platform if DragonFly.Alex Zepeda-0/+7
2023-07-18Auto merge of #113061 - Amanieu:x86_64-ohos, r=compiler-errorsbors-0/+3
2023-07-17bootstrap: use git merge-base for LLVM CI download logicRalf Jung-1/+8
2023-07-08Rollup merge of #112931 - cbeuw:apple-zlib, r=Mark-SimulacrumMatthias Krüger-1/+1
2023-07-05Add support for NetBSD/riscv64 aka. riscv64gc-unknown-netbsd.Havard Eidnes-1/+4
2023-06-26Add x86_64-unknown-linux-ohos targetAmanieu d'Antras-0/+3
2023-06-22Enable zlib in LLVM on aarch64-apple-darwinAndy Wang-1/+1
2023-06-12allow mutating the c compilers detected by bootstrapPietro Albini-6/+6
2023-06-03improve target selection conditionsRémy Rakic-1/+2
2023-06-03rust-lld: add rpath to the root LLVM shared libRémy Rakic-0/+24
2023-05-26Add SafeStack support to rustcWesley Wiser-1/+1
2023-05-23Promote loongarch64-unknown-linux-gnu to Tier 2 with host toolsWANG Rui-0/+1
2023-04-22Group entire build steps in the gha logsOli Scherer-6/+6
2023-04-17Spelling src/bootstrapJosh Soref-1/+1
2023-04-13automatically update the LLVM submoduleKrishna Ramasimha-0/+4
2023-04-11Rollup merge of #96971 - zhaixiaojuan:master, r=wesleywiserMichael Goulet-1/+1
2023-04-04Enable loongarch64 LLVM targetzhaixiaojuan-1/+1
2023-03-30Drop binutils on powerpc-unknown-freebsdpkubaj-5/+0
2023-03-28Add OpenHarmony targetsAmanieu d'Antras-0/+3
2023-03-24Rename 'src/bootstrap/native.rs' to llvm.rsRobin Hafid-0/+1293