freebsd-dev/contrib
Dimitry Andric b10d76f080 Import r243925 from the upstream clang release_37 branch:
Reverting r239883 and r240720:
------------------------------------------------------------------------
r239883 | echristo | 2015-06-17 00:09:32 -0700 (Wed, 17 Jun 2015) | 16 lines

Update the intel intrinsic headers to use the target attribute support.

This involved removing the conditional inclusion and replacing them
with target attributes matching the original conditional inclusion
and checks. The testcase update removes the macro checks for each
file and replaces them with usage of the __target__ attribute, e.g.:

int __attribute__((__target__(("sse3")))) foo(int a) {
  _mm_mwait(0, 0);
  return 4;
}

This usage does require the enclosing function have the requisite
__target__ attribute for inlining and code generation - also for
any macro intrinsic uses in the enclosing function. There's no change
for existing uses of the intrinsic headers.
------------------------------------------------------------------------

------------------------------------------------------------------------
r240720 | silvas | 2015-06-25 16:22:11 -0700 (Thu, 25 Jun 2015) | 6 lines

Remove `requires` for x86 CPU features.

Ever since the target attributes change, we don't need to guard these
headers with `requires`. Actually it's a bit worse, because if we do
then they are included textually under the covers, causing declarations
to appear in submodules they aren't supposed to be in.
------------------------------------------------------------------------

