summaryrefslogtreecommitdiffstats
path: root/gnu
AgeCommit message (Expand)AuthorFilesLines
2017-06-21Intra-segment traps instead of nops. Similar to kernel change, furtherderaadt2-0/+2
2017-06-21Large nopsleds make it easier for ROP machinery to sloppily reach targets.deraadt1-56/+20
2017-06-21For a decade or more, we've patched gcc to make -fno-ident the default.tedu1-1/+1
2017-06-21DEPENDSFILE comes from FreeBSD, we don't have it. replace it with itsespie1-2/+2
2017-06-16mark files as BUILDFIRST, or write explicit dependencies, so that mostespie4-4/+11
2017-06-12destroy lint remnants.espie7-28/+7
2017-06-06Enable -fwrapv by default with clang to treat signed integer overflowsjsg1-1/+2
2017-06-04Replace ((2 << 31) - 1) with 0xffffffff, which is equivalent but doesn'tnaddy1-3/+3
2017-06-04Update to perl File::Path 2.13 for security fixesafresh15-240/+635
2017-06-02Synonym -Wno-cpp for -Wno-#warnings. That one is not a headache forespie1-0/+1
2017-05-31Make gcc move switch tables into .rodata instead of .text on i386/amd64stefan2-4/+4
2017-05-29openbsd does not use nonexec stack segment header hints.tedu1-1/+1
2017-05-09Enable TLS support but default to the emulatated TLS model. Enable thekettenis2-3/+2
2017-05-08gcc 4.9 makes unknown -Wno-* vanish.espie3-2/+26
2017-04-28Install a few more x86 intrinsics header files.kettenis1-4/+11
2017-04-27add support for -msave-args in gcc on amd64dlg5-12/+121
2017-04-20Install clflushoptintrin.h and move pkuintrin.h such that the list iskettenis1-2/+3
2017-04-17Take a more radical approach to disabling colours: pretend we don'tpascal6-21/+6
2017-04-17Change build infrastructure to allow building both gcc and clang. Thiskettenis3-8/+16
2017-04-16Disable colored diagnostics in LLVM's lld.patrick1-1/+1
2017-04-15Handle R_SPARC_WPLT30 relocations against a local symbol. Fixes building thekettenis1-0/+7
2017-04-14once cvs's flow-control mechanism has kicked in, stop reading fromjcs1-1/+5
2017-04-12explicitly set the ownership on installed include files as welljsg1-4/+4
2017-04-12Invoke install -d for each directory in the /usr/lib/clang hierarchyjsg1-3/+5
2017-04-10Generate and install arm_neon.h on arm and arm64.kettenis1-3/+11
2017-04-09Sync symbol lists for trap/interrupt frame detection with what ddb(4) usesguenther2-5/+22
2017-04-02Fix an out-of-bounds memory access with 64-bit armaps.visa1-1/+1
2017-03-27Do not clobber the default compiler/linker links unless COMPILER_VERSION iskettenis2-7/+12
2017-03-24Add "supported targets" in lld --help output to be compatible with whatjsg1-0/+13
2017-03-24Add "(compatible with GNU linkers)" to the lld version output to avoidjsg1-4/+20
2017-03-19Work around a problem where linker-generated symbols are not properlykettenis1-0/+6
2017-03-18Add support for -znodlopen.kettenis3-0/+4
2017-03-16Fix handling of the SVM instructions such that they accept a register askettenis1-5/+9
2017-03-14Merge LLVM 4.0.0 release.patrick7-46/+63
2017-03-14Import LLVM 4.0.0 release including clang and lld.patrick168-1872/+2760
2017-03-09Disable colored diagnostics in the clang frontend.patrick1-1/+1
2017-03-05Go back to only specifying --target when building cross.jsg1-1/+5
2017-03-04Better avoid installing versioned perl, makes perlivp happyafresh11-2/+4
2017-02-27Implement D and U modifiers to ar; with D the uid/gid/mode/time on the updatedguenther4-2/+48
2017-02-25Implement support for generating movw/movt relocations on arm in gas(1).kettenis5-11/+183
2017-02-25sync clang.1 with clang.rstjsg1-34/+57
2017-02-25Disable loop idiom recognition for _libc_memset and _libc_memcpy. These arekettenis1-0/+2
2017-02-25Fix the types used on aarch64 to match what we have in <sys/types.h>.kettenis1-1/+2
2017-02-25Make sure the .eh_frame ends with a terminator. This avoids creating akettenis1-1/+1
2017-02-23Set ELF_MAXPAGESIZE to 64k, to match lld(1). Also define ELF_MINPAGESIZE.kettenis1-1/+2
2017-02-20Skip building gdb on aarch64 there is no support for it.jsg1-1/+5
2017-02-19Add an ELF machine number to string mapping for AArch64.jsg1-0/+1
2017-02-19elf64-aarc64 -> elf64-aarch64 in TARGET_LITTLE_NAMEjsg1-1/+1
2017-02-18Correct list of perl manpages to be installedafresh11-19/+10
2017-02-16clang is installed as cc and c++ there is no need to set CC and CXX tojsg1-4/+1