summaryrefslogtreecommitdiffstats
path: root/gnu
AgeCommit message (Expand)AuthorFilesLines
2020-04-05Define the appropriate __GCC_HAVE_SYNC_COMPARE_AND_SWAP_* symbols like allkettenis1-0/+5
2020-04-04Fix "small pic" secure plt support.kettenis3-8/+12
2020-03-06Update perl Term::ReadKey to 2.38afresh115-599/+698
2020-03-04crank major versions of libLLVM libc++ libc++abigkoehler1-1/+1
2020-03-04Switch powerpc clang to -msvr4-struct-return, like gcc.gkoehler4-9/+103
2020-01-03avoid build race condition: our make has an "expensive job" heuristicespie1-3/+7
2019-12-30Apply pre-built unicore patch, remove excess files - perl-5.30.1afresh1526-90419/+129055
2019-12-30Apply local patches, remove excess files - perl-5.30.1afresh153-582/+452
2019-12-30Fix merge issues, remove excess files - match perl-5.30.1 distafresh1897-222432/+115549
2019-12-30Import perl-5.30.1afresh1381-10244/+29224
2019-12-23Teach gdb that the trap frame should be used for alltraps_kern_meltdown().yasuoka1-0/+1
2019-12-21a few depend:-related thingies that were still in.espie8-30/+8
2019-12-21Add arm64 support for lldb.mortimer4-1/+652
2019-12-17not renaming those temp files should be fatalespie2-2/+10
2019-12-06Like Targets.def include AMDGPU lines in generated .def files forjsg1-4/+7
2019-11-29Sort relative relocations (and relocations against the same symbol) by offsetguenther1-1/+8
2019-11-27In lldb, use a OpenBSD signal map instead of leveraging the FreeBSD one.mortimer5-2/+56
2019-11-26Revert previous "honour DEBUG", otherwise clang uses -g resulting in hugesthen1-1/+2
2019-11-26Add bits to allow lldb to find lldb-server.mortimer4-0/+28
2019-11-26Do not process 0 size DT_PLTRELSZ sections.mortimer1-1/+3
2019-11-25Honour DEBUGkn1-2/+1
2019-11-10Cope with missing PT_* operations on some architecturesderaadt2-0/+20
2019-11-09Move the hashed __retguard_* symbols into individual sections and markguenther1-3/+5
2019-11-09Add lldb support for debugging running binaries on amd64.mortimer32-64/+2432
2019-11-08Silence the compiler on 64bits archs where sizeof(void *) != sizeof(int).mpi1-1/+1
2019-10-25Add retguard for octeon/mips64.mortimer10-4/+444
2019-10-21Fix backtrace across signals on amd64kurt1-13/+23
2019-09-28Make clang emit the proper path to our libcompiler_rt.a when asked to.patrick2-0/+12
2019-09-01Update clang build infrastructure for LLVM 8.0.1.patrick6-14/+14
2019-09-01Merge LLVM 8.0.1 release.patrick8-20/+33
2019-09-01Import LLVM 8.0.1 release including clang, lld and lldb.patrick59-337/+484
2019-08-12Ensure stack protector slot access is resolved by PEI.mortimer1-0/+4
2019-08-11Various fixes to make this compile with clang on powerpc.kettenis7-13/+19
2019-08-01The GlobalISel IRTranslator pass assumes that it is safe to use themortimer1-1/+2
2019-07-28Address a few issues in the expansion of li.d and li.s:visa1-8/+15
2019-07-24Remove extra =back from OpenBSD::Pledge PODafresh11-3/+1
2019-07-14Install OpenBSD::Unveil.3p manpageafresh11-0/+1
2019-07-11Compile clang with -fomit-frame-pointer on mips64. This releases thevisa1-1/+6
2019-07-10Put OpenBSD::Unveil in perl MANIFESTafresh11-0/+3
2019-07-09Add OpenBSD::Unveil, a perl interface to unveil(2)afresh13-0/+285
2019-07-08Fix instruction guard. This prevents the compiler from usingvisa1-1/+1
2019-07-06Fix Makemaker manpage section detectionafresh11-2/+19
2019-07-01Implement the 'h' register constraint on mips64. This lets clang buildvisa2-0/+9
2019-06-26In LLVM 8 somebody had the glorious idea to enable the integrated assemblerclaudio1-1/+1
2019-06-24Implement .cplocal directive. Needed when building libcrypto.visa3-25/+68
2019-06-24Implement SGE pseudo-instructions. Needed when building libcrypto.visa3-0/+99
2019-06-24Fix a bug in memory operand handling. If a load or store uses a symbolvisa1-0/+4
2019-06-24The -nopie flag has already been pushed a few lines before,patrick1-3/+2
2019-06-23Re-add files that were previously removed but are now part of LLVM 8.0.0.patrick1-0/+79
2019-06-23Update clang build infrastructure for LLVM 8.0.0.patrick62-152/+259