summaryrefslogtreecommitdiffstats
path: root/gnu
AgeCommit message (Expand)AuthorFilesLines
2021-03-04Never automatically rewrite perl/dist/Devel-PPPort/t/01_test.tafresh11-1/+1
2021-03-01Apply pre-built unicore patch, remove excess files - perl-5.32.1afresh1550-124170/+216104
2021-03-01Apply local patches, remove excess files - perl-5.32.1afresh154-525/+363
2021-03-01Fix merge issues, remove excess files - match perl-5.32.1 distafresh1981-71596/+84155
2021-03-01Import perl-5.32.1afresh1752-17130/+44884
2021-02-20Make the unwind cache tread-safe by declaring it thread_local. Solvesotto1-1/+1
2021-02-20Recommit upstream alignment fix plus libperl version bumpafresh14-25/+41
2021-02-16Revery previous hash alignment fixafresh13-40/+24
2021-02-16Backport upstream perl 64bit hash alignment fixesafresh13-24/+40
2021-02-14Shuffle how lldb register contexts are built.mortimer9-29/+48
2021-02-13Cleanup lldb amd64 support.mortimer4-474/+213
2021-02-11When clang was changed to -fcommon, perl's P_hash_{seed,state} variablesderaadt1-1/+2
2021-02-10only amd64 & arm64 lldb work at the momentderaadt2-2/+12
2021-02-09Build and install lldb.patrick2-4/+4
2021-02-09Fix lldb.mortimer2-14/+4
2021-02-06switch clang to -fno-common by defaultnaddy3-21/+6
2021-02-01a regular function decl collides with an inline, due to C99 inline rules.deraadt1-1/+2
2021-01-28Extern dwarf2_loc_mark_labels. Fixes compiation with -fno-common.mortimer1-1/+1
2021-01-28Explicitly enable -fcommon, rather than untangle common symbols.mortimer1-1/+2
2021-01-11Switch libc++ and libc++abi to version 10.0.1.patrick4-20/+15
2021-01-10Backport fix to avoid including math.h from stdlib.h.kettenis2-62/+63
2021-01-02Re-apply our libc++ 8.0.0 patches to libc++ 10.0.1.patrick7-12/+35
2021-01-02Adjust link path for libc++ to find libc++abi to match change of Makefilepatrick1-2/+2
2021-01-02Import libc++abi 10.0.1 release.patrick49-0/+15495
2021-01-02Import libc++ 10.0.1 release.patrick469-0/+220737
2021-01-02Move Makefiles for libc++ and libc++abi to gnu/lib in preparation for anpatrick5-1/+408
2021-01-02Merge compiler-rt 11.0.0.patrick7-157/+10
2021-01-02Import compiler-rt 11.0.0 release.patrick357-3748/+10095
2021-01-02Adjust local modifications to follow changes made upstream.kettenis2-3/+3
2021-01-02Re-apply our libunwind 8.0.0 patches to libunwind 11.0.0. Patches to thepatrick12-23/+407
2021-01-02Import libunwind 11.0.0 in new LLVM directory, thus not yet linked topatrick33-0/+19171
2021-01-01Skip leaf function optimization under some circumstances.mortimer1-1/+110
2020-12-02Fix a bug that GDB could not show the symbols of the core dump it wasasou1-1/+35
2020-12-01Implement Loongson 2F BTB bug workaround in clangvisa8-1/+162
2020-11-29Teach lld to link the macppc kernelgkoehler1-0/+2
2020-11-21Backport https://reviews.llvm.org/D75419. This adds a workaround forkettenis2-4/+9
2020-11-20Fix va_arg in C++, Objective-C on 32-bit powerpcgkoehler1-3/+2
2020-11-10Sort list of archs in alphabetical order.patrick1-4/+4
2020-11-01Do not reserve PowerPC GOT header entries when creating a relocatablekettenis1-1/+1
2020-10-18Use all 64 bits of the RETGUARD cookie on powerpc64gkoehler1-14/+7
2020-10-12Disable retguard for clang build.mortimer1-2/+2
2020-10-12Add RETGUARD implementation for powerpc and powerpc64.mortimer9-1/+451
2020-10-11Always allocate GOT header entries on powerpc.kettenis1-0/+2
2020-09-30Add minimal support for OpenBSD/powerpc64.kettenis7-0/+748
2020-09-23Don't pass the -dynamic-linker flag to ld when linking statically.millert11-11/+11
2020-09-19Fix frame pointer slot on aarch64 for functions that do not save calleemortimer1-12/+6
2020-09-16Avoid generating a core dump during make build. The Perl configurebluhm1-0/+1
2020-09-10Disable strict floating point if not X86gkoehler12-0/+40
2020-08-31Delete my leftover comment.gkoehler1-1/+0
2020-08-14Remove local change to fix powerpc floating-point alignmentgkoehler2-9/+0