summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/clang
AgeCommit message (Expand)Author
2024-02-08Feed more generated files to the clean target; joint work with naddy@Miod Vallat
2023-11-17Use -mxgot to avoid GOT overflow during build on mips64.Visa Hankala
2023-11-16set .NOTPARALLEL for AMDGPU tblgen files to tame memory usage on i386Robert Nagy
2023-11-14Add missing .PATHJeremie Courreges-Anglas
2023-11-12append ExtensionDependencies.inc to CLEANFILES only if .OBJDIR != .CURDIRRobert Nagy
2023-11-12TargetMCAs.def is required to be installed in the llvm include dirRobert Nagy
2023-11-11update build infrastructure for llvm-16.0.6Robert Nagy
2023-11-10remove unused liblldbPluginOperatingSystemRobert Nagy
2023-01-27Recommit the switch to use llvm-strip on architectures that use ld.lld.Mark Kettenis
2023-01-19Revert previous commit (but leave the man page around); llvm-strip behavesMark Kettenis
2023-01-19The binutils strip damages GNU_RELRO on binaries linked by ld.lld on atMark Kettenis
2023-01-05do not blow up if NOMAN is setTheo de Raadt
2022-09-13support more than one input file in llvm-ranlib by backportingRobert Nagy
2022-08-08Build llvm-cov in base.Frederic Cambus
2022-07-26For make obj, always the lldb* and llvm-ar directoriesJeremie Courreges-Anglas
2022-07-26Only build lldb support libraries on archs where lldb is installedJeremie Courreges-Anglas
2022-07-13Revert BUILD_LLDB use, don't push manual repair on all people building from s...Jeremie Courreges-Anglas
2022-07-12Enter the lldb and lldb-server directories for make obj, even if not builtJeremie Courreges-Anglas
2022-07-12Only build lldb support libraries on archs where lldb is installedJeremie Courreges-Anglas
2022-07-11add llvm-profdata(1) to base so that ports can benefit from profiled buildsRobert Nagy
2022-07-09Build and install llvm-readobj, also install it as llvm-readelfJeremie Courreges-Anglas
2022-05-12Drop old powerpc flags from the build of clangGeorge Koehler
2022-03-23Do not forget to install ar.1; ok robertTheo de Raadt
2022-03-23use llvm-ranlib where llvm-ar is used so that they are in line with eachRobert Nagy
2022-02-27Enable libedit line editingJeremie Courreges-Anglas
2021-12-17Update build infrastructure for LLVM 13.0.0.Patrick Wildt
2021-11-24install /usr/bin/llvm-ar as /usr/bin/ar directly without adding anotherRobert Nagy
2021-11-23add llvm-ar(1) to the build with its two dependencies libLLVMDlltoolDriverRobert Nagy
2021-08-21Switch macppc to ld.lldgkoehler
2021-08-05Remove the TableGen library from libLLVM. It's only needed for the tblgenPatrick Wildt
2021-08-02Add infrastructure to build llvm-objcopy and llvm-objdump.Patrick Wildt
2021-05-19Revert hack to build clang with -static on riscv64.Dale Rahn
2021-05-14On riscv64, dynamically linked clang binary fails with:Dale Rahn
2021-05-01regen llvm man pages from rst withJonathan Gray
2021-04-29regenJonathan Gray
2021-04-29add RISCVJonathan Gray
2021-04-29riscv64 clang support.Dale Rahn
2021-04-28Update clang build infrastructure for LLVM 11.1.0.Patrick Wildt
2021-02-14Shuffle how lldb register contexts are built.mortimer
2021-02-10only amd64 & arm64 lldb work at the momentTheo de Raadt
2021-02-09Build and install lldb.Patrick Wildt
2020-12-01Implement Loongson 2F BTB bug workaround in clangVisa Hankala
2020-11-10Sort list of archs in alphabetical order.Patrick Wildt
2020-10-12Disable retguard for clang build.mortimer
2020-10-12Add RETGUARD implementation for powerpc and powerpc64.mortimer
2020-08-09Update build infrastructure for LLVM 10.0.1.Patrick Wildt
2020-08-03Update build infrastructure for LLVM 10.0.0.Patrick Wildt
2020-07-02We need the same header files on powerpc64 as we have on powerpc.Mark Kettenis
2020-05-30Initial set of changes to build powerpc64 toolchain.Dale Rahn
2020-03-04crank major versions of libLLVM libc++ libc++abigkoehler