Age | Commit message (Expand) | Author |
2022-10-28 | Remove antique^Wolder-than-binutils-2.17 c++filt(1). | Miod Vallat |
2022-10-28 | Build and install binutils-2.17's version of c++filt(1), since we already | Miod Vallat |
2022-10-28 | Decode DT_MIPS_RLD_MAP_REL. | Mark Kettenis |
2022-10-28 | Add DT_MIPS_RLD_MAP_REL support to the in-tree GDB. | Mark Kettenis |
2022-10-28 | Implement DT_MIPS_RLD_MAP_REL support and add such an entry to PIE | Mark Kettenis |
2022-10-07 | In the linkers, collect objects in section "openbsd.mutable" and place | Theo de Raadt |
2022-09-13 | support more than one input file in llvm-ranlib by backporting | Robert Nagy |
2022-08-10 | Build the Compress::Raw::Zlib perl module with /usr/lib/libz | Theo Buehler |
2010-09-24 | Perl 5.12.2 from CPAN | Todd C. Miller |
2022-08-09 | Pull in inflateGetHeader() buffer overflow fix | Theo Buehler |
2022-08-08 | Build llvm-cov in base. | Frederic Cambus |
2022-07-26 | For make obj, always the lldb* and llvm-ar directories | Jeremie Courreges-Anglas |
2022-07-26 | Only build lldb support libraries on archs where lldb is installed | Jeremie Courreges-Anglas |
2022-07-13 | Revert BUILD_LLDB use, don't push manual repair on all people building from s... | Jeremie Courreges-Anglas |
2022-07-12 | Enter the lldb and lldb-server directories for make obj, even if not built | Jeremie Courreges-Anglas |
2022-07-12 | Only build lldb support libraries on archs where lldb is installed | Jeremie Courreges-Anglas |
2022-07-11 | add llvm-profdata(1) to base so that ports can benefit from profiled builds | Robert Nagy |
2022-07-09 | Build and install llvm-readobj, also install it as llvm-readelf | Jeremie Courreges-Anglas |
2022-05-12 | Drop old powerpc flags from the build of clang | George Koehler |
2022-04-12 | Improve test and clean targets | Andrew Fresh |
2022-03-27 | Fix memory corruption bug in zlib | Alexander Bluhm |
2022-03-27 | Revert previous. Use private copy of zlib in Compress::Raw::Zlib | Alexander Bluhm |
2022-03-25 | Build Perl module Compress::Raw::Zlib with zlib from /usr/lib/libz.so | Alexander Bluhm |
2010-09-24 | Perl 5.12.2 from CPAN | Todd C. Miller |
2022-03-23 | Do not forget to install ar.1; ok robert | Theo de Raadt |
2022-03-23 | use llvm-ranlib where llvm-ar is used so that they are in line with each | Robert Nagy |
2022-03-04 | Put back local patch to avoid regenerating tests | Andrew Fresh |
2022-02-27 | Enable libedit line editing | Jeremie Courreges-Anglas |
2022-02-17 | binutils-2.17 does not have ld or gas available for the aarch64, powerpc64, or | Peter Hessler |
2022-02-17 | Regenerate ppport.h of Term::ReadKey using Devel::PPPort 3.64 to | Alexander Bluhm |
2022-02-10 | Update Devel::PPPort in base from version 3.57 to 3.64. Our clang | Alexander Bluhm |
2019-12-30 | Import perl-5.30.1 | Andrew Fresh |
2019-02-13 | Import perl-5.28.1 | Andrew Fresh |
2021-12-25 | Sync DF_1_* flag definitions with llvm 13, including support in | Philip Guenther |
2021-12-22 | Avoid GNU printf extension to use 'L' length modifier with a int | Jonathan Gray |
2021-12-17 | Avoid errors about clang13-only options here, to ease transition | Jeremie Courreges-Anglas |
2021-12-17 | Disable a few warning flags that were introduced and enabled by default | Patrick Wildt |
2021-12-17 | Update build infrastructure for LLVM 13.0.0. | Patrick Wildt |
2021-11-24 | install /usr/bin/llvm-ar as /usr/bin/ar directly without adding another | Robert Nagy |
2021-11-23 | add llvm-ar(1) to the build with its two dependencies libLLVMDlltoolDriver | Robert Nagy |
2021-11-12 | Teach binutils enough about RELR relocations to not break them and for | Philip Guenther |
2021-10-27 | backport a perl patch to avoid excessive warnings with llvm 13 clang | Jonathan Gray |
2019-02-13 | Import perl-5.28.1 | Andrew Fresh |
2021-10-12 | Do not extend PT_DYNAMIC segment on mips64 | Visa Hankala |
2021-08-21 | Switch macppc to ld.lld | gkoehler |
2021-08-10 | Fix Encode(3p) loading module from incorrect relative path | Andrew Fresh |
2021-08-05 | Remove the TableGen library from libLLVM. It's only needed for the tblgen | Patrick Wildt |
2021-08-02 | Add infrastructure to build llvm-objcopy and llvm-objdump. | Patrick Wildt |
2021-07-24 | Pretty print ELF machine name as "RISC-V" | Jeremie Courreges-Anglas |
2021-06-25 | minimalistic diff to use %ld instead of %d for ptrdiff printing | Theo de Raadt |