1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/contrib
Ed Schouten 6306ff32fd Pull in r183033 and r183036 from LLVM trunk:
Add support for optimized (non-generic) atomic libcalls.

  For integer types of sizes 1, 2, 4 and 8, libcompiler-rt (and libgcc)
  provide atomic functions that pass parameters by value and return
  results directly.

  libgcc and libcompiler-rt only provide optimized libcalls for
  __atomic_fetch_*, as generic libcalls on non-integer types would make
  little sense. This means that we can finally make __atomic_fetch_*
  work
  on architectures for which we don't provide these operations as
  builtins
  (e.g. ARM).

  This should fix the dreaded "cannot compile this atomic library call
  yet" error that would pop up once every while.

This should make it possible for me to get C11 atomics working on all of
our platforms.
2013-06-01 08:07:09 +00:00
..
amd
atf Modify atf::fs::path::get_process_helpers_path API to properly 2013-05-29 19:41:36 +00:00
bind9 Update to 9.8.4-P2 2013-03-27 10:11:43 +00:00
binutils Improve compatibility with recent flex from flex.sourceforge.net. 2013-05-03 23:51:32 +00:00
bmake Sync with upstream version (20130520) that includes same fixes made last week. 2013-05-20 22:51:11 +00:00
bsnmp Register OID for HAST module. 2013-05-08 20:04:32 +00:00
byacc Update byacc to 20130304 2013-05-30 16:16:28 +00:00
bzip2
com_err
compiler-rt
cvs
dialog
diff
dtc
ee
expat Update base system libexpat to 2.1.0. 2013-02-26 00:58:44 +00:00
file
flex Enable GNU m4 compatibility mode. 2013-05-21 19:23:49 +00:00
gcc GCC: bring back experimental support for amdfam10/barcelona CPUs. 2013-06-01 01:02:24 +00:00
gcclibs Add support for "d" floating-point suffix, as defined by draft N1312 2013-05-12 15:29:35 +00:00
gdb Fix the value of NT_FREEBSD_TAG to be the same as ABI_NOTRTYPE in lib/csu. 2013-04-18 02:20:58 +00:00
gdtoa
gperf
groff
ipfilter
jemalloc Make the malloc(3) family of functions weak and make their non-weak 2013-05-25 18:59:11 +00:00
ldns Clean up the ntop / pton code. Part of a patch which has been submitted 2013-04-13 22:44:48 +00:00
less Revert files with no local changes to their vendor state to ease future 2013-05-31 00:31:45 +00:00
libarchive Fix return type of extattr_set_* and fix rmextattr(8) utility. 2013-04-02 05:30:41 +00:00
libbegemot
libc-pwcache
libc-vis Update to the latest (un)vis(3) sources from NetBSD. This adds 2013-03-14 23:51:47 +00:00
libc++ Fix warnings from newer clang versions about constexpr member functions 2013-05-28 20:11:28 +00:00
libcxxrt Merge libcxxrt c812a07cd2f95c1403baf0bbe0366e7618d1d6d3: 2013-04-27 19:26:56 +00:00
libpcap MFV: libpcap 1.4.0. 2013-05-30 08:02:00 +00:00
libreadline
libstdc++
libyaml Import libyaml as libbsdyml (private brand name) 2013-03-04 11:27:41 +00:00
llvm Pull in r183033 and r183036 from LLVM trunk: 2013-06-01 08:07:09 +00:00
lukemftpd
mdocml
mknod
mtree Import a new version of NetBSD's mtree. 2013-04-09 06:50:11 +00:00
ncurses
netcat Reflect version update. 2013-04-15 18:35:09 +00:00
ngatm
ntp
nvi Rename O_DIRECTORY to O_TMP_DIRECTORY to avoid shadowing the fcntl.h 2013-05-15 18:41:49 +00:00
ofed
one-true-awk
openbsm Work around build breakages with GCC 4.2. 2013-05-23 05:42:35 +00:00
openpam Backport upstream r684 (OPENPAM_DEBUG enables debugging macros but does 2013-04-14 16:49:27 +00:00
openresolv
opie In contrib/opie/opiekey.c, use the correct length to zero the secret. 2013-02-16 12:45:57 +00:00
pam_modules/pam_passwdqc
pf
pnpinfo
sendmail Update for sendmail 8.14.7 2013-04-21 17:09:51 +00:00
smbfs Completely rewrite the interface to smbdev switching from dev_clone 2013-05-04 14:03:18 +00:00
tcp_wrappers
tcpdump MFV: Redo the fixup using the submitted version accepted by upstream. 2013-05-31 22:55:23 +00:00
tcsh
telnet Fix "automatic" login, broken by revision 69825 (12 years, 5 months ago). 2013-05-31 17:30:12 +00:00
texinfo
tnftp
top
traceroute
tzcode
tzdata Merge of vendor of 249690, tzdata2013c 2013-04-20 11:42:10 +00:00
unbound Upgrade to 1.4.20. 2013-04-05 09:51:31 +00:00
unvis Replace our (un)vis(1) commands with implementations from NetBSD to 2013-03-15 00:05:50 +00:00
vis Replace our (un)vis(1) commands with implementations from NetBSD to 2013-03-15 00:05:50 +00:00
wpa Import change 40eebf235370b6fe6353784ccf01ab92eed062a5 from upstream wpa: 2013-02-16 12:52:40 +00:00
xz