summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2021-03-04Never automatically rewrite perl/dist/Devel-PPPort/t/01_test.tAndrew Fresh
2019-02-13Import perl-5.28.1Andrew Fresh
2021-03-01Apply pre-built unicore patch, remove excess files - perl-5.32.1Andrew Fresh
2021-03-01Apply local patches, remove excess files - perl-5.32.1Andrew Fresh
2021-03-01Fix merge issues, remove excess files - match perl-5.32.1 distAndrew Fresh
2021-03-01Import perl-5.32.1Andrew Fresh
2013-03-25import perl 5.16.3 from CPAN - worked on by Andrew Fresh and myselfStuart Henderson
2010-09-24Perl 5.12.2 from CPANTodd C. Miller
2008-09-29import perl 5.10.0 from CPANTodd C. Miller
2002-10-27stock perl 5.8.0 from CPANTodd C. Miller
2021-02-20Make the unwind cache tread-safe by declaring it thread_local. SolvesOtto Moerbeek
2021-02-20Recommit upstream alignment fix plus libperl version bumpAndrew Fresh
2021-02-16Revery previous hash alignment fixAndrew Fresh
2021-02-16Backport upstream perl 64bit hash alignment fixesAndrew Fresh
2021-02-14Shuffle how lldb register contexts are built.mortimer
2021-02-13Cleanup lldb amd64 support.mortimer
2021-02-11When clang was changed to -fcommon, perl's P_hash_{seed,state} variablesTheo de Raadt
2021-02-10only amd64 & arm64 lldb work at the momentTheo de Raadt
2021-02-09Build and install lldb.Patrick Wildt
2021-02-09Fix lldb.mortimer
2021-02-06switch clang to -fno-common by defaultChristian Weisgerber
2021-02-01a regular function decl collides with an inline, due to C99 inline rules.Theo de Raadt
2021-01-28Extern dwarf2_loc_mark_labels. Fixes compiation with -fno-common.mortimer
2021-01-28Explicitly enable -fcommon, rather than untangle common symbols.mortimer
2021-01-11Switch libc++ and libc++abi to version 10.0.1.Patrick Wildt
2021-01-10Backport fix to avoid including math.h from stdlib.h.Mark Kettenis
2021-01-02Re-apply our libc++ 8.0.0 patches to libc++ 10.0.1.Patrick Wildt
2021-01-02Adjust link path for libc++ to find libc++abi to match change of MakefilePatrick Wildt
2021-01-02Import libc++abi 10.0.1 release.Patrick Wildt
2021-01-02Import libc++ 10.0.1 release.Patrick Wildt
2021-01-02Move Makefiles for libc++ and libc++abi to gnu/lib in preparation for anPatrick Wildt
2021-01-02Merge compiler-rt 11.0.0.Patrick Wildt
2021-01-02Import compiler-rt 11.0.0 release.Patrick Wildt
2021-01-02Adjust local modifications to follow changes made upstream.Mark Kettenis
2021-01-02Re-apply our libunwind 8.0.0 patches to libunwind 11.0.0. Patches to thePatrick Wildt
2021-01-02Import libunwind 11.0.0 in new LLVM directory, thus not yet linked toPatrick Wildt
2021-01-01Skip leaf function optimization under some circumstances.mortimer
2020-12-02Fix a bug that GDB could not show the symbols of the core dump it wasasou
2020-12-01Implement Loongson 2F BTB bug workaround in clangVisa Hankala
2020-11-29Teach lld to link the macppc kernelgkoehler
2020-11-21Backport https://reviews.llvm.org/D75419. This adds a workaround forMark Kettenis
2020-08-03Import LLVM 10.0.0 release including clang, lld and lldb.Patrick Wildt
2020-11-20Fix va_arg in C++, Objective-C on 32-bit powerpcgkoehler
2020-08-03Import LLVM 10.0.0 release including clang, lld and lldb.Patrick Wildt
2020-11-10Sort list of archs in alphabetical order.Patrick Wildt
2020-11-01Do not reserve PowerPC GOT header entries when creating a relocatableMark Kettenis
2020-10-18Use all 64 bits of the RETGUARD cookie on powerpc64gkoehler
2020-10-12Disable retguard for clang build.mortimer
2020-10-12Add RETGUARD implementation for powerpc and powerpc64.mortimer
2020-10-11Always allocate GOT header entries on powerpc.Mark Kettenis