This reverts the changes to the intrinsics headers in trunk, which could
result in some ports' configure scripts misdetecting SSE (and higher)
support.
2015-08-18 19:03:59 +00:00
..
amd MFV r277870 2015-01-29 15:35:55 +00:00
apr Update apr-1.5.1 to 1.5.2 2015-08-09 05:14:25 +00:00
apr-util Merge apr-util 1.5.3 -> 1.5.4. A minor bug fix update. 2014-09-24 18:38:51 +00:00
atf Import proposed fix from upstream for 2015-05-21 05:06:08 +00:00
binutils In GNU as, avoid left-shifting negative integers, which is undefined. 2015-08-09 11:06:40 +00:00
bmake Update meta2deps example after i386-elf to i386 rename 2015-07-02 14:44:30 +00:00
bsnmp Fix variable 'old' is used uninitialized whenever '&&' condition is false. 2015-08-07 06:15:01 +00:00
byacc Regen test cases for yacc(1) after r274460. YYINT is int now. 2014-11-13 17:54:17 +00:00
bzip2 Remove unknown macro 2014-12-26 07:36:42 +00:00
com_err
compiler-rt Use __builtin_clzll to count the leading zero bits, the data is based on 2015-08-14 14:17:04 +00:00
dialog
diff Fix the wrong format, format specifies type 'int' but the argument has type 2015-06-01 06:14:17 +00:00
dma Fix build on i386 2014-02-21 16:14:40 +00:00
dtc Silence clang warning about extraneous parenthesis 2015-06-05 17:18:10 +00:00
ee Fix minor syntax and grammar errors in the markup of the ee(1) man page 2015-01-18 17:25:41 +00:00
elftoolchain Add ELF Tool Chain's brandelf(1) to contrib 2015-07-31 12:37:40 +00:00
expat
file MFV r284276: Fix long options. 2015-06-11 17:32:36 +00:00
flex
gcc GCC: Add a new option "-fstack-protector-strong" 2015-07-30 14:31:09 +00:00
gcclibs In gcc's libcpp, stop using the INTTYPE_MAXIMUM() macro, which relies on 2015-08-12 20:16:13 +00:00
gdb Update intree gdb/kgdb to handle 2 dwarf types: 2015-05-17 15:49:38 +00:00
gdtoa
gperf Convert texinfo to mdoc(7) using texi2mdoc 2015-03-02 11:48:00 +00:00
groff Significant upgrades to sa(4) and mt(1). 2015-02-23 21:59:30 +00:00
hyperv/tools Test errno against EEXIST as well. 2014-11-11 16:49:33 +00:00
ipfilter ipf(1): Use strchr(3) instead of deprecated index(3) 2015-05-22 18:31:26 +00:00
jemalloc Add aarch64 (arm64) #define for jemalloc 2015-03-12 08:52:00 +00:00
ldns Add a script that runs configure for both ldns and drill. 2015-04-27 12:02:16 +00:00
ldns-host
less
libarchive MFV r285970: 2015-07-28 18:41:28 +00:00
libbegemot
libc-pwcache
libc-vis Merge from NetBSD: 2014-09-08 19:26:21 +00:00
libc++ Pull in r233552 from upstream libc++ trunk (by Eric Fiselier): 2015-03-30 19:36:33 +00:00
libcxxrt Update libcxxrt upgrade instructions 2015-06-18 14:29:46 +00:00
libexecinfo libexecinfo: Include terminating null in byte count 2013-11-21 14:12:36 +00:00
libgnuregex
libpcap MFV r276759: libpcap 1.6.2. 2015-01-06 22:29:12 +00:00
libreadline Quiesce warning about unused argument in call to rl_message() by wrapping 2013-11-04 16:52:27 +00:00
libstdc++ Fix EABI unwind function declarations to match the function definitions. 2014-07-22 20:32:24 +00:00
libucl Update libucl to git version 8d3b186 2015-03-02 21:41:09 +00:00
libxo Unbreak libxo's handling of characters not representable in current locale 2015-06-13 15:14:39 +00:00
llvm Import r243925 from the upstream clang release_37 branch: 2015-08-18 19:03:59 +00:00
mdocml Replace the gunzip(1) system by a minimalistic zlib based implementation. 2015-06-03 13:32:28 +00:00
mknod
mtree Import in latest mtree from NetBSD to fix a bug in parsing group files 2014-10-28 17:52:26 +00:00
ncurses Workaround a GCC warning to unbreak ARM build. 2014-03-03 08:01:36 +00:00
netbsd-tests Fix and re-enable UTF-8 tests. 2015-08-11 21:59:36 +00:00
netcat MFV r282611: netcat from OpenBSD 5.7. 2015-05-07 22:54:31 +00:00
ngatm
ntp MFV ntp-4.2.8p3 (r284990). 2015-07-05 15:42:16 +00:00
nvi Update nvi to 2.1.3 which fixes the data corruption when locale conversion 2015-04-10 17:50:28 +00:00
ofed Define BINDIR for some test utilities. 2015-03-19 15:55:02 +00:00
one-true-awk awk: Use random(3) instead of rand(3) 2014-09-19 18:24:02 +00:00
openbsm Fix descriptors leak. 2014-09-14 09:26:33 +00:00
openpam Apply changeset 854 from upstream openpam (by Dag-Erling Smørgrav): 2015-01-28 18:13:52 +00:00
openresolv MFV r225523, r282431: 2015-05-04 21:07:20 +00:00
opie Last '/' for program name, not first one 2014-08-11 14:46:09 +00:00
pam_modules/pam_passwdqc
pf Fix a couple of missing lines that obscured the -p description. 2015-06-28 20:53:36 +00:00
pjdfstest Fix race when testing for ETXTBSY writing to ${n0} (process image) by making 2015-04-16 03:35:47 +00:00
pnpinfo
sendmail Reminder to check tools/build/mk/OptionalObsoleteFiles.inc on new 2015-08-07 04:58:35 +00:00
serf Update serf from 1.3.7 to 1.3.8. Mostly disables sslv2 and sslv3. 2015-08-09 05:16:14 +00:00
smbfs Remove the const qualifier from iconv(3) to comply with POSIX: 2015-04-15 09:09:20 +00:00
sqlite3 Update the private sqlite3 from 3.8.9 to 3.8.11.1 (used by svnlite and 2015-08-09 05:44:57 +00:00
subversion Update svnlite from 1.8.10 to 1.8.14. This is mostly for client-side bug 2015-08-09 05:22:53 +00:00
tcp_wrappers tcpd.h: add prototype for hosts_ctl 2014-10-11 18:54:37 +00:00
tcpdump MFV r285292: 2015-07-08 23:57:58 +00:00
tcsh
telnet Add baud rate support to telnet(1) 2014-11-11 04:06:05 +00:00
tnftp [SA-14:25] Fix kernel stack disclosure in setlogin(2) / getlogin(2). 2014-11-04 23:29:29 +00:00
top Move contrib/top/top.X to contrib/top/top.xs and move 2015-06-08 19:45:24 +00:00
traceroute The code starts with base + 1 as the first port. Fix to documentation 2015-05-31 12:18:30 +00:00
tzcode Revert WiP to contrib/tzcode accidentally committed with r274364 2014-11-11 04:07:41 +00:00
tzdata MFV of 286748,tzdata2015f 2015-08-13 23:57:44 +00:00
unbound Upgrade Unbound to 1.5.3. 2015-04-27 12:06:13 +00:00
unvis
vis Import NetBSD vis(1) mandoc fixes 2015-01-03 23:16:13 +00:00
wpa Merge wpa_supplicant/hostapd 2.4. 2015-04-21 01:45:11 +00:00
xz MFV r281278: 2015-04-09 18:03:27 +00:00