summaryrefslogtreecommitdiffstats
path: root/gnu (follow)
Commit message (Expand)AuthorAgeFilesLines
* Never automatically rewrite perl/dist/Devel-PPPort/t/01_test.tafresh12021-03-041-1/+1
* Apply pre-built unicore patch, remove excess files - perl-5.32.1afresh12021-03-01550-124170/+216104
* Apply local patches, remove excess files - perl-5.32.1afresh12021-03-0154-525/+363
* Fix merge issues, remove excess files - match perl-5.32.1 distafresh12021-03-01981-71740/+84299
* Import perl-5.32.1afresh12021-03-01752-17266/+45020
* Make the unwind cache tread-safe by declaring it thread_local. Solvesotto2021-02-201-1/+1
* Recommit upstream alignment fix plus libperl version bumpafresh12021-02-204-25/+41
* Revery previous hash alignment fixafresh12021-02-163-40/+24
* Backport upstream perl 64bit hash alignment fixesafresh12021-02-163-24/+40
* Shuffle how lldb register contexts are built.mortimer2021-02-149-29/+48
* Cleanup lldb amd64 support.mortimer2021-02-134-474/+213
* When clang was changed to -fcommon, perl's P_hash_{seed,state} variablesderaadt2021-02-111-1/+2
* only amd64 & arm64 lldb work at the momentderaadt2021-02-102-2/+12
* Build and install lldb.patrick2021-02-092-4/+4
* Fix lldb.mortimer2021-02-092-14/+4
* switch clang to -fno-common by defaultnaddy2021-02-063-21/+6
* a regular function decl collides with an inline, due to C99 inline rules.deraadt2021-02-011-1/+2
* Extern dwarf2_loc_mark_labels. Fixes compiation with -fno-common.mortimer2021-01-281-1/+1
* Explicitly enable -fcommon, rather than untangle common symbols.mortimer2021-01-281-1/+2
* Switch libc++ and libc++abi to version 10.0.1.patrick2021-01-114-20/+15
* Backport fix to avoid including math.h from stdlib.h.kettenis2021-01-102-62/+63
* Re-apply our libc++ 8.0.0 patches to libc++ 10.0.1.patrick2021-01-027-12/+35
* Adjust link path for libc++ to find libc++abi to match change of Makefilepatrick2021-01-021-2/+2
* Import libc++abi 10.0.1 release.patrick2021-01-0249-0/+15495
* Import libc++ 10.0.1 release.patrick2021-01-02469-0/+220737
* Move Makefiles for libc++ and libc++abi to gnu/lib in preparation for anpatrick2021-01-025-1/+408
* Merge compiler-rt 11.0.0.patrick2021-01-027-157/+10
* Import compiler-rt 11.0.0 release.patrick2021-01-02357-3776/+10123
* Adjust local modifications to follow changes made upstream.kettenis2021-01-022-3/+3
* Re-apply our libunwind 8.0.0 patches to libunwind 11.0.0. Patches to thepatrick2021-01-0212-23/+407
* Import libunwind 11.0.0 in new LLVM directory, thus not yet linked topatrick2021-01-0233-0/+19171
* Skip leaf function optimization under some circumstances.mortimer2021-01-011-1/+110
* Fix a bug that GDB could not show the symbols of the core dump it wasasou2020-12-021-1/+35
* Implement Loongson 2F BTB bug workaround in clangvisa2020-12-018-1/+162
* Teach lld to link the macppc kernelgkoehler2020-11-291-0/+2
* Backport https://reviews.llvm.org/D75419. This adds a workaround forkettenis2020-11-212-4/+9
* Fix va_arg in C++, Objective-C on 32-bit powerpcgkoehler2020-11-201-3/+2
* Sort list of archs in alphabetical order.patrick2020-11-101-4/+4
* Do not reserve PowerPC GOT header entries when creating a relocatablekettenis2020-11-011-1/+1
* Use all 64 bits of the RETGUARD cookie on powerpc64gkoehler2020-10-181-14/+7
* Disable retguard for clang build.mortimer2020-10-121-2/+2
* Add RETGUARD implementation for powerpc and powerpc64.mortimer2020-10-129-1/+451
* Always allocate GOT header entries on powerpc.kettenis2020-10-111-0/+2
* Add minimal support for OpenBSD/powerpc64.kettenis2020-09-307-0/+748
* Don't pass the -dynamic-linker flag to ld when linking statically.millert2020-09-2311-11/+11
* Fix frame pointer slot on aarch64 for functions that do not save calleemortimer2020-09-191-12/+6
* Avoid generating a core dump during make build. The Perl configurebluhm2020-09-161-0/+1
* Disable strict floating point if not X86gkoehler2020-09-1012-0/+40
* Delete my leftover comment.gkoehler2020-08-311-1/+0
* Remove local change to fix powerpc floating-point alignmentgkoehler2020-08-142-9/+0