History log of /freebsd-10-stable/tools/build/mk/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
343685 02-Feb-2019 avos

MFC r343502:
Remove RADIUS-related files when WITHOUT_RADIUS_SUPPORT=true is set
in src.conf(5)

PR: 234041

322096 05-Aug-2017 marius

MFC: r274394, r274399, r307802

- Default `bsdconfig timezone' and `tzsetup' to `-s' in a VM.
- Hide dialog specific code behind HAVE_DIALOG. It allows to build a
stripped down version (missing the dialog UI) but perfectly function
tzsetup when world is built WITHOUT_DIALOG.

322094 05-Aug-2017 marius

MFC: r306375

Add a WITHOUT_DIALOG src.conf(5) knob.

It also turns off dependencies (bsdinstall, bsdconfig, dpv, tzsetup).

321245 19-Jul-2017 ngie

MFC r269550:
r269550 (by peter):

Check gethostname(2) return code - but even if it succeeds it may not
null terminate.

Temporarily use "From: $user@$hostname" rather than "From: $user".
The latter exposes incompatible behavior if using dma(8). sendmail(8)
(and other alternatives) canonify either form on submission (even
if masquerading), but dma will leak a non-compliant address to
the internet.

321130 18-Jul-2017 ngie

MFC r268030,r268793,r303212,r319642,r319830:

r268030 (by eadler):

chown: add a test

Add a test for the chown utility. This sets up chown(8) to be capable of being
tested. As such, only add one test for now as an example.

r268793 (by eadler):

chown: Fix chown test number

r303212 (by bdrewery):

Move chown tests to proper path

r319642:

Add some basic tests for chmod(1)

r319830:

Add more simple positive tests for chown(1)

The tests are largely symmetric with the tests for chmod(1)--added in r319642.

Remove chown-f_test (added in r268030) since the test coverage is now being
provided by `chown_test`.

320229 22-Jun-2017 ngie

Revert r320222,r320223,r320224

The committed changes (reverted after this commit) break POLA on
a stable branch.

Requested by: jhb

320222 22-Jun-2017 ngie

MFC r308139,r308157,r308160,r316818,r318250,r318443:

r308139 (by bapt):

cron(8): add support for /etc/cron.d and /usr/local/etc/cron.d

For automation tools it is way easier to maintain files in directories rather
than modifying /etc/crontab.

The files in those directories are in the same format as /etc/crontab

Relnotes: yes

r308157 (by bapt):

Fix typo in cron(8) date

r308160 (by bapt):

syslogd(8): add an 'include' keyword

All the '.conf' files not beginning with a '.' contained int he directory
following the keyword will be included.

This keyword can only be used in the first level configuration files.

Modify the default syslogd.conf to 'include' /etc/syslog.d and
/usr/local/etc/syslog.d

It simplify a lot handling of syslog from automation tools.

Relnotes: yes

r316818:

Conditionally install /etc/pam.d/ftp* and /etc/pam.d/telnetd

/etc/pam.d/ftp* should be installed with MK_FTP != no and
/etc/pam.d/telnetd should be installed when MK_TELNET != no.

r318250:

Handle the logfiles in newsyslog and syslogd conditionally, based on
src.conf(5) knobs

This will allow consumers of FreeBSD to use the unmodified configuration
files out of the box more than previously.

Both newsyslog.conf and syslog.conf:
- /var/log/lpd-errs (MK_LPR != no)
- /var/log/ppp.log (MK_PPP != no)
- /var/log/xferlog (MK_FTP != no)

newsyslog.conf:
- /var/log/amd.log (MK_AMD != no)
- /var/log/pflog (MK_PF != no)
- /var/log/sendmail.st (MK_SENDMAIL != no)

r318443:

Conditionally handle the crontab entry for atrun(8)

The default crontab prior to this commit assumes atrun(8) is always
present, which isn't true if MK_AT == no. Move atrun(8) execution
from /etc/crontab to /etc/cron.d/at, and base /etc/cron.d/at's installation
on MK_AT. cron(8) will detect /etc/cron.d/at's presence when the configuration
is loaded and run atrun every 5 minutes like it would prior to this commit.

SHELL and PATH are duplicated between /etc/crontab and /etc/cron.d/at
because atrun(8) executes programs, which may rely on environment
set in the current default /etc/crontab.

Noted by: bdrewery (in an internal review)
Relnotes: yes (may need to add environmental modifications to
/etc/cron.d/at)

319381 01-Jun-2017 ngie

MFC r318177:

Unconditionally install udp(4) and udplite(4) again

I added this to the MK_USB != no block in error in r278202.

318949 26-May-2017 gjb

MFC r318748:
Honor WITHOUT_TFTP for check-old* and delete-old* targets.

PR: 217949
Sponsored by: The FreeBSD Foundation

316046 27-Mar-2017 ngie

MFC r314245:

Fill MK_LIBTHR as far as lib/libthr is concerned

There are other areas of the tree that will need to be evaluated for sanity
if they're supposed to be conditionally compiled out of the build/install,
like libzpool

Relnotes: yes (this might break someone's system if have the knob set)

315661 21-Mar-2017 ngie

MFC r314241,r315228:

r314241:

Fill in MK_RESCUE by finding paths in ${DESTDIR}/rescue and adding
them to OLD_FILES/OLD_DIRS, as necessary.

r315228:

Redirect standard error from find /rescue to /dev/null

This mutes noise from find when /rescue doesn't exist.

315356 16-Mar-2017 ngie

MFC r315113:

Conditionally compile [additional] programs into rescue(8) if requested

Trivial oversight missed in r314240 cleanup because I enable these knobs on
my test machines.

MK_INET6_SUPPORT - rtsol
MK_NETCAT - nc

315353 16-Mar-2017 ngie

MFC r315111:

Remove /rescue/iscsictl and /rescue/iscsid if MK_ISCSI == no

315351 16-Mar-2017 ngie

MFC r315114:

Remove /rescue/zdb if MK_ZFS == no

Missed in r202452.

315110 12-Mar-2017 ngie

MFC r314240:

Conditionally compile certain programs into rescue(8) if requested

MK_CCD - ccdconfig
MK_ROUTED - routed, rtquery

314824 07-Mar-2017 ngie

MFC r314242:

Remove MK_CRYPT stub

It doesn't directly control what gets installed today; it indirectly
pulls other knobs (like MK_KERBEROS, etc).

314597 03-Mar-2017 des

MFH (r278120): add missing ssh-related files

PR: 193980
Submitted by: mcdouga9@egr.msu.edu

314368 28-Feb-2017 ngie

MFC r314244:

Remove MK_OBJC block

It is no longer represented via src.conf(5)

311214 04-Jan-2017 ngie

MFstable/11 r311212:

MFC r310665:

Only build/install usr.sbin/bsnmpd/modules/snmp_hast if MK_HAST != no

311211 04-Jan-2017 ngie

MFstable/11 r311209:

MFC r310664:

Only build/install usr.sbin/bsnmpd/modules/snmp_wlan if MK_WIRELESS != no

311208 04-Jan-2017 ngie

MFstable/11 r311207:

MFC r310099,r311000,r311002:

r311000:

Fix spelling errors

r311002:

Install bsnmpclient(3) as snmp_client_{init,set_host,set_port}(3)

310915 31-Dec-2016 ngie

MFstable/11 r310897:

MFC r310728:

Install {asn1,bsnmpagent,bsnmpclient,bsnmplib}.3 as all of the APIs
they document

Also, alphabetically sort MAN

310914 31-Dec-2016 ngie

MFstable/11 r310896:

MFC r310654:

Install snmpmod.3 as all of the bsnmpd APIs it documents

310127 15-Dec-2016 ngie

MFstable/11 r310126:

MFC r309602:

Remove svn[lite]{bench,fsfs} if either MK_SVN == no or MK_SVNLITE == no

308244 03-Nov-2016 avg

MFC r307182,307191,307192: rc.d/zfsbe: new script designed for BE support

303694 03-Aug-2016 ngie

MFC r302330:

Remove ftp(1) related files when MK_FTP == no

301626 08-Jun-2016 ngie

MFC r300938:

Remove the sa(8) tests if MK_ACCT == no when "make delete-old" is run

sa(8) is conditionally installed based on MK_ACCT != no today

301625 08-Jun-2016 ngie

MFC r300937:

Remove the etcupdate tests if MK_RCS == no when "make delete-old" is run

etcupdate is conditionally installed based on MK_RCS != no today

301623 08-Jun-2016 ngie

MFC r300936:

Remove the calendar tests if MK_CALENDAR == no when "make delete-old"
is run

301612 08-Jun-2016 ngie

MFC r299839,r299840,r299841:

r299839:

Make FILESYSTEMS, dumpon, and var not depend on zfs and zvol

Make zfs and zvol come before all of the items that depended on them
previously

r299840:

Conditionalize etc/rc.d/{zfs,zvol} install on MK_ZFS != no

r299841:

Remove etc/rc.d/{zfs,zvol} if MK_ZFS != no

299643 13-May-2016 ngie

MFC r299162,r299163:

r299162:

Only install NIS section 8 manpages if MK_NIS != no

r299163:

Fix r299162

share/man/man8/Makefile:
- Add src.opts.mk so MK_NIS can be tested
- Fix typo in MK_NIS conditional

tools/build/mk/OptionalObsoleteFiles.inc:
- Remove WIP diff from ^/user/ngie/detangle-rc

295690 17-Feb-2016 des

MFH (r295533): remove broken unbound-control-setup script

Approved by: re (glebius)
Relnotes: yes

294772 26-Jan-2016 ngie

MFC r286652:
r286652 (by jmmv):

Mark usr/include/c++/v1/tr1 as obsolete

The directory usr/include/c++/v1 was marked as obsolete but its tr1 subdir
was not, resulting in a removal error in delete-old.

294770 26-Jan-2016 ngie

MFC r278047:

PR: 206622
Sponsored by: EMC / Isilon Storage Division

r278047 (by amdmi3):

- Remove more files when MK_BSNMP == no

293932 14-Jan-2016 garga

MFC r293357:

Obsolete inetd related files when WITHOUT_INETD is set

Reviewed by: bapt
Approved by: gnn
Sponsored by: Rubiconn Communications (Netgate)
Differential Revision: https://reviews.freebsd.org/D4742

292548 21-Dec-2015 emaste

MFC r292355: Remove lldb(1) files if WITHOUT_LLDB is set

Sponsored by: The FreeBSD Foundation

292280 15-Dec-2015 ngie

MFC r271401:
r271401 (by asomers):

Conditionalize build of etcupdate(8) on MK_RCS. Since etcupdate calls
merge(1), which is part of the RCS package, it must not be installed if
WITHOUT_RCS update is set. Otherwise, it will produce confusing errors.

CR: https://reviews.freebsd.org/D691
Sponsored by: Spectra Logic

291604 01-Dec-2015 ngie

MFC r269902,r270101:

r269902:

Convert bin/sh/tests to ATF

The new code uses a "test discovery mechanism" to determine
what tests are available for execution

The test shell can be specified via:

kyua test -v test_suites.FreeBSD.bin.sh.test_shell=/path/to/test/sh

Sponsored by: EMC / Isilon Storage Division
Approved by: jmmv (mentor)
Reviewed by: jilles (maintainer)

r270101 (by jilles):

sh: Don't hardcode relative paths in the tests stderr files.

These paths have had to be adjusted to changes in the testsuite runner
several times, so modify the tests to remove the need for such adjustment.

A cp in functional_test.sh is now unneeded, but this matters little in
performance.

290879 15-Nov-2015 ngie

MFC r290659,r290660:

r290659:

- Move ng_bluetooth.4 under MK_BLUETOOTH != no
- Move all section 5 bluetooth manpages under MK_BLUETOOTH != no

PR: 193260
Reported by: Philippe Michel <philippe.michel7@sfr.fr>
Sponsored by: EMC / Isilon Storage Division

r290660:

Move the MK_BLUETOOTH block down below the architecture specific sections by the
other generic options

PR: 193260
Sponsored by: EMC / Isilon Storage Divisions

290579 09-Nov-2015 ngie

MFC r289903:

Add libvmmapi to OptionalObsoleteFiles.inc when MK_BHYVE == no

Sponsored by: EMC / Isilon Storage Division

289962 25-Oct-2015 ngie

MFC r288057:

Delete /etc/autofs/special_noauto when MK_AUTOFS == no

289813 23-Oct-2015 avg

MFC r288339: remove unused sgsmsg utility (originally imported from opensolaris)

286636 11-Aug-2015 garga

MFC 256710:

Add lot of missed files and dirs

Approved by: loos
Sponsored by: Netgate

286634 11-Aug-2015 garga

MFC r286451:

Add missing files to sendmail obsolete files list

Approved by: gshapiro
Sponsored by: Netgate
Differential Revision: https://reviews.freebsd.org/D3302

280422 24-Mar-2015 ngie

MFC r271893,r271895,r272043,r278249,r278282,r278466:

r271893:

Don't install /etc/rc.d/rwho unless MK_RCMDS == yes

Sponsored by: EMC / Isilon Storage Division

r271895:

Don't install /etc/rc.d/ftp-proxy unless MK_PF == yes

Sponsored by: EMC / Isilon Storage Division

r272043:

Don't install /etc/rc.d/keyserv unless MK_OPENSSL == yes

Sponsored by: EMC / Isilon Storage Division

r278249:

Honor the following flags with the following rc.d scripts for services that can
be easily decoupled from the boot process without disrupting other services

- MK_APM && MK_ACPI: powerd
- MK_BOOTPARAMD: bootparams
- MK_FTP: ftpd
- MK_INETD: inetd
- MK_LEGACY_CONSOLE: moused, syscons
- MK_MAIL: othermta
- MK_NS_CACHING: nscd
- MK_NTP: ntpd (ntpdate is required by other services and can't be easily
conditionalized -- yet..)
- MK_ROUTED: routed
- MK_SENDMAIL: sendmail
- MK_TIMED: timed
- MK_VI: virecover

Sponsored by: EMC / Isilon Storage Division

r278282:

Use FILES+= idiom instead of _inetd when referencing inetd rc.d script

This was a discrepancy between ^/projects/building-blocks and ^/head that I
didn't resolve before committing the change to ^/head

Pointyhat to: me
Reported by: jhb
Sponsored by: EMC / Isilon Storage Division

r278466:

Remove explicit routing/sendmail rc.d inclusion in FILES

Reported by: Guy Yur <guyyur@gmail.com>
Sponsored by: EMC / Isilon Storage Division

280419 24-Mar-2015 ngie

MFC r278135,r278202:

r278135 (by amdmi3):

- Remove more files when MK_USB == no

Reviewed by: ngie
Approved by: ngie
Differential Revision: D1600

r278202:

Clean up more usb related files when MK_USB == no when dealing with
manpages, libraries, and binaries

Sponsored by: EMC / Isilon Storage Division

278717 13-Feb-2015 ngie

MFC r277678:

r277678:

Add MK_CCD knob for building and installing ccd(4), ccdconfig, etc

Sponsored by: EMC / Isilon Storage Division

278713 13-Feb-2015 ngie

MFC r277677:

r277677:

Add MK_BSDINSTALL knob for building and installing bsdinstall

Sponsored by: EMC / Isilon Storage Division

278710 13-Feb-2015 ngie

MFC r277676:

r277676:

Add MK_TALK knob for building the talk and talkd

Sponsored by: EMC / Isilon Storage Division

278574 11-Feb-2015 ngie

MFC r277736:

r277736:

Honor MK_ACCT with etc/rc.d/accounting

Sponsored by: EMC / Isilon Storage Division

278570 11-Feb-2015 ngie

MFC r277741:

r277741:

Respect MK_KERBEROS with etc/rc.d/ipropd_master and etc/rc.d/ipropd_slave

Sponsored by: EMC / Isilon Storage Division

278558 11-Feb-2015 ngie

MFC r277728:

r277728:

Add MK_AUTOFS knob for building and installing autofs(4), et al

Sponsored by: EMC / Isilon Storage Division

278557 11-Feb-2015 ngie

MFC r277727:

r277727:

Add MK_BHYVE knob for building and installing bhyve(4), et al

Sponsored by: EMC / Isilon Storage Division

278556 11-Feb-2015 ngie

MFC r277725:

r277725:

Add MK_HAST knob for building and installing hastd(8), et al

Sponsored by: EMC / Isilon Storage Division

278555 11-Feb-2015 ngie

MFC r277675,r277726,r278070:

r277675:

Add MK_ISCSI knob for building the iscsi initiator, iscsi daemon, kernel
modules, etc

Sponsored by: EMC / Isilon Storage Division

r277726:

Build sbin/iscontrol again if MK_ISCSI != no

Pointyhat to: me

r278070:

Remove duplicate MK_ISCSI block and sort the conditional blocks so this error
won't crop up again in the future

Reported by: gjb

278554 11-Feb-2015 ngie

MFC r277663:

r277663:

Add MK_EE knob to control installing edit, ee, etc

Sponsored by: EMC / Isilon Storage Division

278246 05-Feb-2015 ngie

MFC r277730:

r277730:

Honor MK_ACPI in etc/devd and etc/rc.d

Sponsored by: EMC / Isilon Storage Division

278244 05-Feb-2015 ngie

MFC r270028:

r270028:

Make the USB and ZFS devd configuration files optional depending on the
values of MK_USB/MK_ZFS

Making zfs.conf optional resolves PR # 186971

PR: 186971
Phabric: D606
Approved by: jmmv (mentor)
Sponsored by: EMC / Isilon Storage Division

278242 05-Feb-2015 ngie

MFC r277740,r278053:

r277740:

Honor MK_WIRELESS with etc/rc.d/hostapd and etc/rc.d/wpa_supplicant

Sponsored by: EMC / Isilon Storage Division

r278053:

Remove hostapd and wpa_supplicant from FILES so they're installed conditionally
if MK_WIRELESS != no

278191 04-Feb-2015 ngie

MFC r277733:

r277733:

Honor MK_AMD with etc/rc.d/amd

Sponsored by: EMC / Isilon Storage Division

278190 04-Feb-2015 ngie

MFC r277732:

r277732:

Honor MK_API in etc/rc.d

Sponsored by: EMC / Isilon Storage Division

278188 04-Feb-2015 ngie

MFC r277731,r277734:

r277731:

Honor MK_LPR with etc/rc.d/lpd

Sponsored by: EMC / Isilon Storage Division

r277734:

Remove explicit inclusion of lpd from FILES

Sponsored by: EMC / Isilon Storage Division

278186 04-Feb-2015 ngie

MFC r277738:

r277738:

Honor MK_BLUETOOTH with etc/defaults/bluetooth.device.conf

Sponsored by: EMC / Isilon Storage Division

278185 04-Feb-2015 ngie

MFC r277739:

r277739:

Honor MK_JAIL with etc/rc.d/jail

Sponsored by: EMC / Isilon Storage Division

278068 02-Feb-2015 ngie

MFC r277686,r277687:

r277686:

Install bsnmp rc.d script if MK_BSNMP != no

Sponsored by: EMC / Isilon Storage Division

r277687:

Fill in entries for MK_BSNMP == no

Sponsored by: EMC / Isilon Storage Division

278065 02-Feb-2015 ngie

MFC r277685:

r277685:

Fill in some dtrace entries when MK_CDDL == no

Sponsored by: EMC / Isilon Storage Division

277457 20-Jan-2015 ngie

MFC r275907:

r275907 (by ngie):

Fix building/installing tests when TESTSBASE != /usr/tests

The work in r258233 hardcoded the assumption that tests was the last component
of the tests tree by pushing tests as an explicit prefix for the paths in
BSD.tests.dist and /usr was the prefix for all tests, per BSD.usr.dist and all
of the mtree calls used in Makefile.inc1. This assumption breaks if/when one
provides a custom TESTSBASE "prefix", e.g. TESTSBASE=/mytests .

One thing that r258233 did properly though was remove "/usr/tests" creation
from BSD.usr.dist -- that should have not been there in the first place. That
was an "oops" on my part for the work that was originally committed in r241823

Phabric: D1301
Reviewed by: imp
Sponsored by: EMC / Isilon Storage Division

275988 21-Dec-2014 ngie

MFC r273929:

r273929 (by jmmv):

MFV: Import atf-0.21.


/freebsd-10-stable/ObsoleteFiles.inc
/freebsd-10-stable/contrib/atf/FREEBSD-Xlist
/freebsd-10-stable/contrib/atf/NEWS
/freebsd-10-stable/contrib/atf/atf-c++.hpp
/freebsd-10-stable/contrib/atf/atf-c++/Kyuafile
/freebsd-10-stable/contrib/atf/atf-c++/atf-c++.3
/freebsd-10-stable/contrib/atf/atf-c++/atf_c++_test.cpp
/freebsd-10-stable/contrib/atf/atf-c++/build.cpp
/freebsd-10-stable/contrib/atf/atf-c++/build.hpp
/freebsd-10-stable/contrib/atf/atf-c++/build_test.cpp
/freebsd-10-stable/contrib/atf/atf-c++/check.cpp
/freebsd-10-stable/contrib/atf/atf-c++/check.hpp
/freebsd-10-stable/contrib/atf/atf-c++/check_test.cpp
/freebsd-10-stable/contrib/atf/atf-c++/config.cpp
/freebsd-10-stable/contrib/atf/atf-c++/config.hpp
/freebsd-10-stable/contrib/atf/atf-c++/config_test.cpp
/freebsd-10-stable/contrib/atf/atf-c++/detail/Kyuafile
/freebsd-10-stable/contrib/atf/atf-c++/detail/application.cpp
/freebsd-10-stable/contrib/atf/atf-c++/detail/application.hpp
/freebsd-10-stable/contrib/atf/atf-c++/detail/application_test.cpp
/freebsd-10-stable/contrib/atf/atf-c++/detail/auto_array.hpp
/freebsd-10-stable/contrib/atf/atf-c++/detail/auto_array_test.cpp
/freebsd-10-stable/contrib/atf/atf-c++/detail/env.cpp
/freebsd-10-stable/contrib/atf/atf-c++/detail/env.hpp
/freebsd-10-stable/contrib/atf/atf-c++/detail/env_test.cpp
/freebsd-10-stable/contrib/atf/atf-c++/detail/exceptions.cpp
/freebsd-10-stable/contrib/atf/atf-c++/detail/exceptions.hpp
/freebsd-10-stable/contrib/atf/atf-c++/detail/exceptions_test.cpp
/freebsd-10-stable/contrib/atf/atf-c++/detail/fs.cpp
/freebsd-10-stable/contrib/atf/atf-c++/detail/fs.hpp
/freebsd-10-stable/contrib/atf/atf-c++/detail/fs_test.cpp
/freebsd-10-stable/contrib/atf/atf-c++/detail/process.cpp
/freebsd-10-stable/contrib/atf/atf-c++/detail/process.hpp
/freebsd-10-stable/contrib/atf/atf-c++/detail/process_test.cpp
/freebsd-10-stable/contrib/atf/atf-c++/detail/sanity.hpp
/freebsd-10-stable/contrib/atf/atf-c++/detail/sanity_test.cpp
/freebsd-10-stable/contrib/atf/atf-c++/detail/test_helpers.cpp
/freebsd-10-stable/contrib/atf/atf-c++/detail/test_helpers.hpp
/freebsd-10-stable/contrib/atf/atf-c++/detail/text.cpp
/freebsd-10-stable/contrib/atf/atf-c++/detail/text.hpp
/freebsd-10-stable/contrib/atf/atf-c++/detail/text_test.cpp
/freebsd-10-stable/contrib/atf/atf-c++/detail/version_helper.cpp
/freebsd-10-stable/contrib/atf/atf-c++/macros.hpp
/freebsd-10-stable/contrib/atf/atf-c++/macros_hpp_test.cpp
/freebsd-10-stable/contrib/atf/atf-c++/macros_test.cpp
/freebsd-10-stable/contrib/atf/atf-c++/pkg_config_test.sh
/freebsd-10-stable/contrib/atf/atf-c++/tests.cpp
/freebsd-10-stable/contrib/atf/atf-c++/tests.hpp
/freebsd-10-stable/contrib/atf/atf-c++/tests_test.cpp
/freebsd-10-stable/contrib/atf/atf-c++/unused_test.cpp
/freebsd-10-stable/contrib/atf/atf-c++/utils.cpp
/freebsd-10-stable/contrib/atf/atf-c++/utils.hpp
/freebsd-10-stable/contrib/atf/atf-c++/utils_test.cpp
/freebsd-10-stable/contrib/atf/atf-c.h
/freebsd-10-stable/contrib/atf/atf-c/Kyuafile
/freebsd-10-stable/contrib/atf/atf-c/atf-c.3
/freebsd-10-stable/contrib/atf/atf-c/atf_c_test.c
/freebsd-10-stable/contrib/atf/atf-c/build.c
/freebsd-10-stable/contrib/atf/atf-c/build.h
/freebsd-10-stable/contrib/atf/atf-c/build_test.c
/freebsd-10-stable/contrib/atf/atf-c/check.c
/freebsd-10-stable/contrib/atf/atf-c/check.h
/freebsd-10-stable/contrib/atf/atf-c/check_test.c
/freebsd-10-stable/contrib/atf/atf-c/config.c
/freebsd-10-stable/contrib/atf/atf-c/config.h
/freebsd-10-stable/contrib/atf/atf-c/config_test.c
/freebsd-10-stable/contrib/atf/atf-c/defs.h.in
/freebsd-10-stable/contrib/atf/atf-c/detail/dynstr.c
/freebsd-10-stable/contrib/atf/atf-c/detail/dynstr.h
/freebsd-10-stable/contrib/atf/atf-c/detail/dynstr_test.c
/freebsd-10-stable/contrib/atf/atf-c/detail/env.c
/freebsd-10-stable/contrib/atf/atf-c/detail/env.h
/freebsd-10-stable/contrib/atf/atf-c/detail/env_test.c
/freebsd-10-stable/contrib/atf/atf-c/detail/fs.c
/freebsd-10-stable/contrib/atf/atf-c/detail/fs.h
/freebsd-10-stable/contrib/atf/atf-c/detail/fs_test.c
/freebsd-10-stable/contrib/atf/atf-c/detail/list.c
/freebsd-10-stable/contrib/atf/atf-c/detail/list.h
/freebsd-10-stable/contrib/atf/atf-c/detail/list_test.c
/freebsd-10-stable/contrib/atf/atf-c/detail/map.c
/freebsd-10-stable/contrib/atf/atf-c/detail/map.h
/freebsd-10-stable/contrib/atf/atf-c/detail/map_test.c
/freebsd-10-stable/contrib/atf/atf-c/detail/process.c
/freebsd-10-stable/contrib/atf/atf-c/detail/process.h
/freebsd-10-stable/contrib/atf/atf-c/detail/process_helpers.c
/freebsd-10-stable/contrib/atf/atf-c/detail/process_test.c
/freebsd-10-stable/contrib/atf/atf-c/detail/sanity.c
/freebsd-10-stable/contrib/atf/atf-c/detail/sanity.h
/freebsd-10-stable/contrib/atf/atf-c/detail/sanity_test.c
/freebsd-10-stable/contrib/atf/atf-c/detail/test_helpers.c
/freebsd-10-stable/contrib/atf/atf-c/detail/test_helpers.h
/freebsd-10-stable/contrib/atf/atf-c/detail/text.c
/freebsd-10-stable/contrib/atf/atf-c/detail/text.h
/freebsd-10-stable/contrib/atf/atf-c/detail/text_test.c
/freebsd-10-stable/contrib/atf/atf-c/detail/tp_main.c
/freebsd-10-stable/contrib/atf/atf-c/detail/user.c
/freebsd-10-stable/contrib/atf/atf-c/detail/user.h
/freebsd-10-stable/contrib/atf/atf-c/detail/user_test.c
/freebsd-10-stable/contrib/atf/atf-c/detail/version_helper.c
/freebsd-10-stable/contrib/atf/atf-c/error.c
/freebsd-10-stable/contrib/atf/atf-c/error.h
/freebsd-10-stable/contrib/atf/atf-c/error_fwd.h
/freebsd-10-stable/contrib/atf/atf-c/error_test.c
/freebsd-10-stable/contrib/atf/atf-c/h_build.h
/freebsd-10-stable/contrib/atf/atf-c/macros.h
/freebsd-10-stable/contrib/atf/atf-c/macros_h_test.c
/freebsd-10-stable/contrib/atf/atf-c/macros_test.c
/freebsd-10-stable/contrib/atf/atf-c/pkg_config_test.sh
/freebsd-10-stable/contrib/atf/atf-c/tc.c
/freebsd-10-stable/contrib/atf/atf-c/tc.h
/freebsd-10-stable/contrib/atf/atf-c/tc_test.c
/freebsd-10-stable/contrib/atf/atf-c/tp.c
/freebsd-10-stable/contrib/atf/atf-c/tp.h
/freebsd-10-stable/contrib/atf/atf-c/tp_test.c
/freebsd-10-stable/contrib/atf/atf-c/unused_test.c
/freebsd-10-stable/contrib/atf/atf-c/utils.c
/freebsd-10-stable/contrib/atf/atf-c/utils.h
/freebsd-10-stable/contrib/atf/atf-c/utils_test.c
/freebsd-10-stable/contrib/atf/atf-sh/atf-check.1
/freebsd-10-stable/contrib/atf/atf-sh/atf-check.cpp
/freebsd-10-stable/contrib/atf/atf-sh/atf-check_test.sh
/freebsd-10-stable/contrib/atf/atf-sh/atf-sh.1
/freebsd-10-stable/contrib/atf/atf-sh/atf-sh.3
/freebsd-10-stable/contrib/atf/atf-sh/atf-sh.cpp
/freebsd-10-stable/contrib/atf/atf-sh/atf_check_test.sh
/freebsd-10-stable/contrib/atf/atf-sh/config_test.sh
/freebsd-10-stable/contrib/atf/atf-sh/integration_test.sh
/freebsd-10-stable/contrib/atf/atf-sh/libatf-sh.subr
/freebsd-10-stable/contrib/atf/atf-sh/misc_helpers.sh
/freebsd-10-stable/contrib/atf/atf-sh/normalize_test.sh
/freebsd-10-stable/contrib/atf/atf-sh/tc_test.sh
/freebsd-10-stable/contrib/atf/atf-sh/tp_test.sh
/freebsd-10-stable/contrib/atf/bconfig.h
/freebsd-10-stable/contrib/atf/config.h
/freebsd-10-stable/contrib/atf/doc/atf-test-case.4
/freebsd-10-stable/contrib/atf/doc/atf-test-program.1
/freebsd-10-stable/contrib/atf/doc/atf.7.in
/freebsd-10-stable/contrib/atf/test-programs/c_helpers.c
/freebsd-10-stable/contrib/atf/test-programs/common.sh
/freebsd-10-stable/contrib/atf/test-programs/config_test.sh
/freebsd-10-stable/contrib/atf/test-programs/cpp_helpers.cpp
/freebsd-10-stable/contrib/atf/test-programs/expect_test.sh
/freebsd-10-stable/contrib/atf/test-programs/meta_data_test.sh
/freebsd-10-stable/contrib/atf/test-programs/result_test.sh
/freebsd-10-stable/contrib/atf/test-programs/sh_helpers.sh
/freebsd-10-stable/contrib/atf/test-programs/srcdir_test.sh
/freebsd-10-stable/lib/atf/Makefile.inc
/freebsd-10-stable/lib/atf/common.mk
/freebsd-10-stable/lib/atf/libatf-c++/Makefile
/freebsd-10-stable/lib/atf/libatf-c++/tests/Makefile
/freebsd-10-stable/lib/atf/libatf-c++/tests/detail/Makefile
/freebsd-10-stable/lib/atf/libatf-c/Makefile
/freebsd-10-stable/lib/atf/libatf-c/tests/Makefile
/freebsd-10-stable/lib/atf/libatf-c/tests/detail/Makefile
/freebsd-10-stable/libexec/atf/atf-check/Makefile
/freebsd-10-stable/libexec/atf/atf-sh/Makefile
/freebsd-10-stable/libexec/atf/atf-sh/tests/Makefile
/freebsd-10-stable/share/man/man7/Makefile
OptionalObsoleteFiles.inc
275504 05-Dec-2014 ngie

MFC r272057,r272083,r272084,r272087,r274016:

r272057:

Import pjdfstest from ^/vendor/pjdfstest/abf03c3a47745d4521b0e4aa141317553ca48f91

- Remove tools/regression/pjdfstest
- Add upgrade directions for contrib/pjdfstest
- Add a note to UPDATING for the move (the reachover Makefiles are coming
soon)

Functional differences:
- ftruncate testcases are added from upstream (github)

Non-functional differences:
- The copyright for the project has been updated to 2012
- pjd's contact information has been updated

Discussed with: -testing, jmmv, pjd
Sponsored by: EMC / Isilon Storage Division

r272083:

Expect ELOOP on Darwin/Linux with "O_NOFOLLOW was specified and the target is a
symbolic link" case. Assume EMLINK on the rest of the OSes (FreeBSD, Solaris,
etc)

Sponsored by: EMC / Isilon Storage Division

r272084:

Fix the executed testplan count

Sponsored by: EMC / Isilon Storage Division

r272087:

Increase the memory disk size in the following testcases to avoid mount
failures, which would cause cascade failures in the rest of the test
run:

link/15.t, open/19.t, mkdir/11.t, mkfifo/11.t, symlink/11.t

Fail quickly in all of the testcases if mdconfig, mount, umount, etc
fails to avoid issues similar to this in the future

Submitted by: Casey Peel <cpeel@isilon.com>
Sponsored by: EMC / Isilon Storage Division

r274016:

Integrate pjdfstest test suite execution into kyua

pjdfstest execution is opt-in and must be done as root due to some of the
assumptions made by the test suite and lack of error checking in the non-root
case

A description of how to execute pjdfstest with kyua is provided in
share/pjdfstest/README

Phabric: D824 (an earlier prototype patch)
Relnotes: yes
Sponsored by: EMC / Isilon Storage Division


/freebsd-10-stable/UPDATING
/freebsd-10-stable/contrib/pjdfstest
/freebsd-10-stable/contrib/pjdfstest/tests/chflags/12.t
/freebsd-10-stable/contrib/pjdfstest/tests/chmod/09.t
/freebsd-10-stable/contrib/pjdfstest/tests/chown/09.t
/freebsd-10-stable/contrib/pjdfstest/tests/ftruncate/00.t
/freebsd-10-stable/contrib/pjdfstest/tests/ftruncate/10.t
/freebsd-10-stable/contrib/pjdfstest/tests/link/05.t
/freebsd-10-stable/contrib/pjdfstest/tests/link/14.t
/freebsd-10-stable/contrib/pjdfstest/tests/link/15.t
/freebsd-10-stable/contrib/pjdfstest/tests/link/16.t
/freebsd-10-stable/contrib/pjdfstest/tests/mkdir/09.t
/freebsd-10-stable/contrib/pjdfstest/tests/mkdir/11.t
/freebsd-10-stable/contrib/pjdfstest/tests/mkfifo/08.t
/freebsd-10-stable/contrib/pjdfstest/tests/mkfifo/11.t
/freebsd-10-stable/contrib/pjdfstest/tests/open/14.t
/freebsd-10-stable/contrib/pjdfstest/tests/open/15.t
/freebsd-10-stable/contrib/pjdfstest/tests/open/16.t
/freebsd-10-stable/contrib/pjdfstest/tests/open/19.t
/freebsd-10-stable/contrib/pjdfstest/tests/rename/15.t
/freebsd-10-stable/contrib/pjdfstest/tests/rename/16.t
/freebsd-10-stable/contrib/pjdfstest/tests/rmdir/13.t
/freebsd-10-stable/contrib/pjdfstest/tests/rmdir/14.t
/freebsd-10-stable/contrib/pjdfstest/tests/symlink/10.t
/freebsd-10-stable/contrib/pjdfstest/tests/symlink/11.t
/freebsd-10-stable/contrib/pjdfstest/tests/truncate/10.t
/freebsd-10-stable/contrib/pjdfstest/tests/unlink/12.t
/freebsd-10-stable/etc/mtree/BSD.tests.dist
/freebsd-10-stable/share/doc/Makefile
/freebsd-10-stable/share/doc/pjdfstest
/freebsd-10-stable/tests/sys/Makefile
/freebsd-10-stable/tests/sys/pjdfstest
OptionalObsoleteFiles.inc
274372 11-Nov-2014 delphij

MFV r273747:

Remove an extra copy of hv_kvp_daemon(8) [1].

While I'm there also correct typos in OptionalObsoleteFiles and add
information of the command line options for hv_kvp_daemon(8).

Reported by: jmg [1]
Reviewed by: jmg

272973 11-Oct-2014 rodrigc

Merge: r269884

Complete the usr.bin/yacc kyua integration work I originally
submitted via r268811

- Install the Kyuafile by adding FILES to FILESGROUPS
- Run the testcases with an unprivileged user

Some of the testcases depend upon behavior that's broken when
run as root on FreeBSD because of how permissions are treated
with access(2) vs eaccess(2), open(2), etc

- Simplify the test driver to just inspect the exit code from
run_test because it now exits with 0 if successful and exits
with !0 if unsuccessful
- Don't do ad hoc temporary directory creation/deletion; let Kyua
handle that
- Add entries for files removed in r268811 to
OptionalObsoleteFiles.inc

PR: 191020
X-MFC with: r268811
Approved by: jmmv (mentor)
Reviewed by: bapt
Sponsored by: EMC / Isilon Storage Division

272322 30-Sep-2014 delphij

MFC r271493,271688-271689,271696,271854,272139-272143:

Import HyperV Key-Value Pair (KVP) driver and daemon code by Microsoft,
many thanks for their continued support of FreeBSD.

While I'm there, also implement a new build knob, WITHOUT_HYPERV to
disable building and installing of the HyperV utilities when necessary.

The HyperV utilities are only built for i386 and amd64 targets.

Approved by: re (gjb)

272152 26-Sep-2014 gjb

Properly revert r272128.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

272151 26-Sep-2014 gjb

Revert r272149, which introduces obscure vestiges from the
r272128 reversal.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

272149 26-Sep-2014 gjb

Revert r272128:
Though this passes the buildworld test, this fails during
installworld with:

make[3]: "/releng/scripts-release/chroots/10/i386/release/etc/devd/Makefile"
line 13: Malformed conditional (${MK_HYPERV} != "no")

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

272128 25-Sep-2014 delphij

MFC r271493,271688,271689,271696,271854:

Import HyperV Key-Value Pair (KVP) driver and daemon code by Microsoft,
many thanks for their continued support of FreeBSD.

While I'm there, also implement a new build knob, WITHOUT_HYPERV to
disable building and installing of the HyperV utilities when necessary.

The HyperV utilities are only built for i386 and amd64 targets.

Approved by: re (gjb)

271298 09-Sep-2014 ngie

MFC r267176, r267181, r268445 (ATF-related commits):

Phabric: https://reviews.freebsd.org/D706
Approved by: rpaulo (mentor)
Approved by: re (gjb)
Reviewed by: jmmv
Sponsored by: EMC / Isilon Storage Division

r267176:

Add the *_TESTS_SH_SED_* functionality to atf.test.mk.

This exists already in plain.test.mk and tap.test.mk and should have been
added to atf.test.mk too when the feature was first introduced.

(It is probably time to address the related TODOs but I will do that
separately.)

r267181:

Move atf-sh from /usr/bin/ to /usr/libexec/

In r266650, we made libatf-c and libatf-c++ private libraries so that no
components outside of the source tree could unintendedly depend on them.

This change does the same for the "atf-sh library" by moving the atf-sh
interpreter from its public location in /usr/bin/ to the private location
in /usr/libexec/. Our build system will ensure that our own test programs
use the right binary, but users won't be able to depend on atf-sh by
"mistake".

Committing this now to ride the UPDATING notice added with r267172 today.

r268445:

Fix atf-sh's integration_test

With the move of atf-sh into /usr/libexec in r267181, some of the
tests in the integration_test program broke because they could not
execute atf-sh from the path any longer.

This slipped through because I do have a local atf installation in
my home directory that appears in my path, hence the tests could
still execute my own version.

Fix this by forcing /usr/libexec to appear at the beginning of the
path when attempting to execute atf-sh.

To make upgrading easy (and to avoid an unnecessary entry in UPDATING),
make integration_test depend on the Makefile so that a rebuild of the
shell script is triggered. This requires a hack in the *.test.mk files
to ensure the Makefile is not treated as a source to the generated
program. Ugly, I know, but I don't have a better way of doing this at
the moment. Will think of one once I address the TODO in the *.test.mk
files that suggests generalizing the file generation functionality.

PR: 191052
Reviewed by: Garrett Cooper

270905 31-Aug-2014 ngie

MFC r266650, r267172 (both by jmmv):

r266650:

Change libatf-c and libatf-c++ to be private libraries.

We should not be leaking these interfaces to the outside world given
that it's much easier for third-party components to use the devel/atf
package from ports.

As a side-effect, we can also drop the ATF pkgconfig and aclocal files
from the base system. Nothing in the base system needs these, and it
was quite ugly to have to get them installed only so that a few ports
could build. The offending ports have been fixed to depend on
devel/atf explicitly.

Reviewed by: bapt

r267172:

Homogenize libatf-* version numbers with upstream.

The libatf-* major version numbers in FreeBSD were one version ahead of
upstream because, when atf was first imported into FreeBSD, the upstream
numbers were not respected. This is just confusing and bound to cause
problems down the road.

Fix this by taking advantage of the fact that libatf-* are now private
and that atf is not yet built by default. However, and unfortunately, a
clean build is needed for tests to continue working once "make
delete-old-libs" has been run; hence the note in UPDATING.

Phabric: D701
Approved by: jmmv (maintainer, mentor)

270779 29-Aug-2014 ngie

MFC r269903:

Port date/bin/tests to ATF

Phabric: D545
Approved by: jmmv (mentor)
Submitted by: keramida (earlier version)
Sponsored by: Google, Inc
Sponsored by: EMC / Isilon Storage Division

270244 20-Aug-2014 jilles

MFC r268429: Don't install locale1.0 if MK_NLS == no.

The test locale1.0 depends on locale support; it is meaningless without a
working LC_MESSAGES.

I added an OptionalObsoleteFiles.inc entry.

PR: 181151
Submitted by: Garrett Cooper (original version)
Sponsored by: EMC / Isilon Storage Division

269847 12-Aug-2014 peter

MFC r266728,266731,266735,266736,268135,268960,269833
Update apr 1.4.8 -> 1.5.1
Update apr-util 1.5.2 -> 1.5.3
Update serf 1.3.4 -> 1.3.7
Update svnlite 1.8.8 -> 1.8.10
Deal with svnlite.1 manpage.


/freebsd-10-stable/contrib/apr/CHANGES
/freebsd-10-stable/contrib/apr/CMakeLists.txt
/freebsd-10-stable/contrib/apr/LICENSE
/freebsd-10-stable/contrib/apr/Makefile.in
/freebsd-10-stable/contrib/apr/Makefile.win
/freebsd-10-stable/contrib/apr/NOTICE
/freebsd-10-stable/contrib/apr/README.cmake
/freebsd-10-stable/contrib/apr/apr.dep
/freebsd-10-stable/contrib/apr/apr.dsp
/freebsd-10-stable/contrib/apr/apr.mak
/freebsd-10-stable/contrib/apr/apr.spec
/freebsd-10-stable/contrib/apr/build-outputs.mk
/freebsd-10-stable/contrib/apr/build.conf
/freebsd-10-stable/contrib/apr/configure
/freebsd-10-stable/contrib/apr/configure.in
/freebsd-10-stable/contrib/apr/docs/canonical_filenames.html
/freebsd-10-stable/contrib/apr/encoding
/freebsd-10-stable/contrib/apr/file_io/unix/filedup.c
/freebsd-10-stable/contrib/apr/file_io/unix/filestat.c
/freebsd-10-stable/contrib/apr/file_io/unix/mktemp.c
/freebsd-10-stable/contrib/apr/file_io/unix/open.c
/freebsd-10-stable/contrib/apr/file_io/unix/pipe.c
/freebsd-10-stable/contrib/apr/file_io/unix/readwrite.c
/freebsd-10-stable/contrib/apr/include/apr.h.in
/freebsd-10-stable/contrib/apr/include/apr.hwc
/freebsd-10-stable/contrib/apr/include/apr_allocator.h
/freebsd-10-stable/contrib/apr/include/apr_errno.h
/freebsd-10-stable/contrib/apr/include/apr_escape.h
/freebsd-10-stable/contrib/apr/include/apr_file_info.h
/freebsd-10-stable/contrib/apr/include/apr_file_io.h
/freebsd-10-stable/contrib/apr/include/apr_fnmatch.h
/freebsd-10-stable/contrib/apr/include/apr_hash.h
/freebsd-10-stable/contrib/apr/include/apr_inherit.h
/freebsd-10-stable/contrib/apr/include/apr_lib.h
/freebsd-10-stable/contrib/apr/include/apr_mmap.h
/freebsd-10-stable/contrib/apr/include/apr_network_io.h
/freebsd-10-stable/contrib/apr/include/apr_poll.h
/freebsd-10-stable/contrib/apr/include/apr_pools.h
/freebsd-10-stable/contrib/apr/include/apr_shm.h
/freebsd-10-stable/contrib/apr/include/apr_skiplist.h
/freebsd-10-stable/contrib/apr/include/apr_strings.h
/freebsd-10-stable/contrib/apr/include/apr_tables.h
/freebsd-10-stable/contrib/apr/include/apr_thread_mutex.h
/freebsd-10-stable/contrib/apr/include/apr_thread_proc.h
/freebsd-10-stable/contrib/apr/include/apr_time.h
/freebsd-10-stable/contrib/apr/include/apr_user.h
/freebsd-10-stable/contrib/apr/include/apr_version.h
/freebsd-10-stable/contrib/apr/include/arch/unix/apr_arch_poll_private.h
/freebsd-10-stable/contrib/apr/include/arch/unix/apr_arch_threadproc.h
/freebsd-10-stable/contrib/apr/include/arch/unix/apr_private.h.in
/freebsd-10-stable/contrib/apr/include/private
/freebsd-10-stable/contrib/apr/libapr.dep
/freebsd-10-stable/contrib/apr/libapr.dsp
/freebsd-10-stable/contrib/apr/libapr.mak
/freebsd-10-stable/contrib/apr/locks/unix/proc_mutex.c
/freebsd-10-stable/contrib/apr/network_io/unix/sendrecv.c
/freebsd-10-stable/contrib/apr/network_io/unix/sockaddr.c
/freebsd-10-stable/contrib/apr/network_io/unix/socket_util.c
/freebsd-10-stable/contrib/apr/network_io/unix/sockets.c
/freebsd-10-stable/contrib/apr/network_io/unix/sockopt.c
/freebsd-10-stable/contrib/apr/passwd/apr_getpass.c
/freebsd-10-stable/contrib/apr/poll/unix/pollcb.c
/freebsd-10-stable/contrib/apr/poll/unix/pollset.c
/freebsd-10-stable/contrib/apr/poll/unix/z_asio.c
/freebsd-10-stable/contrib/apr/shmem/unix/shm.c
/freebsd-10-stable/contrib/apr/strings/apr_cpystrn.c
/freebsd-10-stable/contrib/apr/strings/apr_strings.c
/freebsd-10-stable/contrib/apr/support/unix/waitio.c
/freebsd-10-stable/contrib/apr/tables/apr_hash.c
/freebsd-10-stable/contrib/apr/tables/apr_skiplist.c
/freebsd-10-stable/contrib/apr/tables/apr_tables.c
/freebsd-10-stable/contrib/apr/tools
/freebsd-10-stable/contrib/serf/CHANGES
/freebsd-10-stable/contrib/serf/auth/auth_spnego.c
/freebsd-10-stable/contrib/serf/buckets/ssl_buckets.c
/freebsd-10-stable/contrib/serf/serf.h
/freebsd-10-stable/contrib/serf/ssltunnel.c
/freebsd-10-stable/contrib/subversion/CHANGES
/freebsd-10-stable/contrib/subversion/NOTICE
/freebsd-10-stable/contrib/subversion/build-outputs.mk
/freebsd-10-stable/contrib/subversion/build.conf
/freebsd-10-stable/contrib/subversion/configure
/freebsd-10-stable/contrib/subversion/configure.ac
/freebsd-10-stable/contrib/subversion/get-deps.sh
/freebsd-10-stable/contrib/subversion/subversion/include/private/svn_cache.h
/freebsd-10-stable/contrib/subversion/subversion/include/private/svn_cert.h
/freebsd-10-stable/contrib/subversion/subversion/include/private/svn_dep_compat.h
/freebsd-10-stable/contrib/subversion/subversion/include/svn_version.h
/freebsd-10-stable/contrib/subversion/subversion/libsvn_client/commit_util.c
/freebsd-10-stable/contrib/subversion/subversion/libsvn_client/delete.c
/freebsd-10-stable/contrib/subversion/subversion/libsvn_client/export.c
/freebsd-10-stable/contrib/subversion/subversion/libsvn_client/externals.c
/freebsd-10-stable/contrib/subversion/subversion/libsvn_client/merge.c
/freebsd-10-stable/contrib/subversion/subversion/libsvn_client/prop_commands.c
/freebsd-10-stable/contrib/subversion/subversion/libsvn_delta/svndiff.c
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_fs/fs.c
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_fs/fs.h
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_fs/fs_fs.c
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_fs/rep-cache-db.h
/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra_serf/commit.c
/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra_serf/getlocks.c
/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra_serf/inherited_props.c
/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra_serf/locks.c
/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra_serf/log.c
/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra_serf/options.c
/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra_serf/update.c
/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra_serf/util.c
/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra_svn/protocol
/freebsd-10-stable/contrib/subversion/subversion/libsvn_repos/dump.c
/freebsd-10-stable/contrib/subversion/subversion/libsvn_repos/fs-wrap.c
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/cache-memcache.c
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/config_auth.c
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/config_file.c
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/dirent_uri.c
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/internal_statements.h
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/io.c
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/opt.c
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/prompt.c
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/sysinfo.c
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/version.c
/freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/status.c
/freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/wc-checks.h
/freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/wc-metadata.h
/freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/wc-metadata.sql
/freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/wc-queries.h
/freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/wc-queries.sql
/freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/wc_db.c
/freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/wc_db.h
/freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/wc_db_wcroot.c
/freebsd-10-stable/contrib/subversion/subversion/svn/conflict-callbacks.c
/freebsd-10-stable/contrib/subversion/subversion/svndumpfilter/svndumpfilter.c
/freebsd-10-stable/contrib/subversion/subversion/svnrdump/util.c
/freebsd-10-stable/contrib/subversion/subversion/svnserve/serve.c
OptionalObsoleteFiles.inc
/freebsd-10-stable/usr.bin/svn/lib/libapr/Makefile
/freebsd-10-stable/usr.bin/svn/lib/libapr/apr.h
/freebsd-10-stable/usr.bin/svn/lib/libapr/apr_private.h
/freebsd-10-stable/usr.bin/svn/svn/Makefile
/freebsd-10-stable/usr.bin/svn/svn_private_config.h
267666 20-Jun-2014 tijl

MFC r267441:

Don't install GSS-API headers when the GSSAPI option has been disabled.
Some ports assume GSS-API is supported when they find the headers.

PR: 189156
Submitted by: Garrett Cooper <yanegomi@gmail.com>

266715 26-May-2014 dim

MFC r265925:

Upgrade our copy of llvm/clang to 3.4.1 release. This release contains
mostly fixes, for the following upstream bugs:

http://llvm.org/PR16365 http://llvm.org/PR17473 http://llvm.org/PR18000
http://llvm.org/PR18068 http://llvm.org/PR18102 http://llvm.org/PR18165
http://llvm.org/PR18260 http://llvm.org/PR18290 http://llvm.org/PR18316
http://llvm.org/PR18460 http://llvm.org/PR18473 http://llvm.org/PR18515
http://llvm.org/PR18526 http://llvm.org/PR18600 http://llvm.org/PR18762
http://llvm.org/PR18773 http://llvm.org/PR18860 http://llvm.org/PR18994
http://llvm.org/PR19007 http://llvm.org/PR19010 http://llvm.org/PR19033
http://llvm.org/PR19059 http://llvm.org/PR19144 http://llvm.org/PR19326


/freebsd-10-stable/ObsoleteFiles.inc
/freebsd-10-stable/UPDATING
/freebsd-10-stable/contrib/llvm/include/llvm/IR/IntrinsicsX86.td
/freebsd-10-stable/contrib/llvm/include/llvm/MC/MCAsmInfo.h
/freebsd-10-stable/contrib/llvm/lib/Analysis/BasicAliasAnalysis.cpp
/freebsd-10-stable/contrib/llvm/lib/Analysis/IVUsers.cpp
/freebsd-10-stable/contrib/llvm/lib/Analysis/ScalarEvolution.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/MCAsmInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/MCAsmInfoCOFF.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/MCAsmInfoDarwin.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/MCDwarf.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/MCParser/AsmParser.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/AArch64InstrInfo.td
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/AArch64TargetObjectFile.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/AArch64TargetObjectFile.h
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/A15SDOptimizer.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/ARMInstrNEON.td
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/PPCCTRLoops.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/PPCFastISel.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/PPCISelLowering.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/PPCInstrInfo.td
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/PPCRegisterInfo.td
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/PPCSubtarget.h
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/AMDGPUISelLowering.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/AMDGPUInstructions.td
/freebsd-10-stable/contrib/llvm/lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/R600ControlFlowFinalizer.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/R600InstrInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/R600Instructions.td
/freebsd-10-stable/contrib/llvm/lib/Target/R600/SIFixSGPRCopies.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/SIInsertWaits.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/SIInstrInfo.td
/freebsd-10-stable/contrib/llvm/lib/Target/R600/SIInstructions.td
/freebsd-10-stable/contrib/llvm/lib/Target/R600/SIIntrinsics.td
/freebsd-10-stable/contrib/llvm/lib/Target/R600/SILowerControlFlow.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/X86/Disassembler/X86DisassemblerDecoder.c
/freebsd-10-stable/contrib/llvm/lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86AsmPrinter.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86ISelLowering.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86InstrCompiler.td
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/LoopRerollPass.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/LCSSA.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
/freebsd-10-stable/contrib/llvm/patches/patch-r262809-clang-r203007-destructor-calling-conv.diff
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Driver/Driver.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Driver/ToolChain.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/ASTDumper.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/ExprConstant.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/StmtPrinter.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/Consumed.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/Targets.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/Version.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Driver/Driver.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Driver/ToolChain.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Driver/ToolChains.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Driver/ToolChains.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Driver/Tools.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/SemaExprCXX.cpp
/freebsd-10-stable/etc/mtree/BSD.include.dist
/freebsd-10-stable/lib/clang/include/Makefile
/freebsd-10-stable/lib/clang/include/clang/Basic/Version.inc
/freebsd-10-stable/lib/clang/include/llvm/Config/config.h
/freebsd-10-stable/lib/clang/include/llvm/Config/llvm-config.h
OptionalObsoleteFiles.inc
264996 27-Apr-2014 jmmv

MFC various moves of tools/regressions/ tests to the new infrastructure.

- r263220 Migrate tools/regression/sbin/ to the new tests layout.
- r263222 Add Makefile missed in r263220.
- r263226 Migrate tools/regression/{usr.bin/lastcomm,usr.sbin}/ to the new tests layout.
- r263227 Migrate most of tools/regression/usr.bin/ to the new tests layout.
- r263345 Expand tabs that sneaked in into spaces.
- r263346 Migrate tools/regression/usr.bin/make/ to the new tests layout.
- r263348 Add Makefiles missed in r263346.
- r263351 Migrate tools/regression/usr.bin/pkill/ to the new tests layout.
- r263388 Mark multi_test as requiring /usr/share/dict/words.
- r263814 Fix path to the run.pl script to let these tests run.
- r264742 Prevent building tests when bootstrapping make.

This is 'make tinderbox' clean.


/freebsd-10-stable/Makefile
/freebsd-10-stable/bin/pkill/Makefile
/freebsd-10-stable/bin/pkill/tests
/freebsd-10-stable/etc/mtree/BSD.tests.dist
/freebsd-10-stable/sbin/Makefile
/freebsd-10-stable/sbin/dhclient/Makefile
/freebsd-10-stable/sbin/dhclient/tests
/freebsd-10-stable/sbin/growfs/Makefile
/freebsd-10-stable/sbin/growfs/tests
/freebsd-10-stable/sbin/mdconfig/Makefile
/freebsd-10-stable/sbin/mdconfig/tests
/freebsd-10-stable/sbin/mdconfig/tests/Makefile
/freebsd-10-stable/sbin/mdconfig/tests/legacy_test.sh
/freebsd-10-stable/sbin/tests
OptionalObsoleteFiles.inc
/freebsd-10-stable/tools/regression/sbin
/freebsd-10-stable/tools/regression/usr.bin/Makefile
/freebsd-10-stable/tools/regression/usr.bin/apply
/freebsd-10-stable/tools/regression/usr.bin/calendar
/freebsd-10-stable/tools/regression/usr.bin/comm
/freebsd-10-stable/tools/regression/usr.bin/file2c
/freebsd-10-stable/tools/regression/usr.bin/join
/freebsd-10-stable/tools/regression/usr.bin/jot
/freebsd-10-stable/tools/regression/usr.bin/lastcomm
/freebsd-10-stable/tools/regression/usr.bin/m4
/freebsd-10-stable/tools/regression/usr.bin/make
/freebsd-10-stable/tools/regression/usr.bin/ncal
/freebsd-10-stable/tools/regression/usr.bin/pkill
/freebsd-10-stable/tools/regression/usr.bin/printf
/freebsd-10-stable/tools/regression/usr.bin/regress.m4
/freebsd-10-stable/tools/regression/usr.bin/sed
/freebsd-10-stable/tools/regression/usr.bin/tr
/freebsd-10-stable/tools/regression/usr.bin/uudecode
/freebsd-10-stable/tools/regression/usr.bin/uuencode
/freebsd-10-stable/tools/regression/usr.bin/xargs
/freebsd-10-stable/tools/regression/usr.bin/yacc
/freebsd-10-stable/tools/regression/usr.sbin
/freebsd-10-stable/usr.bin/apply/Makefile
/freebsd-10-stable/usr.bin/apply/tests
/freebsd-10-stable/usr.bin/calendar/Makefile
/freebsd-10-stable/usr.bin/calendar/tests
/freebsd-10-stable/usr.bin/comm/Makefile
/freebsd-10-stable/usr.bin/comm/tests
/freebsd-10-stable/usr.bin/file2c/Makefile
/freebsd-10-stable/usr.bin/file2c/tests
/freebsd-10-stable/usr.bin/join/Makefile
/freebsd-10-stable/usr.bin/join/tests
/freebsd-10-stable/usr.bin/jot/Makefile
/freebsd-10-stable/usr.bin/jot/tests
/freebsd-10-stable/usr.bin/lastcomm/Makefile
/freebsd-10-stable/usr.bin/lastcomm/tests
/freebsd-10-stable/usr.bin/m4/Makefile
/freebsd-10-stable/usr.bin/m4/tests
/freebsd-10-stable/usr.bin/make/Makefile
/freebsd-10-stable/usr.bin/make/tests
/freebsd-10-stable/usr.bin/make/tests/Makefile
/freebsd-10-stable/usr.bin/make/tests/archives/Makefile
/freebsd-10-stable/usr.bin/make/tests/archives/fmt_44bsd/Makefile
/freebsd-10-stable/usr.bin/make/tests/archives/fmt_44bsd_mod/Makefile
/freebsd-10-stable/usr.bin/make/tests/archives/fmt_oldbsd/Makefile
/freebsd-10-stable/usr.bin/make/tests/basic/Makefile
/freebsd-10-stable/usr.bin/make/tests/basic/t0/Makefile
/freebsd-10-stable/usr.bin/make/tests/basic/t1/Makefile
/freebsd-10-stable/usr.bin/make/tests/basic/t2/Makefile
/freebsd-10-stable/usr.bin/make/tests/basic/t3/Makefile
/freebsd-10-stable/usr.bin/make/tests/execution/Makefile
/freebsd-10-stable/usr.bin/make/tests/execution/ellipsis/Makefile
/freebsd-10-stable/usr.bin/make/tests/execution/empty/Makefile
/freebsd-10-stable/usr.bin/make/tests/execution/joberr/Makefile
/freebsd-10-stable/usr.bin/make/tests/execution/plus/Makefile
/freebsd-10-stable/usr.bin/make/tests/shell/Makefile
/freebsd-10-stable/usr.bin/make/tests/shell/builtin/Makefile
/freebsd-10-stable/usr.bin/make/tests/shell/meta/Makefile
/freebsd-10-stable/usr.bin/make/tests/shell/path/Makefile
/freebsd-10-stable/usr.bin/make/tests/shell/path_select/Makefile
/freebsd-10-stable/usr.bin/make/tests/shell/replace/Makefile
/freebsd-10-stable/usr.bin/make/tests/shell/select/Makefile
/freebsd-10-stable/usr.bin/make/tests/suffixes/Makefile
/freebsd-10-stable/usr.bin/make/tests/suffixes/basic/Makefile
/freebsd-10-stable/usr.bin/make/tests/suffixes/src_wild1/Makefile
/freebsd-10-stable/usr.bin/make/tests/suffixes/src_wild2/Makefile
/freebsd-10-stable/usr.bin/make/tests/syntax/Makefile
/freebsd-10-stable/usr.bin/make/tests/syntax/directive-t0/Makefile
/freebsd-10-stable/usr.bin/make/tests/syntax/enl/Makefile
/freebsd-10-stable/usr.bin/make/tests/syntax/funny-targets/Makefile
/freebsd-10-stable/usr.bin/make/tests/syntax/semi/Makefile
/freebsd-10-stable/usr.bin/make/tests/sysmk/Makefile
/freebsd-10-stable/usr.bin/make/tests/sysmk/t0/2/1/Makefile
/freebsd-10-stable/usr.bin/make/tests/sysmk/t0/2/Makefile
/freebsd-10-stable/usr.bin/make/tests/sysmk/t0/Makefile
/freebsd-10-stable/usr.bin/make/tests/sysmk/t0/mk/Makefile
/freebsd-10-stable/usr.bin/make/tests/sysmk/t1/2/1/Makefile
/freebsd-10-stable/usr.bin/make/tests/sysmk/t1/2/Makefile
/freebsd-10-stable/usr.bin/make/tests/sysmk/t1/Makefile
/freebsd-10-stable/usr.bin/make/tests/sysmk/t1/mk/Makefile
/freebsd-10-stable/usr.bin/make/tests/sysmk/t2/2/1/Makefile
/freebsd-10-stable/usr.bin/make/tests/sysmk/t2/2/Makefile
/freebsd-10-stable/usr.bin/make/tests/sysmk/t2/Makefile
/freebsd-10-stable/usr.bin/make/tests/sysmk/t2/mk/Makefile
/freebsd-10-stable/usr.bin/make/tests/variables/Makefile
/freebsd-10-stable/usr.bin/make/tests/variables/modifier_M/Makefile
/freebsd-10-stable/usr.bin/make/tests/variables/modifier_t/Makefile
/freebsd-10-stable/usr.bin/make/tests/variables/opt_V/Makefile
/freebsd-10-stable/usr.bin/make/tests/variables/t0/Makefile
/freebsd-10-stable/usr.bin/ncal/Makefile
/freebsd-10-stable/usr.bin/ncal/tests
/freebsd-10-stable/usr.bin/printf/Makefile
/freebsd-10-stable/usr.bin/printf/tests
/freebsd-10-stable/usr.bin/sed/Makefile
/freebsd-10-stable/usr.bin/sed/tests
/freebsd-10-stable/usr.bin/sed/tests/Makefile
/freebsd-10-stable/usr.bin/tests/Makefile
/freebsd-10-stable/usr.bin/tests/regress.m4
/freebsd-10-stable/usr.bin/tr/Makefile
/freebsd-10-stable/usr.bin/tr/tests
/freebsd-10-stable/usr.bin/uudecode/Makefile
/freebsd-10-stable/usr.bin/uudecode/tests
/freebsd-10-stable/usr.bin/uuencode/Makefile
/freebsd-10-stable/usr.bin/uuencode/tests
/freebsd-10-stable/usr.bin/xargs/Makefile
/freebsd-10-stable/usr.bin/xargs/tests
/freebsd-10-stable/usr.bin/yacc/Makefile
/freebsd-10-stable/usr.bin/yacc/tests
/freebsd-10-stable/usr.sbin/Makefile
/freebsd-10-stable/usr.sbin/etcupdate/Makefile
/freebsd-10-stable/usr.sbin/etcupdate/tests
/freebsd-10-stable/usr.sbin/newsyslog/Makefile
/freebsd-10-stable/usr.sbin/newsyslog/tests
/freebsd-10-stable/usr.sbin/sa/Makefile
/freebsd-10-stable/usr.sbin/sa/tests
/freebsd-10-stable/usr.sbin/tests
264116 04-Apr-2014 emaste

MFC r261521 by antoine: Add files to remove WITHOUT_NIS

PR: misc/186412
Sponsored by: The FreeBSD Foundation

263508 21-Mar-2014 dim

MFC 261991:

Upgrade our copy of llvm/clang to 3.4 release. This version supports
all of the features in the current working draft of the upcoming C++
standard, provisionally named C++1y.

The code generator's performance is greatly increased, and the loop
auto-vectorizer is now enabled at -Os and -O2 in addition to -O3. The
PowerPC backend has made several major improvements to code generation
quality and compile time, and the X86, SPARC, ARM32, Aarch64 and SystemZ
backends have all seen major feature work.

Release notes for llvm and clang can be found here:
<http://llvm.org/releases/3.4/docs/ReleaseNotes.html>
<http://llvm.org/releases/3.4/tools/clang/docs/ReleaseNotes.html>

MFC 262121 (by emaste):

Update lldb for clang/llvm 3.4 import

This commit largely restores the lldb source to the upstream r196259
snapshot with the addition of threaded inferior support and a few bug
fixes.

Specific upstream lldb revisions restored include:
SVN git
181387 779e6ac
181703 7bef4e2
182099 b31044e
182650 f2dcf35
182683 0d91b80
183862 15c1774
183929 99447a6
184177 0b2934b
184948 4dc3761
184954 007e7bc
186990 eebd175

Sponsored by: DARPA, AFRL

MFC 262186 (by emaste):

Fix mismerge in r262121

A break statement was lost in the merge. The error had no functional
impact, but restore it to reduce the diff against upstream.

MFC 262303:

Pull in r197521 from upstream clang trunk (by rdivacky):

Use the integrated assembler by default on FreeBSD/ppc and ppc64.

Requested by: jhibbits

MFC 262611:

Pull in r196874 from upstream llvm trunk:

Fix a crash that occurs when PWD is invalid.

MCJIT needs to be able to run in hostile environments, even when PWD
is invalid. There's no need to crash MCJIT in this case.

The obvious fix is to simply leave MCContext's CompilationDir empty
when PWD can't be determined. This way, MCJIT clients,
and other clients that link with LLVM don't need a valid working directory.

If we do want to guarantee valid CompilationDir, that should be done
only for clients of getCompilationDir(). This is as simple as checking
for an empty string.

The only current use of getCompilationDir is EmitGenDwarfInfo, which
won't conceivably run with an invalid working dir. However, in the
purely hypothetically and untestable case that this happens, the
AT_comp_dir will be omitted from the compilation_unit DIE.

This should help fix assertions occurring with ports-mgmt/tinderbox,
when it is using jails, and sometimes invalidates clang's current
working directory.

Reported by: decke

MFC 262809:

Pull in r203007 from upstream clang trunk:

Don't produce an alias between destructors with different calling conventions.

Fixes pr19007.

(Please note that is an LLVM PR identifier, not a FreeBSD one.)

This should fix Firefox and/or libxul crashes (due to problems with
regparm/stdcall calling conventions) on i386.

Reported by: multiple users on freebsd-current
PR: bin/187103

MFC 263048:

Repair recognition of "CC" as an alias for the C++ compiler, since it
was silently broken by upstream for a Windows-specific use-case.

Apparently some versions of CMake still rely on this archaic feature...

Reported by: rakuco

MFC 263049:

Garbage collect the old way of adding the libstdc++ include directories
in clang's InitHeaderSearch.cpp. This has been superseded by David
Chisnall's commit in r255321.

Moreover, if libc++ is used, the libstdc++ include directories should
not be in the search path at all. These directories are now only used
if you pass -stdlib=libstdc++.


/freebsd-10-stable/ObsoleteFiles.inc
/freebsd-10-stable/UPDATING
/freebsd-10-stable/contrib/gcc/libgcc2.c
/freebsd-10-stable/contrib/gcc/libgcc2.h
/freebsd-10-stable/contrib/llvm/LICENSE.TXT
/freebsd-10-stable/contrib/llvm/include/llvm-c/BitReader.h
/freebsd-10-stable/contrib/llvm/include/llvm-c/BitWriter.h
/freebsd-10-stable/contrib/llvm/include/llvm-c/Core.h
/freebsd-10-stable/contrib/llvm/include/llvm-c/Disassembler.h
/freebsd-10-stable/contrib/llvm/include/llvm-c/ExecutionEngine.h
/freebsd-10-stable/contrib/llvm/include/llvm-c/IRReader.h
/freebsd-10-stable/contrib/llvm/include/llvm-c/LinkTimeOptimizer.h
/freebsd-10-stable/contrib/llvm/include/llvm-c/Object.h
/freebsd-10-stable/contrib/llvm/include/llvm-c/Support.h
/freebsd-10-stable/contrib/llvm/include/llvm-c/Target.h
/freebsd-10-stable/contrib/llvm/include/llvm-c/TargetMachine.h
/freebsd-10-stable/contrib/llvm/include/llvm-c/Transforms/Scalar.h
/freebsd-10-stable/contrib/llvm/include/llvm-c/lto.h
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/APFloat.h
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/APInt.h
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/APSInt.h
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/ArrayRef.h
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/BitVector.h
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/DenseMap.h
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/FoldingSet.h
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/ImmutableMap.h
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/ImmutableSet.h
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/IntervalMap.h
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/NullablePtr.h
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/OwningPtr.h
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/PointerIntPair.h
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/PointerUnion.h
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/STLExtras.h
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/SetVector.h
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/SmallBitVector.h
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/SmallPtrSet.h
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/SmallVector.h
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/SparseBitVector.h
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/StringExtras.h
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/StringMap.h
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/StringRef.h
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/Triple.h
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/ilist.h
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/polymorphic_ptr.h
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/AliasAnalysis.h
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/BlockFrequencyImpl.h
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/BlockFrequencyInfo.h
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/BranchProbabilityInfo.h
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/CFG.h
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/CFGPrinter.h
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/CallGraph.h
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/ConstantFolding.h
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/DependenceAnalysis.h
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/Dominators.h
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/InlineCost.h
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/InstructionSimplify.h
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/LoopInfo.h
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/LoopInfoImpl.h
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/LoopPass.h
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/MemoryBuiltins.h
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/Passes.h
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/PathNumbering.h
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/PathProfileInfo.h
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/PostDominators.h
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/ProfileDataLoader.h
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/ProfileDataTypes.h
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/ProfileInfo.h
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/ProfileInfoLoader.h
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/ProfileInfoTypes.h
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/RegionPass.h
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/ScalarEvolution.h
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/ScalarEvolutionExpander.h
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/ScalarEvolutionExpressions.h
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/TargetTransformInfo.h
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/ValueTracking.h
/freebsd-10-stable/contrib/llvm/include/llvm/AutoUpgrade.h
/freebsd-10-stable/contrib/llvm/include/llvm/Bitcode/Archive.h
/freebsd-10-stable/contrib/llvm/include/llvm/Bitcode/BitstreamReader.h
/freebsd-10-stable/contrib/llvm/include/llvm/Bitcode/BitstreamWriter.h
/freebsd-10-stable/contrib/llvm/include/llvm/Bitcode/LLVMBitCodes.h
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/Analysis.h
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/AsmPrinter.h
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/CalcSpillWeights.h
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/CallingConvLower.h
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/CommandFlags.h
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/FastISel.h
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/FunctionLoweringInfo.h
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/ISDOpcodes.h
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/LexicalScopes.h
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/LiveInterval.h
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/LiveIntervalUnion.h
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/LiveRangeEdit.h
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/LiveRegUnits.h
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/LiveVariables.h
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/MachineBasicBlock.h
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/MachineBranchProbabilityInfo.h
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/MachineConstantPool.h
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/MachineFrameInfo.h
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/MachineInstr.h
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/MachineInstrBuilder.h
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/MachineModuleInfo.h
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/MachineOperand.h
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/MachineRegisterInfo.h
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/MachineRelocation.h
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/MachineScheduler.h
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/PBQP/Graph.h
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/PBQP/HeuristicBase.h
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/PBQP/HeuristicSolver.h
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/PBQP/Heuristics/Briggs.h
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/PBQP/Solution.h
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/Passes.h
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/PseudoSourceValue.h
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/RegAllocPBQP.h
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/RegisterClassInfo.h
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/RegisterPressure.h
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/RegisterScavenging.h
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/RuntimeLibcalls.h
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/ScheduleDAG.h
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/ScheduleDAGInstrs.h
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/SelectionDAG.h
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/SelectionDAGISel.h
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/SelectionDAGNodes.h
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/SlotIndexes.h
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/StackMaps.h
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/StackProtector.h
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/TargetSchedule.h
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/ValueTypes.h
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/ValueTypes.td
/freebsd-10-stable/contrib/llvm/include/llvm/DIBuilder.h
/freebsd-10-stable/contrib/llvm/include/llvm/DebugInfo.h
/freebsd-10-stable/contrib/llvm/include/llvm/DebugInfo/DIContext.h
/freebsd-10-stable/contrib/llvm/include/llvm/DebugInfo/DWARFFormValue.h
/freebsd-10-stable/contrib/llvm/include/llvm/ExecutionEngine/ExecutionEngine.h
/freebsd-10-stable/contrib/llvm/include/llvm/ExecutionEngine/JITMemoryManager.h
/freebsd-10-stable/contrib/llvm/include/llvm/ExecutionEngine/ObjectBuffer.h
/freebsd-10-stable/contrib/llvm/include/llvm/ExecutionEngine/ObjectCache.h
/freebsd-10-stable/contrib/llvm/include/llvm/ExecutionEngine/ObjectImage.h
/freebsd-10-stable/contrib/llvm/include/llvm/ExecutionEngine/RTDyldMemoryManager.h
/freebsd-10-stable/contrib/llvm/include/llvm/ExecutionEngine/RuntimeDyld.h
/freebsd-10-stable/contrib/llvm/include/llvm/ExecutionEngine/SectionMemoryManager.h
/freebsd-10-stable/contrib/llvm/include/llvm/GVMaterializer.h
/freebsd-10-stable/contrib/llvm/include/llvm/IR/Argument.h
/freebsd-10-stable/contrib/llvm/include/llvm/IR/Attributes.h
/freebsd-10-stable/contrib/llvm/include/llvm/IR/CallingConv.h
/freebsd-10-stable/contrib/llvm/include/llvm/IR/Constants.h
/freebsd-10-stable/contrib/llvm/include/llvm/IR/DataLayout.h
/freebsd-10-stable/contrib/llvm/include/llvm/IR/Function.h
/freebsd-10-stable/contrib/llvm/include/llvm/IR/GlobalAlias.h
/freebsd-10-stable/contrib/llvm/include/llvm/IR/GlobalValue.h
/freebsd-10-stable/contrib/llvm/include/llvm/IR/GlobalVariable.h
/freebsd-10-stable/contrib/llvm/include/llvm/IR/IRBuilder.h
/freebsd-10-stable/contrib/llvm/include/llvm/IR/InlineAsm.h
/freebsd-10-stable/contrib/llvm/include/llvm/IR/InstrTypes.h
/freebsd-10-stable/contrib/llvm/include/llvm/IR/Instruction.def
/freebsd-10-stable/contrib/llvm/include/llvm/IR/Instructions.h
/freebsd-10-stable/contrib/llvm/include/llvm/IR/Intrinsics.h
/freebsd-10-stable/contrib/llvm/include/llvm/IR/Intrinsics.td
/freebsd-10-stable/contrib/llvm/include/llvm/IR/IntrinsicsAArch64.td
/freebsd-10-stable/contrib/llvm/include/llvm/IR/IntrinsicsARM.td
/freebsd-10-stable/contrib/llvm/include/llvm/IR/IntrinsicsMips.td
/freebsd-10-stable/contrib/llvm/include/llvm/IR/IntrinsicsNVVM.td
/freebsd-10-stable/contrib/llvm/include/llvm/IR/IntrinsicsPowerPC.td
/freebsd-10-stable/contrib/llvm/include/llvm/IR/IntrinsicsX86.td
/freebsd-10-stable/contrib/llvm/include/llvm/IR/IntrinsicsXCore.td
/freebsd-10-stable/contrib/llvm/include/llvm/IR/LLVMContext.h
/freebsd-10-stable/contrib/llvm/include/llvm/IR/LegacyPassManager.h
/freebsd-10-stable/contrib/llvm/include/llvm/IR/LegacyPassManagers.h
/freebsd-10-stable/contrib/llvm/include/llvm/IR/Metadata.h
/freebsd-10-stable/contrib/llvm/include/llvm/IR/Module.h
/freebsd-10-stable/contrib/llvm/include/llvm/IR/Operator.h
/freebsd-10-stable/contrib/llvm/include/llvm/IR/PassManager.h
/freebsd-10-stable/contrib/llvm/include/llvm/IR/Type.h
/freebsd-10-stable/contrib/llvm/include/llvm/IR/TypeBuilder.h
/freebsd-10-stable/contrib/llvm/include/llvm/IR/Use.h
/freebsd-10-stable/contrib/llvm/include/llvm/IR/Value.h
/freebsd-10-stable/contrib/llvm/include/llvm/InitializePasses.h
/freebsd-10-stable/contrib/llvm/include/llvm/InstVisitor.h
/freebsd-10-stable/contrib/llvm/include/llvm/LTO
/freebsd-10-stable/contrib/llvm/include/llvm/LinkAllPasses.h
/freebsd-10-stable/contrib/llvm/include/llvm/Linker.h
/freebsd-10-stable/contrib/llvm/include/llvm/MC/MCAsmBackend.h
/freebsd-10-stable/contrib/llvm/include/llvm/MC/MCAsmInfo.h
/freebsd-10-stable/contrib/llvm/include/llvm/MC/MCAsmInfoELF.h
/freebsd-10-stable/contrib/llvm/include/llvm/MC/MCAssembler.h
/freebsd-10-stable/contrib/llvm/include/llvm/MC/MCAtom.h
/freebsd-10-stable/contrib/llvm/include/llvm/MC/MCCodeGenInfo.h
/freebsd-10-stable/contrib/llvm/include/llvm/MC/MCContext.h
/freebsd-10-stable/contrib/llvm/include/llvm/MC/MCDisassembler.h
/freebsd-10-stable/contrib/llvm/include/llvm/MC/MCDwarf.h
/freebsd-10-stable/contrib/llvm/include/llvm/MC/MCELFObjectWriter.h
/freebsd-10-stable/contrib/llvm/include/llvm/MC/MCELFStreamer.h
/freebsd-10-stable/contrib/llvm/include/llvm/MC/MCELFSymbolFlags.h
/freebsd-10-stable/contrib/llvm/include/llvm/MC/MCExpr.h
/freebsd-10-stable/contrib/llvm/include/llvm/MC/MCExternalSymbolizer.h
/freebsd-10-stable/contrib/llvm/include/llvm/MC/MCFunction.h
/freebsd-10-stable/contrib/llvm/include/llvm/MC/MCInstPrinter.h
/freebsd-10-stable/contrib/llvm/include/llvm/MC/MCInstrAnalysis.h
/freebsd-10-stable/contrib/llvm/include/llvm/MC/MCInstrDesc.h
/freebsd-10-stable/contrib/llvm/include/llvm/MC/MCInstrItineraries.h
/freebsd-10-stable/contrib/llvm/include/llvm/MC/MCMachOSymbolFlags.h
/freebsd-10-stable/contrib/llvm/include/llvm/MC/MCMachObjectWriter.h
/freebsd-10-stable/contrib/llvm/include/llvm/MC/MCModule.h
/freebsd-10-stable/contrib/llvm/include/llvm/MC/MCModuleYAML.h
/freebsd-10-stable/contrib/llvm/include/llvm/MC/MCObjectDisassembler.h
/freebsd-10-stable/contrib/llvm/include/llvm/MC/MCObjectFileInfo.h
/freebsd-10-stable/contrib/llvm/include/llvm/MC/MCObjectStreamer.h
/freebsd-10-stable/contrib/llvm/include/llvm/MC/MCObjectSymbolizer.h
/freebsd-10-stable/contrib/llvm/include/llvm/MC/MCParser/AsmLexer.h
/freebsd-10-stable/contrib/llvm/include/llvm/MC/MCParser/MCAsmParser.h
/freebsd-10-stable/contrib/llvm/include/llvm/MC/MCRegisterInfo.h
/freebsd-10-stable/contrib/llvm/include/llvm/MC/MCRelocationInfo.h
/freebsd-10-stable/contrib/llvm/include/llvm/MC/MCSchedule.h
/freebsd-10-stable/contrib/llvm/include/llvm/MC/MCSectionCOFF.h
/freebsd-10-stable/contrib/llvm/include/llvm/MC/MCSectionMachO.h
/freebsd-10-stable/contrib/llvm/include/llvm/MC/MCStreamer.h
/freebsd-10-stable/contrib/llvm/include/llvm/MC/MCSubtargetInfo.h
/freebsd-10-stable/contrib/llvm/include/llvm/MC/MCSymbolizer.h
/freebsd-10-stable/contrib/llvm/include/llvm/MC/MCTargetAsmParser.h
/freebsd-10-stable/contrib/llvm/include/llvm/MC/MCWinCOFFObjectWriter.h
/freebsd-10-stable/contrib/llvm/include/llvm/MC/MachineLocation.h
/freebsd-10-stable/contrib/llvm/include/llvm/MC/SubtargetFeature.h
/freebsd-10-stable/contrib/llvm/include/llvm/Object/Archive.h
/freebsd-10-stable/contrib/llvm/include/llvm/Object/Binary.h
/freebsd-10-stable/contrib/llvm/include/llvm/Object/COFF.h
/freebsd-10-stable/contrib/llvm/include/llvm/Object/COFFYAML.h
/freebsd-10-stable/contrib/llvm/include/llvm/Object/ELF.h
/freebsd-10-stable/contrib/llvm/include/llvm/Object/ELFObjectFile.h
/freebsd-10-stable/contrib/llvm/include/llvm/Object/ELFTypes.h
/freebsd-10-stable/contrib/llvm/include/llvm/Object/ELFYAML.h
/freebsd-10-stable/contrib/llvm/include/llvm/Object/Error.h
/freebsd-10-stable/contrib/llvm/include/llvm/Object/MachO.h
/freebsd-10-stable/contrib/llvm/include/llvm/Object/MachOFormat.h
/freebsd-10-stable/contrib/llvm/include/llvm/Object/MachOUniversal.h
/freebsd-10-stable/contrib/llvm/include/llvm/Object/ObjectFile.h
/freebsd-10-stable/contrib/llvm/include/llvm/Object/RelocVisitor.h
/freebsd-10-stable/contrib/llvm/include/llvm/Object/YAML.h
/freebsd-10-stable/contrib/llvm/include/llvm/Option/ArgList.h
/freebsd-10-stable/contrib/llvm/include/llvm/Option/OptParser.td
/freebsd-10-stable/contrib/llvm/include/llvm/Option/OptTable.h
/freebsd-10-stable/contrib/llvm/include/llvm/Option/Option.h
/freebsd-10-stable/contrib/llvm/include/llvm/PassManager.h
/freebsd-10-stable/contrib/llvm/include/llvm/PassManagers.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/Allocator.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/BlockFrequency.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/CFG.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/COFF.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/CallSite.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/Casting.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/CommandLine.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/Compiler.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/Compression.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/ConstantRange.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/ConvertUTF.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/DataTypes.h.in
/freebsd-10-stable/contrib/llvm/include/llvm/Support/Debug.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/DebugLoc.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/Dwarf.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/ELF.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/ErrorOr.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/FileSystem.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/FileUtilities.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/FormattedStream.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/GCOV.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/GetElementPtrTypeIterator.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/GraphWriter.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/Host.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/IntegersSubset.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/IntegersSubsetMapping.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/LEB128.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/MD5.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/MachO.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/ManagedStatic.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/MathExtras.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/MemoryBuffer.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/MemoryObject.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/PassNameParser.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/Path.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/PathV1.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/PathV2.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/PatternMatch.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/PrettyStackTrace.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/Process.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/Program.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/RecyclingAllocator.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/Regex.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/Registry.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/Signals.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/Solaris.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/SourceMgr.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/StreamableMemoryObject.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/StringRefMemoryObject.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/SystemUtils.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/TargetRegistry.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/TimeValue.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/ToolOutputFile.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/Unicode.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/UnicodeCharRanges.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/Valgrind.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/ValueHandle.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/YAMLParser.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/YAMLTraits.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/raw_ostream.h
/freebsd-10-stable/contrib/llvm/include/llvm/TableGen/Record.h
/freebsd-10-stable/contrib/llvm/include/llvm/TableGen/StringToOffsetTable.h
/freebsd-10-stable/contrib/llvm/include/llvm/TableGen/TableGenBackend.h
/freebsd-10-stable/contrib/llvm/include/llvm/Target/CostTable.h
/freebsd-10-stable/contrib/llvm/include/llvm/Target/Mangler.h
/freebsd-10-stable/contrib/llvm/include/llvm/Target/Target.td
/freebsd-10-stable/contrib/llvm/include/llvm/Target/TargetCallingConv.h
/freebsd-10-stable/contrib/llvm/include/llvm/Target/TargetCallingConv.td
/freebsd-10-stable/contrib/llvm/include/llvm/Target/TargetFrameLowering.h
/freebsd-10-stable/contrib/llvm/include/llvm/Target/TargetInstrInfo.h
/freebsd-10-stable/contrib/llvm/include/llvm/Target/TargetLibraryInfo.h
/freebsd-10-stable/contrib/llvm/include/llvm/Target/TargetLowering.h
/freebsd-10-stable/contrib/llvm/include/llvm/Target/TargetLoweringObjectFile.h
/freebsd-10-stable/contrib/llvm/include/llvm/Target/TargetMachine.h
/freebsd-10-stable/contrib/llvm/include/llvm/Target/TargetOpcodes.h
/freebsd-10-stable/contrib/llvm/include/llvm/Target/TargetOptions.h
/freebsd-10-stable/contrib/llvm/include/llvm/Target/TargetRegisterInfo.h
/freebsd-10-stable/contrib/llvm/include/llvm/Target/TargetSchedule.td
/freebsd-10-stable/contrib/llvm/include/llvm/Target/TargetSelectionDAG.td
/freebsd-10-stable/contrib/llvm/include/llvm/Target/TargetSelectionDAGInfo.h
/freebsd-10-stable/contrib/llvm/include/llvm/Target/TargetSubtargetInfo.h
/freebsd-10-stable/contrib/llvm/include/llvm/Transforms/IPO.h
/freebsd-10-stable/contrib/llvm/include/llvm/Transforms/IPO/PassManagerBuilder.h
/freebsd-10-stable/contrib/llvm/include/llvm/Transforms/Instrumentation.h
/freebsd-10-stable/contrib/llvm/include/llvm/Transforms/Scalar.h
/freebsd-10-stable/contrib/llvm/include/llvm/Transforms/Utils/BasicBlockUtils.h
/freebsd-10-stable/contrib/llvm/include/llvm/Transforms/Utils/BlackList.h
/freebsd-10-stable/contrib/llvm/include/llvm/Transforms/Utils/Cloning.h
/freebsd-10-stable/contrib/llvm/include/llvm/Transforms/Utils/GlobalStatus.h
/freebsd-10-stable/contrib/llvm/include/llvm/Transforms/Utils/Local.h
/freebsd-10-stable/contrib/llvm/include/llvm/Transforms/Utils/LoopUtils.h
/freebsd-10-stable/contrib/llvm/include/llvm/Transforms/Utils/ModuleUtils.h
/freebsd-10-stable/contrib/llvm/include/llvm/Transforms/Utils/PromoteMemToReg.h
/freebsd-10-stable/contrib/llvm/include/llvm/Transforms/Utils/SSAUpdater.h
/freebsd-10-stable/contrib/llvm/include/llvm/Transforms/Utils/SpecialCaseList.h
/freebsd-10-stable/contrib/llvm/include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h
/freebsd-10-stable/contrib/llvm/include/llvm/Transforms/Utils/ValueMapper.h
/freebsd-10-stable/contrib/llvm/include/llvm/Transforms/Vectorize.h
/freebsd-10-stable/contrib/llvm/lib/Analysis/AliasAnalysis.cpp
/freebsd-10-stable/contrib/llvm/lib/Analysis/AliasSetTracker.cpp
/freebsd-10-stable/contrib/llvm/lib/Analysis/Analysis.cpp
/freebsd-10-stable/contrib/llvm/lib/Analysis/BasicAliasAnalysis.cpp
/freebsd-10-stable/contrib/llvm/lib/Analysis/BlockFrequencyInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Analysis/BranchProbabilityInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Analysis/CFG.cpp
/freebsd-10-stable/contrib/llvm/lib/Analysis/CaptureTracking.cpp
/freebsd-10-stable/contrib/llvm/lib/Analysis/ConstantFolding.cpp
/freebsd-10-stable/contrib/llvm/lib/Analysis/CostModel.cpp
/freebsd-10-stable/contrib/llvm/lib/Analysis/Delinearization.cpp
/freebsd-10-stable/contrib/llvm/lib/Analysis/DependenceAnalysis.cpp
/freebsd-10-stable/contrib/llvm/lib/Analysis/IPA/CallGraph.cpp
/freebsd-10-stable/contrib/llvm/lib/Analysis/IPA/CallGraphSCCPass.cpp
/freebsd-10-stable/contrib/llvm/lib/Analysis/IPA/GlobalsModRef.cpp
/freebsd-10-stable/contrib/llvm/lib/Analysis/IPA/IPA.cpp
/freebsd-10-stable/contrib/llvm/lib/Analysis/IPA/InlineCost.cpp
/freebsd-10-stable/contrib/llvm/lib/Analysis/InstructionSimplify.cpp
/freebsd-10-stable/contrib/llvm/lib/Analysis/LazyValueInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Analysis/Lint.cpp
/freebsd-10-stable/contrib/llvm/lib/Analysis/LoopInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Analysis/LoopPass.cpp
/freebsd-10-stable/contrib/llvm/lib/Analysis/MemoryBuiltins.cpp
/freebsd-10-stable/contrib/llvm/lib/Analysis/MemoryDependenceAnalysis.cpp
/freebsd-10-stable/contrib/llvm/lib/Analysis/PathNumbering.cpp
/freebsd-10-stable/contrib/llvm/lib/Analysis/PathProfileInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Analysis/PathProfileVerifier.cpp
/freebsd-10-stable/contrib/llvm/lib/Analysis/ProfileDataLoader.cpp
/freebsd-10-stable/contrib/llvm/lib/Analysis/ProfileDataLoaderPass.cpp
/freebsd-10-stable/contrib/llvm/lib/Analysis/ProfileEstimatorPass.cpp
/freebsd-10-stable/contrib/llvm/lib/Analysis/ProfileInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Analysis/ProfileInfoLoader.cpp
/freebsd-10-stable/contrib/llvm/lib/Analysis/ProfileInfoLoaderPass.cpp
/freebsd-10-stable/contrib/llvm/lib/Analysis/ProfileVerifierPass.cpp
/freebsd-10-stable/contrib/llvm/lib/Analysis/RegionInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Analysis/ScalarEvolution.cpp
/freebsd-10-stable/contrib/llvm/lib/Analysis/ScalarEvolutionExpander.cpp
/freebsd-10-stable/contrib/llvm/lib/Analysis/ScalarEvolutionNormalization.cpp
/freebsd-10-stable/contrib/llvm/lib/Analysis/TargetTransformInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Analysis/TypeBasedAliasAnalysis.cpp
/freebsd-10-stable/contrib/llvm/lib/Analysis/ValueTracking.cpp
/freebsd-10-stable/contrib/llvm/lib/Archive
/freebsd-10-stable/contrib/llvm/lib/AsmParser/LLLexer.cpp
/freebsd-10-stable/contrib/llvm/lib/AsmParser/LLParser.cpp
/freebsd-10-stable/contrib/llvm/lib/AsmParser/LLParser.h
/freebsd-10-stable/contrib/llvm/lib/AsmParser/LLToken.h
/freebsd-10-stable/contrib/llvm/lib/AsmParser/Parser.cpp
/freebsd-10-stable/contrib/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
/freebsd-10-stable/contrib/llvm/lib/Bitcode/Reader/BitcodeReader.h
/freebsd-10-stable/contrib/llvm/lib/Bitcode/Reader/BitstreamReader.cpp
/freebsd-10-stable/contrib/llvm/lib/Bitcode/Writer/BitWriter.cpp
/freebsd-10-stable/contrib/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
/freebsd-10-stable/contrib/llvm/lib/Bitcode/Writer/ValueEnumerator.cpp
/freebsd-10-stable/contrib/llvm/lib/Bitcode/Writer/ValueEnumerator.h
/freebsd-10-stable/contrib/llvm/lib/CodeGen/AggressiveAntiDepBreaker.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/Analysis.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/ARMException.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/DIE.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/DIE.h
/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/DIEHash.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/DIEHash.h
/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfAccelTable.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfAccelTable.h
/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfException.h
/freebsd-10-stable/contrib/llvm/lib/CodeGen/BasicTargetTransformInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/BranchFolding.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/BranchFolding.h
/freebsd-10-stable/contrib/llvm/lib/CodeGen/CalcSpillWeights.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/CallingConvLower.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/CodeGen.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/CriticalAntiDepBreaker.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/CriticalAntiDepBreaker.h
/freebsd-10-stable/contrib/llvm/lib/CodeGen/DFAPacketizer.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/DeadMachineInstructionElim.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/DwarfEHPrepare.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/ExecutionDepsFix.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/ExpandPostRAPseudos.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/IfConversion.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/InlineSpiller.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/InterferenceCache.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/InterferenceCache.h
/freebsd-10-stable/contrib/llvm/lib/CodeGen/IntrinsicLowering.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/LLVMTargetMachine.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/LexicalScopes.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/LiveDebugVariables.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/LiveDebugVariables.h
/freebsd-10-stable/contrib/llvm/lib/CodeGen/LiveInterval.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/LiveRangeCalc.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/LiveRangeCalc.h
/freebsd-10-stable/contrib/llvm/lib/CodeGen/LiveRangeEdit.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/LiveRegMatrix.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/LiveRegUnits.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/LiveVariables.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/MachineBasicBlock.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/MachineBlockFrequencyInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/MachineBlockPlacement.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/MachineCSE.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/MachineCopyPropagation.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/MachineFunction.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/MachineInstr.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/MachineLICM.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/MachineModuleInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/MachineRegisterInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/MachineSSAUpdater.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/MachineScheduler.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/MachineSink.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/MachineTraceMetrics.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/MachineVerifier.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/PHIElimination.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/PHIEliminationUtils.h
/freebsd-10-stable/contrib/llvm/lib/CodeGen/Passes.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/PeepholeOptimizer.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/PostRASchedulerList.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/ProcessImplicitDefs.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/PrologEpilogInserter.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/PrologEpilogInserter.h
/freebsd-10-stable/contrib/llvm/lib/CodeGen/RegAllocBase.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/RegAllocBase.h
/freebsd-10-stable/contrib/llvm/lib/CodeGen/RegAllocBasic.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/RegAllocFast.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/RegAllocGreedy.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/RegAllocPBQP.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/RegisterClassInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/RegisterCoalescer.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/RegisterPressure.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/RegisterScavenging.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/ScheduleDAG.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/InstrEmitter.h
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/ResourcePriorityQueue.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/SDNodeOrdering.h
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/ShrinkWrapping.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SjLjEHPrepare.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SpillPlacement.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SpillPlacement.h
/freebsd-10-stable/contrib/llvm/lib/CodeGen/Spiller.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SplitKit.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SplitKit.h
/freebsd-10-stable/contrib/llvm/lib/CodeGen/StackColoring.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/StackMaps.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/StackProtector.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/StackSlotColoring.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/StrongPHIElimination.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/TailDuplication.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/TargetInstrInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/TargetLoweringBase.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/TargetOptionsImpl.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/TargetRegisterInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/TargetSchedule.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/UnreachableBlockElim.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/VirtRegMap.cpp
/freebsd-10-stable/contrib/llvm/lib/DebugInfo/DWARFAbbreviationDeclaration.cpp
/freebsd-10-stable/contrib/llvm/lib/DebugInfo/DWARFAbbreviationDeclaration.h
/freebsd-10-stable/contrib/llvm/lib/DebugInfo/DWARFAttribute.h
/freebsd-10-stable/contrib/llvm/lib/DebugInfo/DWARFCompileUnit.cpp
/freebsd-10-stable/contrib/llvm/lib/DebugInfo/DWARFCompileUnit.h
/freebsd-10-stable/contrib/llvm/lib/DebugInfo/DWARFContext.cpp
/freebsd-10-stable/contrib/llvm/lib/DebugInfo/DWARFContext.h
/freebsd-10-stable/contrib/llvm/lib/DebugInfo/DWARFDebugArangeSet.cpp
/freebsd-10-stable/contrib/llvm/lib/DebugInfo/DWARFDebugArangeSet.h
/freebsd-10-stable/contrib/llvm/lib/DebugInfo/DWARFDebugAranges.cpp
/freebsd-10-stable/contrib/llvm/lib/DebugInfo/DWARFDebugAranges.h
/freebsd-10-stable/contrib/llvm/lib/DebugInfo/DWARFDebugInfoEntry.cpp
/freebsd-10-stable/contrib/llvm/lib/DebugInfo/DWARFDebugInfoEntry.h
/freebsd-10-stable/contrib/llvm/lib/DebugInfo/DWARFDebugLine.cpp
/freebsd-10-stable/contrib/llvm/lib/DebugInfo/DWARFDebugLoc.cpp
/freebsd-10-stable/contrib/llvm/lib/DebugInfo/DWARFDebugLoc.h
/freebsd-10-stable/contrib/llvm/lib/DebugInfo/DWARFFormValue.cpp
/freebsd-10-stable/contrib/llvm/lib/DebugInfo/DWARFTypeUnit.cpp
/freebsd-10-stable/contrib/llvm/lib/DebugInfo/DWARFTypeUnit.h
/freebsd-10-stable/contrib/llvm/lib/DebugInfo/DWARFUnit.cpp
/freebsd-10-stable/contrib/llvm/lib/DebugInfo/DWARFUnit.h
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/ExecutionEngine.cpp
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/ExecutionEngineBindings.cpp
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/IntelJITEventsWrapper.h
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/Interpreter/Execution.cpp
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/JIT/JIT.cpp
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/JIT/JITDwarfEmitter.h
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/JIT/JITEmitter.cpp
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/JIT/JITMemoryManager.cpp
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/MCJIT/MCJIT.h
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/MCJIT/SectionMemoryManager.cpp
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/OProfileJIT/OProfileJITEventListener.cpp
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/OProfileJIT/OProfileWrapper.cpp
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/RTDyldMemoryManager.cpp
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/JITRegistrar.h
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/ObjectImageCommon.h
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/TargetSelect.cpp
/freebsd-10-stable/contrib/llvm/lib/IR/AsmWriter.cpp
/freebsd-10-stable/contrib/llvm/lib/IR/AsmWriter.h
/freebsd-10-stable/contrib/llvm/lib/IR/AttributeImpl.h
/freebsd-10-stable/contrib/llvm/lib/IR/Attributes.cpp
/freebsd-10-stable/contrib/llvm/lib/IR/AutoUpgrade.cpp
/freebsd-10-stable/contrib/llvm/lib/IR/ConstantFold.cpp
/freebsd-10-stable/contrib/llvm/lib/IR/Constants.cpp
/freebsd-10-stable/contrib/llvm/lib/IR/Core.cpp
/freebsd-10-stable/contrib/llvm/lib/IR/DIBuilder.cpp
/freebsd-10-stable/contrib/llvm/lib/IR/DataLayout.cpp
/freebsd-10-stable/contrib/llvm/lib/IR/DebugInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/IR/Function.cpp
/freebsd-10-stable/contrib/llvm/lib/IR/GCOV.cpp
/freebsd-10-stable/contrib/llvm/lib/IR/Globals.cpp
/freebsd-10-stable/contrib/llvm/lib/IR/Instruction.cpp
/freebsd-10-stable/contrib/llvm/lib/IR/Instructions.cpp
/freebsd-10-stable/contrib/llvm/lib/IR/LLVMContextImpl.h
/freebsd-10-stable/contrib/llvm/lib/IR/LegacyPassManager.cpp
/freebsd-10-stable/contrib/llvm/lib/IR/Metadata.cpp
/freebsd-10-stable/contrib/llvm/lib/IR/Module.cpp
/freebsd-10-stable/contrib/llvm/lib/IR/PassManager.cpp
/freebsd-10-stable/contrib/llvm/lib/IR/PassRegistry.cpp
/freebsd-10-stable/contrib/llvm/lib/IR/Type.cpp
/freebsd-10-stable/contrib/llvm/lib/IR/TypeFinder.cpp
/freebsd-10-stable/contrib/llvm/lib/IR/Value.cpp
/freebsd-10-stable/contrib/llvm/lib/IR/ValueTypes.cpp
/freebsd-10-stable/contrib/llvm/lib/IR/Verifier.cpp
/freebsd-10-stable/contrib/llvm/lib/IRReader/IRReader.cpp
/freebsd-10-stable/contrib/llvm/lib/LTO
/freebsd-10-stable/contrib/llvm/lib/Linker/LinkModules.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/ELFObjectWriter.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/MCAsmBackend.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/MCAsmInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/MCAsmInfoCOFF.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/MCAsmInfoDarwin.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/MCAsmInfoELF.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/MCAsmStreamer.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/MCAssembler.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/MCAtom.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/MCContext.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/MCDisassembler.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/MCDisassembler/Disassembler.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/MCDisassembler/Disassembler.h
/freebsd-10-stable/contrib/llvm/lib/MC/MCDwarf.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/MCELF.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/MCELFObjectTargetWriter.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/MCELFStreamer.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/MCExpr.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/MCExternalSymbolizer.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/MCFunction.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/MCInstPrinter.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/MCInstrAnalysis.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/MCMachOStreamer.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/MCModule.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/MCModuleYAML.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/MCNullStreamer.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/MCObjectDisassembler.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/MCObjectFileInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/MCObjectStreamer.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/MCObjectSymbolizer.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/MCParser/AsmLexer.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/MCParser/AsmParser.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/MCParser/COFFAsmParser.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/MCParser/DarwinAsmParser.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/MCParser/ELFAsmParser.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/MCPureStreamer.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/MCRegisterInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/MCRelocationInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/MCSectionCOFF.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/MCSectionELF.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/MCStreamer.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/MCSubtargetInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/MCSymbol.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/MCSymbolizer.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/MCWin64EH.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/MachObjectWriter.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/SubtargetFeature.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/WinCOFFObjectWriter.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/WinCOFFStreamer.cpp
/freebsd-10-stable/contrib/llvm/lib/Object/Archive.cpp
/freebsd-10-stable/contrib/llvm/lib/Object/Binary.cpp
/freebsd-10-stable/contrib/llvm/lib/Object/COFFObjectFile.cpp
/freebsd-10-stable/contrib/llvm/lib/Object/COFFYAML.cpp
/freebsd-10-stable/contrib/llvm/lib/Object/ELF.cpp
/freebsd-10-stable/contrib/llvm/lib/Object/ELFObjectFile.cpp
/freebsd-10-stable/contrib/llvm/lib/Object/ELFYAML.cpp
/freebsd-10-stable/contrib/llvm/lib/Object/Error.cpp
/freebsd-10-stable/contrib/llvm/lib/Object/MachOObjectFile.cpp
/freebsd-10-stable/contrib/llvm/lib/Object/MachOUniversal.cpp
/freebsd-10-stable/contrib/llvm/lib/Object/Object.cpp
/freebsd-10-stable/contrib/llvm/lib/Object/ObjectFile.cpp
/freebsd-10-stable/contrib/llvm/lib/Object/YAML.cpp
/freebsd-10-stable/contrib/llvm/lib/Option/ArgList.cpp
/freebsd-10-stable/contrib/llvm/lib/Option/OptTable.cpp
/freebsd-10-stable/contrib/llvm/lib/Option/Option.cpp
/freebsd-10-stable/contrib/llvm/lib/Support/APFloat.cpp
/freebsd-10-stable/contrib/llvm/lib/Support/APInt.cpp
/freebsd-10-stable/contrib/llvm/lib/Support/Allocator.cpp
/freebsd-10-stable/contrib/llvm/lib/Support/BlockFrequency.cpp
/freebsd-10-stable/contrib/llvm/lib/Support/CommandLine.cpp
/freebsd-10-stable/contrib/llvm/lib/Support/Compression.cpp
/freebsd-10-stable/contrib/llvm/lib/Support/ConstantRange.cpp
/freebsd-10-stable/contrib/llvm/lib/Support/ConvertUTFWrapper.cpp
/freebsd-10-stable/contrib/llvm/lib/Support/CrashRecoveryContext.cpp
/freebsd-10-stable/contrib/llvm/lib/Support/DataStream.cpp
/freebsd-10-stable/contrib/llvm/lib/Support/Disassembler.cpp
/freebsd-10-stable/contrib/llvm/lib/Support/Dwarf.cpp
/freebsd-10-stable/contrib/llvm/lib/Support/DynamicLibrary.cpp
/freebsd-10-stable/contrib/llvm/lib/Support/Errno.cpp
/freebsd-10-stable/contrib/llvm/lib/Support/ErrorHandling.cpp
/freebsd-10-stable/contrib/llvm/lib/Support/FileOutputBuffer.cpp
/freebsd-10-stable/contrib/llvm/lib/Support/FileUtilities.cpp
/freebsd-10-stable/contrib/llvm/lib/Support/FormattedStream.cpp
/freebsd-10-stable/contrib/llvm/lib/Support/GraphWriter.cpp
/freebsd-10-stable/contrib/llvm/lib/Support/Host.cpp
/freebsd-10-stable/contrib/llvm/lib/Support/Locale.cpp
/freebsd-10-stable/contrib/llvm/lib/Support/LocaleGeneric.inc
/freebsd-10-stable/contrib/llvm/lib/Support/LocaleWindows.inc
/freebsd-10-stable/contrib/llvm/lib/Support/LocaleXlocale.inc
/freebsd-10-stable/contrib/llvm/lib/Support/LockFileManager.cpp
/freebsd-10-stable/contrib/llvm/lib/Support/MD5.cpp
/freebsd-10-stable/contrib/llvm/lib/Support/MemoryBuffer.cpp
/freebsd-10-stable/contrib/llvm/lib/Support/MemoryObject.cpp
/freebsd-10-stable/contrib/llvm/lib/Support/Path.cpp
/freebsd-10-stable/contrib/llvm/lib/Support/PathV2.cpp
/freebsd-10-stable/contrib/llvm/lib/Support/PrettyStackTrace.cpp
/freebsd-10-stable/contrib/llvm/lib/Support/Process.cpp
/freebsd-10-stable/contrib/llvm/lib/Support/Program.cpp
/freebsd-10-stable/contrib/llvm/lib/Support/Regex.cpp
/freebsd-10-stable/contrib/llvm/lib/Support/SmallPtrSet.cpp
/freebsd-10-stable/contrib/llvm/lib/Support/SourceMgr.cpp
/freebsd-10-stable/contrib/llvm/lib/Support/StreamableMemoryObject.cpp
/freebsd-10-stable/contrib/llvm/lib/Support/StringRef.cpp
/freebsd-10-stable/contrib/llvm/lib/Support/StringRefMemoryObject.cpp
/freebsd-10-stable/contrib/llvm/lib/Support/SystemUtils.cpp
/freebsd-10-stable/contrib/llvm/lib/Support/TargetRegistry.cpp
/freebsd-10-stable/contrib/llvm/lib/Support/ThreadLocal.cpp
/freebsd-10-stable/contrib/llvm/lib/Support/Timer.cpp
/freebsd-10-stable/contrib/llvm/lib/Support/ToolOutputFile.cpp
/freebsd-10-stable/contrib/llvm/lib/Support/Triple.cpp
/freebsd-10-stable/contrib/llvm/lib/Support/Unicode.cpp
/freebsd-10-stable/contrib/llvm/lib/Support/Unix/Memory.inc
/freebsd-10-stable/contrib/llvm/lib/Support/Unix/Path.inc
/freebsd-10-stable/contrib/llvm/lib/Support/Unix/PathV2.inc
/freebsd-10-stable/contrib/llvm/lib/Support/Unix/Process.inc
/freebsd-10-stable/contrib/llvm/lib/Support/Unix/Program.inc
/freebsd-10-stable/contrib/llvm/lib/Support/Unix/Signals.inc
/freebsd-10-stable/contrib/llvm/lib/Support/Unix/ThreadLocal.inc
/freebsd-10-stable/contrib/llvm/lib/Support/Unix/TimeValue.inc
/freebsd-10-stable/contrib/llvm/lib/Support/Unix/Unix.h
/freebsd-10-stable/contrib/llvm/lib/Support/Windows/DynamicLibrary.inc
/freebsd-10-stable/contrib/llvm/lib/Support/Windows/Memory.inc
/freebsd-10-stable/contrib/llvm/lib/Support/Windows/Path.inc
/freebsd-10-stable/contrib/llvm/lib/Support/Windows/PathV2.inc
/freebsd-10-stable/contrib/llvm/lib/Support/Windows/Process.inc
/freebsd-10-stable/contrib/llvm/lib/Support/Windows/Program.inc
/freebsd-10-stable/contrib/llvm/lib/Support/Windows/RWMutex.inc
/freebsd-10-stable/contrib/llvm/lib/Support/Windows/Signals.inc
/freebsd-10-stable/contrib/llvm/lib/Support/Windows/TimeValue.inc
/freebsd-10-stable/contrib/llvm/lib/Support/Windows/Windows.h
/freebsd-10-stable/contrib/llvm/lib/Support/YAMLParser.cpp
/freebsd-10-stable/contrib/llvm/lib/Support/YAMLTraits.cpp
/freebsd-10-stable/contrib/llvm/lib/Support/raw_ostream.cpp
/freebsd-10-stable/contrib/llvm/lib/TableGen/Main.cpp
/freebsd-10-stable/contrib/llvm/lib/TableGen/Record.cpp
/freebsd-10-stable/contrib/llvm/lib/TableGen/TGParser.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/AArch64.td
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/AArch64AsmPrinter.h
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/AArch64BranchFixupPass.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/AArch64CallingConv.td
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/AArch64FrameLowering.h
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/AArch64ISelLowering.h
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/AArch64InstrFormats.td
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/AArch64InstrInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/AArch64InstrInfo.td
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/AArch64InstrNEON.td
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/AArch64MCInstLower.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/AArch64RegisterInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/AArch64RegisterInfo.td
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/AArch64Subtarget.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/AArch64Subtarget.h
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/InstPrinter/AArch64InstPrinter.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/InstPrinter/AArch64InstPrinter.h
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCCodeEmitter.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.h
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/TargetInfo/AArch64TargetInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/A15SDOptimizer.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/ARM.td
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/ARMAsmPrinter.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/ARMAsmPrinter.h
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/ARMBaseInstrInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/ARMBaseRegisterInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/ARMBaseRegisterInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/ARMBuildAttrs.h
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/ARMCallingConv.td
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/ARMCodeEmitter.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/ARMConstantIslandPass.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/ARMConstantPoolValue.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/ARMConstantPoolValue.h
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/ARMFPUName.def
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/ARMFPUName.h
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/ARMFastISel.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/ARMFeatures.h
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/ARMFrameLowering.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/ARMHazardRecognizer.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/ARMHazardRecognizer.h
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/ARMISelLowering.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/ARMISelLowering.h
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/ARMInstrFormats.td
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/ARMInstrInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/ARMInstrInfo.td
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/ARMInstrNEON.td
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/ARMInstrThumb.td
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/ARMInstrThumb2.td
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/ARMInstrVFP.td
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/ARMMCInstLower.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/ARMMachineFunctionInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/ARMRegisterInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/ARMRegisterInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/ARMRegisterInfo.td
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/ARMSchedule.td
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/ARMScheduleA9.td
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/ARMScheduleSwift.td
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/ARMSelectionDAGInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/ARMSelectionDAGInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/ARMSubtarget.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/ARMSubtarget.h
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/ARMTargetMachine.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/ARMTargetObjectFile.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/InstPrinter/ARMInstPrinter.h
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMAddressingModes.h
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMBaseInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMELFStreamer.h
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.h
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMachORelocationInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMachObjectWriter.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMUnwindOpAsm.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMUnwindOpAsm.h
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/Thumb1FrameLowering.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/Thumb1InstrInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/Thumb1RegisterInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/Thumb1RegisterInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/Thumb2ITBlockPass.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/Thumb2InstrInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/Thumb2RegisterInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/Thumb2RegisterInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/CppBackend/CPPBackend.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/Hexagon.h
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/Hexagon.td
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/HexagonAsmPrinter.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/HexagonCallingConvLower.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/HexagonCallingConvLower.h
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/HexagonCopyToCombine.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/HexagonFrameLowering.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/HexagonHardwareLoops.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/HexagonISelDAGToDAG.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/HexagonISelLowering.h
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/HexagonInstrFormats.td
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/HexagonInstrInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/HexagonInstrInfo.td
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/HexagonInstrInfoV4.td
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/HexagonInstrInfoV5.td
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/HexagonMCInstLower.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/HexagonMachineFunctionInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/HexagonMachineFunctionInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/HexagonMachineScheduler.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/HexagonMachineScheduler.h
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/HexagonNewValueJump.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/HexagonPeephole.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/HexagonRegisterInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/HexagonRegisterInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/HexagonRegisterInfo.td
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/HexagonSelectionDAGInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/HexagonSelectionDAGInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/HexagonSplitConst32AndConst64.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/HexagonSubtarget.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/HexagonSubtarget.h
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/HexagonTargetMachine.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/HexagonTargetObjectFile.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/HexagonTargetObjectFile.h
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/HexagonVLIWPacketizer.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/InstPrinter/HexagonInstPrinter.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCAsmInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCAsmInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/MBlaze
/freebsd-10-stable/contrib/llvm/lib/Target/MSP430/MCTargetDesc/MSP430MCAsmInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/MSP430/MCTargetDesc/MSP430MCAsmInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/MSP430/MSP430AsmPrinter.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/MSP430/MSP430CallingConv.td
/freebsd-10-stable/contrib/llvm/lib/Target/MSP430/MSP430FrameLowering.h
/freebsd-10-stable/contrib/llvm/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/MSP430/MSP430ISelLowering.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/MSP430/MSP430ISelLowering.h
/freebsd-10-stable/contrib/llvm/lib/Target/MSP430/MSP430InstrInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/MSP430/MSP430InstrInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/MSP430/MSP430InstrInfo.td
/freebsd-10-stable/contrib/llvm/lib/Target/MSP430/MSP430MCInstLower.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/MSP430/MSP430RegisterInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/MSP430/MSP430RegisterInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/MSP430/MSP430RegisterInfo.td
/freebsd-10-stable/contrib/llvm/lib/Target/MSP430/MSP430TargetMachine.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Mangler.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/Disassembler/MipsDisassembler.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/InstPrinter/MipsInstPrinter.h
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsDirectObjLower.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsDirectObjLower.h
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsELFStreamer.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsELFStreamer.h
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsFixupKinds.h
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.h
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MSA.txt
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MicroMipsInstrFormats.td
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MicroMipsInstrInfo.td
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/Mips.h
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/Mips.td
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/Mips16FrameLowering.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/Mips16FrameLowering.h
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/Mips16HardFloat.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/Mips16HardFloat.h
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/Mips16ISelDAGToDAG.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/Mips16ISelDAGToDAG.h
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/Mips16ISelLowering.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/Mips16ISelLowering.h
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/Mips16InstrFormats.td
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/Mips16InstrInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/Mips16InstrInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/Mips16InstrInfo.td
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/Mips16RegisterInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/Mips16RegisterInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/Mips64InstrInfo.td
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MipsAnalyzeImmediate.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MipsAnalyzeImmediate.h
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MipsAsmPrinter.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MipsAsmPrinter.h
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MipsCallingConv.td
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MipsCodeEmitter.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MipsCondMov.td
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MipsConstantIslandPass.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MipsDSPInstrInfo.td
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MipsDelaySlotFiller.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MipsISelDAGToDAG.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MipsISelDAGToDAG.h
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MipsISelLowering.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MipsISelLowering.h
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MipsInstrFPU.td
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MipsInstrFormats.td
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MipsInstrInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MipsInstrInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MipsInstrInfo.td
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MipsJITInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MipsLongBranch.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MipsMCInstLower.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MipsMCInstLower.h
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MipsMSAInstrFormats.td
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MipsMSAInstrInfo.td
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MipsMachineFunction.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MipsMachineFunction.h
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MipsOs16.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MipsRegisterInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MipsRegisterInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MipsRegisterInfo.td
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MipsSEFrameLowering.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MipsSEFrameLowering.h
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MipsSEISelDAGToDAG.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MipsSEISelDAGToDAG.h
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MipsSEISelLowering.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MipsSEISelLowering.h
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MipsSEInstrInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MipsSEInstrInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MipsSERegisterInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MipsSERegisterInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MipsSchedule.td
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MipsSubtarget.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MipsSubtarget.h
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MipsTargetMachine.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MipsTargetMachine.h
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MipsTargetStreamer.h
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/InstPrinter/NVPTXInstPrinter.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/InstPrinter/NVPTXInstPrinter.h
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXBaseInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXMCTargetDesc.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/ManagedStringPool.h
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/NVPTX.h
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/NVPTX.td
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/NVPTXAllocaHoisting.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/NVPTXAsmPrinter.h
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/NVPTXFrameLowering.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/NVPTXGenericToNVVM.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/NVPTXISelDAGToDAG.h
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/NVPTXISelLowering.h
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/NVPTXInstrInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/NVPTXInstrInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/NVPTXInstrInfo.td
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/NVPTXIntrinsics.td
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/NVPTXMCExpr.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/NVPTXMCExpr.h
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/NVPTXNumRegisters.h
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/NVPTXPrologEpilogPass.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/NVPTXRegisterInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/NVPTXRegisterInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/NVPTXRegisterInfo.td
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/NVPTXSection.h
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/NVPTXSplitBBatBar.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/NVPTXSubtarget.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/NVPTXSubtarget.h
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/NVPTXTargetMachine.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/NVPTXTargetObjectFile.h
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/NVVMReflect.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/InstPrinter/PPCInstPrinter.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/InstPrinter/PPCInstPrinter.h
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCELFObjectWriter.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCFixupKinds.h
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCExpr.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCExpr.h
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.h
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMachObjectWriter.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCPredicates.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCPredicates.h
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/PPC.h
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/PPC.td
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/PPCCTRLoops.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/PPCCallingConv.td
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/PPCCodeEmitter.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/PPCFastISel.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/PPCFrameLowering.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/PPCFrameLowering.h
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/PPCHazardRecognizers.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/PPCHazardRecognizers.h
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/PPCISelLowering.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/PPCISelLowering.h
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/PPCInstr64Bit.td
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/PPCInstrAltivec.td
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/PPCInstrFormats.td
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/PPCInstrInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/PPCInstrInfo.td
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/PPCJITInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/PPCMCInstLower.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/PPCMachineFunctionInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/PPCRegisterInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/PPCRegisterInfo.td
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/PPCSchedule.td
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/PPCScheduleA2.td
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/PPCScheduleE500mc.td
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/PPCScheduleE5500.td
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/PPCSubtarget.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/PPCSubtarget.h
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/PPCTargetObjectFile.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/PPCTargetObjectFile.h
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/PPCTargetStreamer.h
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/TargetInfo/PowerPCTargetInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/AMDGPU.h
/freebsd-10-stable/contrib/llvm/lib/Target/R600/AMDGPU.td
/freebsd-10-stable/contrib/llvm/lib/Target/R600/AMDGPUAsmPrinter.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/AMDGPUAsmPrinter.h
/freebsd-10-stable/contrib/llvm/lib/Target/R600/AMDGPUCallingConv.td
/freebsd-10-stable/contrib/llvm/lib/Target/R600/AMDGPUFrameLowering.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/AMDGPUISelDAGToDAG.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/AMDGPUISelLowering.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/AMDGPUISelLowering.h
/freebsd-10-stable/contrib/llvm/lib/Target/R600/AMDGPUIndirectAddressing.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/AMDGPUInstrInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/AMDGPUInstrInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/R600/AMDGPUInstrInfo.td
/freebsd-10-stable/contrib/llvm/lib/Target/R600/AMDGPUInstructions.td
/freebsd-10-stable/contrib/llvm/lib/Target/R600/AMDGPUIntrinsics.td
/freebsd-10-stable/contrib/llvm/lib/Target/R600/AMDGPUMCInstLower.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/AMDGPUMachineFunction.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/AMDGPUMachineFunction.h
/freebsd-10-stable/contrib/llvm/lib/Target/R600/AMDGPURegisterInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/AMDGPURegisterInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/R600/AMDGPURegisterInfo.td
/freebsd-10-stable/contrib/llvm/lib/Target/R600/AMDGPUStructurizeCFG.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/AMDGPUSubtarget.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/AMDGPUSubtarget.h
/freebsd-10-stable/contrib/llvm/lib/Target/R600/AMDGPUTargetMachine.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/AMDGPUTargetMachine.h
/freebsd-10-stable/contrib/llvm/lib/Target/R600/AMDGPUTargetTransformInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/AMDIL.h
/freebsd-10-stable/contrib/llvm/lib/Target/R600/AMDIL7XXDevice.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/AMDIL7XXDevice.h
/freebsd-10-stable/contrib/llvm/lib/Target/R600/AMDILBase.td
/freebsd-10-stable/contrib/llvm/lib/Target/R600/AMDILCFGStructurizer.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/AMDILDevice.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/AMDILDevice.h
/freebsd-10-stable/contrib/llvm/lib/Target/R600/AMDILDeviceInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/AMDILDeviceInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/R600/AMDILDevices.h
/freebsd-10-stable/contrib/llvm/lib/Target/R600/AMDILEvergreenDevice.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/AMDILEvergreenDevice.h
/freebsd-10-stable/contrib/llvm/lib/Target/R600/AMDILISelDAGToDAG.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/AMDILISelLowering.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/AMDILInstrInfo.td
/freebsd-10-stable/contrib/llvm/lib/Target/R600/AMDILIntrinsicInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/AMDILNIDevice.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/AMDILNIDevice.h
/freebsd-10-stable/contrib/llvm/lib/Target/R600/AMDILSIDevice.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/AMDILSIDevice.h
/freebsd-10-stable/contrib/llvm/lib/Target/R600/InstPrinter/AMDGPUInstPrinter.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/InstPrinter/AMDGPUInstPrinter.h
/freebsd-10-stable/contrib/llvm/lib/Target/R600/MCTargetDesc/AMDGPUAsmBackend.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/R600/MCTargetDesc/AMDGPUMCCodeEmitter.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/MCTargetDesc/AMDGPUMCCodeEmitter.h
/freebsd-10-stable/contrib/llvm/lib/Target/R600/MCTargetDesc/AMDGPUMCTargetDesc.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/MCTargetDesc/AMDGPUMCTargetDesc.h
/freebsd-10-stable/contrib/llvm/lib/Target/R600/MCTargetDesc/R600MCCodeEmitter.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/Processors.td
/freebsd-10-stable/contrib/llvm/lib/Target/R600/R600ClauseMergePass.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/R600ControlFlowFinalizer.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/R600Defines.h
/freebsd-10-stable/contrib/llvm/lib/Target/R600/R600EmitClauseMarkers.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/R600ExpandSpecialInstrs.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/R600ISelLowering.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/R600ISelLowering.h
/freebsd-10-stable/contrib/llvm/lib/Target/R600/R600InstrFormats.td
/freebsd-10-stable/contrib/llvm/lib/Target/R600/R600InstrInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/R600InstrInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/R600/R600Instructions.td
/freebsd-10-stable/contrib/llvm/lib/Target/R600/R600Intrinsics.td
/freebsd-10-stable/contrib/llvm/lib/Target/R600/R600MachineFunctionInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/R600MachineFunctionInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/R600/R600MachineScheduler.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/R600MachineScheduler.h
/freebsd-10-stable/contrib/llvm/lib/Target/R600/R600OptimizeVectorRegisters.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/R600Packetizer.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/R600RegisterInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/R600RegisterInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/R600/R600RegisterInfo.td
/freebsd-10-stable/contrib/llvm/lib/Target/R600/R600Schedule.td
/freebsd-10-stable/contrib/llvm/lib/Target/R600/R600TextureIntrinsicsReplacer.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/SIAnnotateControlFlow.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/SIDefines.h
/freebsd-10-stable/contrib/llvm/lib/Target/R600/SIFixSGPRCopies.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/SIISelLowering.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/SIISelLowering.h
/freebsd-10-stable/contrib/llvm/lib/Target/R600/SIInsertWaits.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/SIInstrFormats.td
/freebsd-10-stable/contrib/llvm/lib/Target/R600/SIInstrInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/SIInstrInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/R600/SIInstrInfo.td
/freebsd-10-stable/contrib/llvm/lib/Target/R600/SIInstructions.td
/freebsd-10-stable/contrib/llvm/lib/Target/R600/SIIntrinsics.td
/freebsd-10-stable/contrib/llvm/lib/Target/R600/SILowerControlFlow.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/SIMachineFunctionInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/SIMachineFunctionInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/R600/SIRegisterInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/SIRegisterInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/R600/SIRegisterInfo.td
/freebsd-10-stable/contrib/llvm/lib/Target/R600/SITypeRewriter.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/R600/TargetInfo/AMDGPUTargetInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/DelaySlotFiller.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/FPMover.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcBaseInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCAsmInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCAsmInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/Sparc.h
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/Sparc.td
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/SparcAsmPrinter.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/SparcCallingConv.td
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/SparcCodeEmitter.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/SparcFrameLowering.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/SparcFrameLowering.h
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/SparcISelLowering.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/SparcISelLowering.h
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/SparcInstr64Bit.td
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/SparcInstrFormats.td
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/SparcInstrInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/SparcInstrInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/SparcInstrInfo.td
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/SparcJITInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/SparcJITInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/SparcMachineFunctionInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/SparcRegisterInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/SparcRegisterInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/SparcRegisterInfo.td
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/SparcRelocations.h
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/SparcSubtarget.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/SparcSubtarget.h
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/SparcTargetMachine.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/SparcTargetMachine.h
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/TargetInfo/SparcTargetInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/Disassembler
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/InstPrinter/SystemZInstPrinter.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/InstPrinter/SystemZInstPrinter.h
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCCodeEmitter.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.h
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/README.txt
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/SystemZ.h
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/SystemZ.td
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/SystemZCallingConv.td
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/SystemZConstantPoolValue.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/SystemZElimCompare.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/SystemZFrameLowering.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/SystemZFrameLowering.h
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/SystemZISelDAGToDAG.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/SystemZISelLowering.h
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/SystemZInstrFP.td
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/SystemZInstrFormats.td
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/SystemZInstrInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/SystemZInstrInfo.td
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/SystemZLongBranch.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/SystemZMCInstLower.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/SystemZMCInstLower.h
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/SystemZMachineFunctionInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/SystemZMachineFunctionInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/SystemZOperands.td
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/SystemZOperators.td
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/SystemZPatterns.td
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/SystemZProcessors.td
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/SystemZRegisterInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/SystemZRegisterInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/SystemZRegisterInfo.td
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/SystemZSelectionDAGInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/SystemZSelectionDAGInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/SystemZShortenInst.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/SystemZSubtarget.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/SystemZSubtarget.h
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/SystemZTargetMachine.h
/freebsd-10-stable/contrib/llvm/lib/Target/Target.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/TargetLibraryInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/TargetLoweringObjectFile.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/TargetMachine.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/TargetMachineC.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/TargetSubtargetInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/X86/Disassembler/X86Disassembler.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/X86/Disassembler/X86DisassemblerDecoder.c
/freebsd-10-stable/contrib/llvm/lib/Target/X86/Disassembler/X86DisassemblerDecoder.h
/freebsd-10-stable/contrib/llvm/lib/Target/X86/Disassembler/X86DisassemblerDecoderCommon.h
/freebsd-10-stable/contrib/llvm/lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/X86/InstPrinter/X86ATTInstPrinter.h
/freebsd-10-stable/contrib/llvm/lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/X86/InstPrinter/X86IntelInstPrinter.h
/freebsd-10-stable/contrib/llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/X86/MCTargetDesc/X86BaseInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/X86/MCTargetDesc/X86ELFObjectWriter.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/X86/MCTargetDesc/X86ELFRelocationInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/X86/MCTargetDesc/X86MCAsmInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h
/freebsd-10-stable/contrib/llvm/lib/Target/X86/MCTargetDesc/X86MachORelocationInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/X86/MCTargetDesc/X86MachObjectWriter.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/X86/MCTargetDesc/X86WinCOFFObjectWriter.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86.td
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86AsmPrinter.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86AsmPrinter.h
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86CallingConv.h
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86CallingConv.td
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86CodeEmitter.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86FastISel.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86FixupLEAs.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86FloatingPoint.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86FrameLowering.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86FrameLowering.h
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86ISelLowering.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86ISelLowering.h
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86InstrAVX512.td
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86InstrArithmetic.td
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86InstrCompiler.td
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86InstrControl.td
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86InstrExtension.td
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86InstrFMA.td
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86InstrFPStack.td
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86InstrFormats.td
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86InstrFragmentsSIMD.td
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86InstrInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86InstrInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86InstrInfo.td
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86InstrMMX.td
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86InstrSSE.td
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86InstrSVM.td
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86InstrShiftRotate.td
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86InstrSystem.td
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86InstrTSX.td
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86InstrXOP.td
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86JITInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86MCInstLower.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86RegisterInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86RegisterInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86RegisterInfo.td
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86SchedHaswell.td
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86SchedSandyBridge.td
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86Schedule.td
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86ScheduleAtom.td
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86ScheduleSLM.td
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86SelectionDAGInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86SelectionDAGInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86Subtarget.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86Subtarget.h
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86TargetMachine.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86TargetObjectFile.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86TargetObjectFile.h
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86TargetTransformInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/X86/X86VZeroUpper.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/XCore/Disassembler/XCoreDisassembler.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/XCore/MCTargetDesc/XCoreMCAsmInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/XCore/MCTargetDesc/XCoreMCAsmInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/XCore/XCore.h
/freebsd-10-stable/contrib/llvm/lib/Target/XCore/XCoreAsmPrinter.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/XCore/XCoreFrameLowering.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/XCore/XCoreISelDAGToDAG.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/XCore/XCoreISelLowering.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/XCore/XCoreISelLowering.h
/freebsd-10-stable/contrib/llvm/lib/Target/XCore/XCoreInstrInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/XCore/XCoreInstrInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/XCore/XCoreInstrInfo.td
/freebsd-10-stable/contrib/llvm/lib/Target/XCore/XCoreLowerThreadLocal.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/XCore/XCoreMCInstLower.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/XCore/XCoreRegisterInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/XCore/XCoreRegisterInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/XCore/XCoreTargetMachine.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/XCore/XCoreTargetMachine.h
/freebsd-10-stable/contrib/llvm/lib/Target/XCore/XCoreTargetTransformInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/ArgumentPromotion.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/ConstantMerge.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/DeadArgumentElimination.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/ExtractGV.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/FunctionAttrs.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/GlobalDCE.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/GlobalOpt.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/InlineAlways.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/InlineSimple.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/Inliner.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/Internalize.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/MergeFunctions.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/PruneEH.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/StripSymbols.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/InstCombine.h
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/InstCombineWorklist.h
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/BlackList.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/BoundsChecking.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/DebugIR.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/DebugIR.h
/freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/EdgeProfiling.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/Instrumentation.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/OptimalEdgeProfiling.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/PathProfiling.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/ProfilingUtils.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/ProfilingUtils.h
/freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/ObjCARC/ARCRuntimeEntryPoints.h
/freebsd-10-stable/contrib/llvm/lib/Transforms/ObjCARC/DependencyAnalysis.h
/freebsd-10-stable/contrib/llvm/lib/Transforms/ObjCARC/ObjCARC.h
/freebsd-10-stable/contrib/llvm/lib/Transforms/ObjCARC/ObjCARCAliasAnalysis.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/ObjCARC/ObjCARCAliasAnalysis.h
/freebsd-10-stable/contrib/llvm/lib/Transforms/ObjCARC/ObjCARCContract.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/ObjCARC/ObjCARCOpts.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/ObjCARC/ObjCARCUtil.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/ObjCARC/ProvenanceAnalysis.h
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/ADCE.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/BasicBlockPlacement.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/CodeGenPrepare.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/EarlyCSE.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/FlattenCFGPass.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/GVN.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/GlobalMerge.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/JumpThreading.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/LoopDeletion.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/LoopRerollPass.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/LoopUnrollPass.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/LoopUnswitch.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/PartiallyInlineLibCalls.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/Reassociate.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/SCCP.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/SROA.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/SampleProfile.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/Scalar.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/ScalarReplAggregates.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/SimplifyCFGPass.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/SimplifyLibCalls.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/StructurizeCFG.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/TailRecursionElimination.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/BasicBlockUtils.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/CloneFunction.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/CodeExtractor.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/DemoteRegToStack.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/FlattenCFG.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/GlobalStatus.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/InlineFunction.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/LCSSA.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/Local.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/LoopSimplify.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/LoopUnroll.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/LowerExpectIntrinsic.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/LowerInvoke.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/LowerSwitch.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/MetaRenamer.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/ModuleUtils.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/PromoteMemoryToRegister.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/SSAUpdater.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/SimplifyCFG.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/SimplifyIndVar.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/SpecialCaseList.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/ValueMapper.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Vectorize/BBVectorize.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Vectorize/VecUtils.cpp
/freebsd-10-stable/contrib/llvm/lib/Transforms/Vectorize/VecUtils.h
/freebsd-10-stable/contrib/llvm/tools/bugpoint/BugDriver.cpp
/freebsd-10-stable/contrib/llvm/tools/bugpoint/BugDriver.h
/freebsd-10-stable/contrib/llvm/tools/bugpoint/CrashDebugger.cpp
/freebsd-10-stable/contrib/llvm/tools/bugpoint/ExecutionDriver.cpp
/freebsd-10-stable/contrib/llvm/tools/bugpoint/ExtractFunction.cpp
/freebsd-10-stable/contrib/llvm/tools/bugpoint/FindBugs.cpp
/freebsd-10-stable/contrib/llvm/tools/bugpoint/Miscompilation.cpp
/freebsd-10-stable/contrib/llvm/tools/bugpoint/OptimizerDriver.cpp
/freebsd-10-stable/contrib/llvm/tools/bugpoint/ToolRunner.cpp
/freebsd-10-stable/contrib/llvm/tools/bugpoint/ToolRunner.h
/freebsd-10-stable/contrib/llvm/tools/bugpoint/bugpoint.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang-c/CXCompilationDatabase.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang-c/CXString.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang-c/Index.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/ARCMigrate/ARCMT.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/ARCMigrate/ARCMTActions.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/ARCMigrate/FileRemapper.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/APValue.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/ASTConsumer.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/ASTContext.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/ASTDiagnostic.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/ASTFwd.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/ASTImporter.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/ASTLambda.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/ASTMutationListener.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/ASTTypeTraits.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/ASTUnresolvedSet.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/ASTVector.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/Attr.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/CXXInheritance.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/CanonicalType.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/CharUnits.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/Comment.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/CommentCommandTraits.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/CommentCommands.td
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/CommentDiagnostic.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/CommentParser.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/CommentSema.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/Decl.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/DeclAccessPair.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/DeclBase.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/DeclCXX.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/DeclContextInternals.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/DeclFriend.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/DeclLookups.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/DeclObjC.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/DeclOpenMP.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/DeclTemplate.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/DeclarationName.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/EvaluatedExprVisitor.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/Expr.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/ExprCXX.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/ExprObjC.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/ExternalASTSource.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/GlobalDecl.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/LambdaMangleContext.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/Mangle.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/MangleNumberingContext.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/NestedNameSpecifier.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/ParentMap.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/PrettyPrinter.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/RawCommentList.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/RecordLayout.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/RecursiveASTVisitor.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/Redeclarable.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/Stmt.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/StmtCXX.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/StmtIterator.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/StmtObjC.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/StmtOpenMP.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/StmtVisitor.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/TemplateBase.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/Type.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/TypeLoc.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/TypeNodes.def
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/TypeOrdering.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/TypeVisitor.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/UnresolvedSet.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/VTTBuilder.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/VTableBuilder.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/ASTMatchers/ASTMatchFinder.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/ASTMatchers/ASTMatchers.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/ASTMatchers/ASTMatchersInternal.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/ASTMatchers/ASTMatchersMacros.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/Consumed.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/FormatString.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ThreadSafety.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/UninitializedValues.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Analysis/AnalysisContext.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Analysis/AnalysisDiagnostic.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Analysis/CFG.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Analysis/CallGraph.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Analysis/FlowSensitive/DataflowSolver.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Analysis/Support/BlkExprDeclBitVector.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Analysis/Visitors
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/ABI.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/Attr.td
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/AttrKinds.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/Builtins.def
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/Builtins.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsAArch64.def
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsARM.def
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsMips.def
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsNVPTX.def
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsX86.def
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsXCore.def
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/CapturedStmt.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/DeclNodes.td
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/Diagnostic.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/Diagnostic.td
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticASTKinds.td
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticCommentKinds.td
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticCommonKinds.td
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticDriverKinds.td
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticFrontendKinds.td
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticGroups.td
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticIDs.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticLexKinds.td
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticOptions.def
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticParseKinds.td
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticSemaKinds.td
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticSerializationKinds.td
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/FileManager.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/FileSystemStatCache.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/IdentifierTable.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/Lambda.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/LangOptions.def
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/LangOptions.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/Linkage.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/Module.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/ObjCRuntime.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/OpenMPKinds.def
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/OpenMPKinds.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/OperatorKinds.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/PartialDiagnostic.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/Sanitizers.def
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/SourceLocation.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/SourceManager.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/Specifiers.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/StmtNodes.td
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/TargetBuiltins.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/TargetCXXABI.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/TargetInfo.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/TargetOptions.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/TemplateKinds.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/TokenKinds.def
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/TypeTraits.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/Visibility.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/arm_neon.td
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/CodeGen/CGFunctionInfo.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/CodeGen/CodeGenABITypes.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Driver/Action.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Driver/Arg.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Driver/ArgList.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Driver/CC1AsOptions.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Driver/CC1AsOptions.td
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Driver/CC1Options.td
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Driver/CLCompatOptions.td
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Driver/Compilation.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Driver/Driver.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Driver/DriverDiagnostic.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Driver/Job.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Driver/OptParser.td
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Driver/OptSpecifier.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Driver/OptTable.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Driver/Option.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Driver/Options.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Driver/Options.td
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Driver/SanitizerArgs.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Driver/Tool.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Driver/ToolChain.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Driver/Types.def
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Driver/Types.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Driver/Util.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Edit/Commit.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Edit/EditedSource.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Edit/Rewriters.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Format/Format.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Frontend/ASTConsumers.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Frontend/ASTUnit.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Frontend/CodeGenOptions.def
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Frontend/CodeGenOptions.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Frontend/CompilerInstance.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Frontend/CompilerInvocation.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Frontend/DependencyOutputOptions.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Frontend/FrontendAction.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Frontend/FrontendActions.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Frontend/FrontendDiagnostic.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Frontend/FrontendOptions.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Frontend/TextDiagnostic.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Frontend/Utils.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Index
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/DirectoryLookup.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/HeaderSearch.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/HeaderSearchOptions.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/LexDiagnostic.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/Lexer.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/LiteralSupport.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/MacroInfo.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/ModuleLoader.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/ModuleMap.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/MultipleIncludeOpt.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/PPCallbacks.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/PPConditionalDirectiveRecord.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/PTHLexer.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/PreprocessingRecord.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/Preprocessor.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/PreprocessorLexer.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/Token.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/TokenLexer.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Parse/ParseDiagnostic.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Parse/Parser.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Rewrite/Core/HTMLRewrite.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Rewrite/Core/Rewriter.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/AnalysisBasedWarnings.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/AttributeList.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/CodeCompleteConsumer.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/DeclSpec.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/DelayedDiagnostic.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/ExternalSemaSource.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/IdentifierResolver.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/Initialization.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/Lookup.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/MultiplexExternalSemaSource.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/Overload.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/Ownership.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/Scope.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/ScopeInfo.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/Sema.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/SemaDiagnostic.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/SemaInternal.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/SemaLambda.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/Template.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/TemplateDeduction.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/TypoCorrection.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Serialization/ASTBitCodes.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Serialization/ASTReader.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Serialization/ASTWriter.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Serialization/GlobalModuleIndex.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Serialization/ModuleManager.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Serialization/SerializationDiagnostic.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/CommonBugCategories.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/ObjCRetainCount.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/Analyses.def
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/Checker.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/CheckerRegistry.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathDiagnosticConsumers.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Tooling/ArgumentsAdjusters.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Tooling/CommonOptionsParser.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Tooling/CompilationDatabase.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Tooling/ReplacementsYaml.h
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Tooling/Tooling.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/ARCMigrate/ARCMT.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/ARCMigrate/FileRemapper.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/ARCMigrate/ObjCMT.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/ARCMigrate/TransUnbridgedCasts.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/ARCMigrate/Transforms.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/ARCMigrate/Transforms.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/APValue.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/ASTContext.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/ASTDiagnostic.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/ASTDumper.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/ASTImporter.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/ASTTypeTraits.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/AttrImpl.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/CXXABI.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/CXXInheritance.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/Comment.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/CommentCommandTraits.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/CommentLexer.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/CommentParser.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/CommentSema.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/Decl.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/DeclBase.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/DeclCXX.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/DeclFriend.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/DeclObjC.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/DeclOpenMP.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/DeclPrinter.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/DeclTemplate.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/DeclarationName.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/DumpXML.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/Expr.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/ExprCXX.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/ExprClassification.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/ExprConstant.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/InheritViz.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/ItaniumCXXABI.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/ItaniumMangle.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/LambdaMangleContext.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/Mangle.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/MangleNumberingContext.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/MicrosoftCXXABI.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/MicrosoftMangle.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/NestedNameSpecifier.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/ParentMap.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/RawCommentList.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/RecordLayout.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/RecordLayoutBuilder.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/Stmt.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/StmtIterator.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/StmtPrinter.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/StmtProfile.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/TemplateBase.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/Type.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/TypeLoc.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/TypePrinter.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/VTableBuilder.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/ASTMatchers/ASTMatchFinder.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/ASTMatchers/ASTMatchersInternal.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/AnalysisDeclContext.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/CFG.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/CFGReachabilityAnalysis.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/Consumed.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/FormatString.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/LiveVariables.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/PrintfFormatString.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/ReachableCode.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/ScanfFormatString.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/ThreadSafety.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/UninitializedValues.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/Builtins.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/DiagnosticIDs.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/FileManager.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/FileSystemStatCache.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/IdentifierTable.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/Module.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/ObjCRuntime.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/OpenMPKinds.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/OperatorPrecedence.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/SourceManager.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/TargetInfo.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/Targets.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/Version.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/ABIInfo.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/BackendUtil.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/CGAtomic.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/CGBlocks.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/CGBuiltin.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/CGCUDARuntime.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/CGCXX.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/CGCXXABI.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/CGCXXABI.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/CGCall.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/CGCall.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/CGClass.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/CGCleanup.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/CGCleanup.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/CGDebugInfo.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/CGDebugInfo.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/CGDecl.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/CGDeclCXX.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/CGException.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/CGExpr.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/CGExprAgg.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/CGExprCXX.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/CGExprComplex.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/CGExprConstant.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/CGExprScalar.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/CGObjC.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/CGObjCGNU.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/CGObjCMac.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/CGObjCRuntime.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/CGRTTI.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/CGStmt.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/CGVTT.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/CGVTables.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/CGVTables.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/CGValue.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/CodeGenABITypes.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/CodeGenAction.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/CodeGenFunction.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/CodeGenFunction.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/CodeGenModule.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/CodeGenModule.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/CodeGenTBAA.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/CodeGenTBAA.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/CodeGenTypes.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/CodeGenTypes.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/EHScopeStack.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/ItaniumCXXABI.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/MicrosoftVBTables.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/MicrosoftVBTables.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/ModuleBuilder.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/TargetInfo.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/TargetInfo.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Driver/Action.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Driver/Arg.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Driver/ArgList.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Driver/CC1AsOptions.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Driver/Compilation.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Driver/Driver.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Driver/DriverOptions.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Driver/InputInfo.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Driver/Job.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Driver/OptTable.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Driver/Option.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Driver/SanitizerArgs.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Driver/SanitizerArgs.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Driver/ToolChain.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Driver/ToolChains.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Driver/ToolChains.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Driver/Tools.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Driver/Tools.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Driver/Types.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Driver/WindowsToolChain.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Edit/Commit.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/BreakableToken.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/BreakableToken.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/ContinuationIndenter.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/ContinuationIndenter.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/Encoding.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/Format.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/FormatToken.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/FormatToken.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/TokenAnnotator.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/TokenAnnotator.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/UnwrappedLineParser.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/UnwrappedLineParser.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/WhitespaceManager.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/WhitespaceManager.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/ASTConsumers.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/ASTUnit.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/CacheTokens.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/ChainedIncludesSource.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/CompilerInstance.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/CompilerInvocation.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/CreateInvocationFromCommandLine.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/DependencyFile.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/FrontendAction.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/FrontendActions.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/FrontendOptions.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/HeaderIncludeGen.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/InitHeaderSearch.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/InitPreprocessor.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/MultiplexConsumer.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/PrintPreprocessedOutput.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/TextDiagnostic.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/TextDiagnosticPrinter.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/VerifyDiagnosticConsumer.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/Intrin.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/avx2intrin.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/avxintrin.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/emmintrin.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/f16cintrin.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/immintrin.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/limits.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/module.map
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/prfchwintrin.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/rdseedintrin.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/rtmintrin.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/shaintrin.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/smmintrin.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/tbmintrin.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/tgmath.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/unwind.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/x86intrin.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/xmmintrin.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/xopintrin.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Index
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/HeaderMap.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/HeaderSearch.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/Lexer.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/LiteralSupport.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/ModuleMap.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/PPConditionalDirectiveRecord.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/PPDirectives.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/PPExpressions.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/PPLexerChange.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/PPMacroExpansion.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/PTHLexer.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/Pragma.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/PreprocessingRecord.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/Preprocessor.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/PreprocessorLexer.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/TokenLexer.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/UnicodeCharSets.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/ParseAST.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/ParseCXXInlineMethods.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/ParseDecl.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/ParseDeclCXX.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/ParseExpr.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/ParseExprCXX.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/ParseInit.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/ParseObjc.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/ParseOpenMP.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/ParsePragma.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/ParsePragma.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/ParseStmt.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/ParseTemplate.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/ParseTentative.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/Parser.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/RAIIObjectsForParser.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Core/HTMLRewrite.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Core/Rewriter.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/FixItRewriter.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/FrontendActions.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/InclusionRewriter.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/RewriteMacros.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/RewriteModernObjC.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/RewriteObjC.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/AnalysisBasedWarnings.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/AttributeList.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/DeclSpec.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/IdentifierResolver.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/JumpDiagnostics.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/MultiplexExternalSemaSource.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/ScopeInfo.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/Sema.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/SemaAccess.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/SemaAttr.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/SemaCXXScopeSpec.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/SemaCast.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/SemaChecking.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/SemaCodeComplete.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/SemaDecl.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/SemaDeclAttr.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/SemaDeclCXX.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/SemaDeclObjC.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/SemaExceptionSpec.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/SemaExpr.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/SemaExprCXX.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/SemaExprMember.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/SemaExprObjC.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/SemaFixItUtils.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/SemaInit.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/SemaLambda.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/SemaLookup.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/SemaObjCProperty.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/SemaOpenMP.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/SemaOverload.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/SemaPseudoObject.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/SemaStmt.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/SemaStmtAsm.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/SemaTemplate.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/SemaTemplateDeduction.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/SemaTemplateInstantiate.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/SemaTemplateVariadic.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/SemaType.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/TargetAttributesSema.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/TreeTransform.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/TypeLocBuilder.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/TypeLocBuilder.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/ASTCommon.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/ASTCommon.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/ASTReader.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/ASTReaderDecl.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/ASTReaderStmt.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/ASTWriter.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/ASTWriterDecl.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/ASTWriterStmt.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/GeneratePCH.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/GlobalModuleIndex.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/ModuleManager.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/BuiltinFunctionChecker.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CStringSyntaxChecker.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CheckSecuritySyntaxOnly.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CheckSizeofPointer.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/Checkers.td
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ClangSACheckers.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CommonBugCategories.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/DirectIvarAssignment.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ExprInspectionChecker.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/IdempotentOperationChecker.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MallocOverflowSecurityChecker.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MallocSizeofChecker.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/NoReturnFunctionChecker.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCContainersASTChecker.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/SimpleStreamChecker.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UndefResultChecker.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UndefinedArraySubscriptChecker.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UndefinedAssignmentChecker.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/AnalyzerOptions.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/CheckerContext.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/CheckerManager.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/CommonBugCategories.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/MemRegion.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/PathDiagnostic.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/PrettyStackTraceLocationContext.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ProgramState.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/RegionStore.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/SValBuilder.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/SimpleConstraintManager.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/SimpleConstraintManager.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/Store.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/SymbolManager.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/TextPathDiagnostics.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Tooling/ArgumentsAdjusters.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Tooling/CommonOptionsParser.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Tooling/CompilationDatabase.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Tooling/FileMatchTrie.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Tooling/JSONCompilationDatabase.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Tooling/Refactoring.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Tooling/Tooling.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/tools/driver/cc1_main.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/tools/driver/cc1as_main.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/tools/driver/driver.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/utils/TableGen/ClangAttrEmitter.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/utils/TableGen/ClangCommentCommandInfoEmitter.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/utils/TableGen/ClangDiagnosticsEmitter.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/utils/TableGen/NeonEmitter.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/utils/TableGen/OptParserEmitter.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/utils/TableGen/TableGen.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/utils/TableGen/TableGenBackends.h
/freebsd-10-stable/contrib/llvm/tools/llc/llc.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Expression/IRExecutionUnit.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/ArchSpec.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/ClangExpressionParser.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/IRExecutionUnit.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/IRForTarget.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/FileSpec.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/ClangASTType.cpp
/freebsd-10-stable/contrib/llvm/tools/lli/ChildTarget
/freebsd-10-stable/contrib/llvm/tools/lli/RecordingMemoryManager.cpp
/freebsd-10-stable/contrib/llvm/tools/lli/RecordingMemoryManager.h
/freebsd-10-stable/contrib/llvm/tools/lli/RemoteMemoryManager.cpp
/freebsd-10-stable/contrib/llvm/tools/lli/RemoteMemoryManager.h
/freebsd-10-stable/contrib/llvm/tools/lli/RemoteTarget.cpp
/freebsd-10-stable/contrib/llvm/tools/lli/RemoteTarget.h
/freebsd-10-stable/contrib/llvm/tools/lli/RemoteTargetExternal.cpp
/freebsd-10-stable/contrib/llvm/tools/lli/RemoteTargetExternal.h
/freebsd-10-stable/contrib/llvm/tools/lli/RemoteTargetMessage.h
/freebsd-10-stable/contrib/llvm/tools/lli/Unix
/freebsd-10-stable/contrib/llvm/tools/lli/Windows
/freebsd-10-stable/contrib/llvm/tools/lli/lli.cpp
/freebsd-10-stable/contrib/llvm/tools/llvm-ar/llvm-ar.cpp
/freebsd-10-stable/contrib/llvm/tools/llvm-as/llvm-as.cpp
/freebsd-10-stable/contrib/llvm/tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp
/freebsd-10-stable/contrib/llvm/tools/llvm-diff/DifferenceEngine.cpp
/freebsd-10-stable/contrib/llvm/tools/llvm-diff/llvm-diff.cpp
/freebsd-10-stable/contrib/llvm/tools/llvm-dis/llvm-dis.cpp
/freebsd-10-stable/contrib/llvm/tools/llvm-extract/llvm-extract.cpp
/freebsd-10-stable/contrib/llvm/tools/llvm-link/llvm-link.cpp
/freebsd-10-stable/contrib/llvm/tools/llvm-mc/Disassembler.cpp
/freebsd-10-stable/contrib/llvm/tools/llvm-mc/llvm-mc.cpp
/freebsd-10-stable/contrib/llvm/tools/llvm-nm/llvm-nm.cpp
/freebsd-10-stable/contrib/llvm/tools/llvm-objdump/COFFDump.cpp
/freebsd-10-stable/contrib/llvm/tools/llvm-objdump/ELFDump.cpp
/freebsd-10-stable/contrib/llvm/tools/llvm-objdump/MCFunction.cpp
/freebsd-10-stable/contrib/llvm/tools/llvm-objdump/MCFunction.h
/freebsd-10-stable/contrib/llvm/tools/llvm-objdump/MachODump.cpp
/freebsd-10-stable/contrib/llvm/tools/llvm-objdump/llvm-objdump.cpp
/freebsd-10-stable/contrib/llvm/tools/llvm-objdump/llvm-objdump.h
/freebsd-10-stable/contrib/llvm/tools/llvm-prof
/freebsd-10-stable/contrib/llvm/tools/llvm-ranlib
/freebsd-10-stable/contrib/llvm/tools/llvm-readobj/COFFDumper.cpp
/freebsd-10-stable/contrib/llvm/tools/llvm-readobj/ELFDumper.cpp
/freebsd-10-stable/contrib/llvm/tools/llvm-readobj/MachODumper.cpp
/freebsd-10-stable/contrib/llvm/tools/llvm-readobj/llvm-readobj.cpp
/freebsd-10-stable/contrib/llvm/tools/llvm-rtdyld/llvm-rtdyld.cpp
/freebsd-10-stable/contrib/llvm/tools/llvm-stress/llvm-stress.cpp
/freebsd-10-stable/contrib/llvm/tools/llvm-stub
/freebsd-10-stable/contrib/llvm/tools/llvm-symbolizer/LLVMSymbolize.cpp
/freebsd-10-stable/contrib/llvm/tools/llvm-symbolizer/LLVMSymbolize.h
/freebsd-10-stable/contrib/llvm/tools/llvm-symbolizer/llvm-symbolizer.cpp
/freebsd-10-stable/contrib/llvm/tools/macho-dump/macho-dump.cpp
/freebsd-10-stable/contrib/llvm/tools/opt/opt.cpp
/freebsd-10-stable/contrib/llvm/utils/TableGen/AsmMatcherEmitter.cpp
/freebsd-10-stable/contrib/llvm/utils/TableGen/AsmWriterEmitter.cpp
/freebsd-10-stable/contrib/llvm/utils/TableGen/AsmWriterInst.cpp
/freebsd-10-stable/contrib/llvm/utils/TableGen/CodeGenDAGPatterns.cpp
/freebsd-10-stable/contrib/llvm/utils/TableGen/CodeGenDAGPatterns.h
/freebsd-10-stable/contrib/llvm/utils/TableGen/CodeGenInstruction.cpp
/freebsd-10-stable/contrib/llvm/utils/TableGen/CodeGenInstruction.h
/freebsd-10-stable/contrib/llvm/utils/TableGen/CodeGenIntrinsics.h
/freebsd-10-stable/contrib/llvm/utils/TableGen/CodeGenMapTable.cpp
/freebsd-10-stable/contrib/llvm/utils/TableGen/CodeGenRegisters.cpp
/freebsd-10-stable/contrib/llvm/utils/TableGen/CodeGenRegisters.h
/freebsd-10-stable/contrib/llvm/utils/TableGen/CodeGenSchedule.cpp
/freebsd-10-stable/contrib/llvm/utils/TableGen/CodeGenSchedule.h
/freebsd-10-stable/contrib/llvm/utils/TableGen/CodeGenTarget.cpp
/freebsd-10-stable/contrib/llvm/utils/TableGen/DAGISelEmitter.cpp
/freebsd-10-stable/contrib/llvm/utils/TableGen/DAGISelMatcher.cpp
/freebsd-10-stable/contrib/llvm/utils/TableGen/DAGISelMatcher.h
/freebsd-10-stable/contrib/llvm/utils/TableGen/DAGISelMatcherEmitter.cpp
/freebsd-10-stable/contrib/llvm/utils/TableGen/DAGISelMatcherOpt.cpp
/freebsd-10-stable/contrib/llvm/utils/TableGen/FastISelEmitter.cpp
/freebsd-10-stable/contrib/llvm/utils/TableGen/FixedLenDecoderEmitter.cpp
/freebsd-10-stable/contrib/llvm/utils/TableGen/InstrInfoEmitter.cpp
/freebsd-10-stable/contrib/llvm/utils/TableGen/IntrinsicEmitter.cpp
/freebsd-10-stable/contrib/llvm/utils/TableGen/OptParserEmitter.cpp
/freebsd-10-stable/contrib/llvm/utils/TableGen/RegisterInfoEmitter.cpp
/freebsd-10-stable/contrib/llvm/utils/TableGen/SequenceToOffsetTable.h
/freebsd-10-stable/contrib/llvm/utils/TableGen/SetTheory.cpp
/freebsd-10-stable/contrib/llvm/utils/TableGen/StringToOffsetTable.h
/freebsd-10-stable/contrib/llvm/utils/TableGen/SubtargetEmitter.cpp
/freebsd-10-stable/contrib/llvm/utils/TableGen/TGValueTypes.cpp
/freebsd-10-stable/contrib/llvm/utils/TableGen/X86DisassemblerTables.cpp
/freebsd-10-stable/contrib/llvm/utils/TableGen/X86DisassemblerTables.h
/freebsd-10-stable/contrib/llvm/utils/TableGen/X86RecognizableInstr.cpp
/freebsd-10-stable/contrib/llvm/utils/TableGen/X86RecognizableInstr.h
/freebsd-10-stable/etc/mtree/BSD.include.dist
/freebsd-10-stable/lib/clang/Makefile
/freebsd-10-stable/lib/clang/clang.build.mk
/freebsd-10-stable/lib/clang/include/Makefile
/freebsd-10-stable/lib/clang/include/PPCGenFastISel.inc
/freebsd-10-stable/lib/clang/include/clang/Basic/Version.inc
/freebsd-10-stable/lib/clang/include/clang/Parse/AttrExprArgs.inc
/freebsd-10-stable/lib/clang/include/clang/Parse/AttrIdentifierArg.inc
/freebsd-10-stable/lib/clang/include/clang/Parse/AttrTypeArg.inc
/freebsd-10-stable/lib/clang/include/clang/Sema/AttrParsedAttrImpl.inc
/freebsd-10-stable/lib/clang/include/llvm/Config/config.h
/freebsd-10-stable/lib/clang/include/llvm/Config/llvm-config.h
/freebsd-10-stable/lib/clang/libclanganalysis/Makefile
/freebsd-10-stable/lib/clang/libclangast/Makefile
/freebsd-10-stable/lib/clang/libclangcodegen/Makefile
/freebsd-10-stable/lib/clang/libclangdriver/Makefile
/freebsd-10-stable/lib/clang/libclangparse/Makefile
/freebsd-10-stable/lib/clang/libclangsema/Makefile
/freebsd-10-stable/lib/clang/libclangstaticanalyzercheckers/Makefile
/freebsd-10-stable/lib/clang/libclangstaticanalyzercore/Makefile
/freebsd-10-stable/lib/clang/libllvmanalysis/Makefile
/freebsd-10-stable/lib/clang/libllvmarchive
/freebsd-10-stable/lib/clang/libllvmarmdesc/Makefile
/freebsd-10-stable/lib/clang/libllvmasmprinter/Makefile
/freebsd-10-stable/lib/clang/libllvmcodegen/Makefile
/freebsd-10-stable/lib/clang/libllvmcore/Makefile
/freebsd-10-stable/lib/clang/libllvmdebuginfo/Makefile
/freebsd-10-stable/lib/clang/libllvmexecutionengine/Makefile
/freebsd-10-stable/lib/clang/libllvminstrumentation/Makefile
/freebsd-10-stable/lib/clang/libllvmjit/Makefile
/freebsd-10-stable/lib/clang/libllvmmc/Makefile
/freebsd-10-stable/lib/clang/libllvmmipscodegen/Makefile
/freebsd-10-stable/lib/clang/libllvmmipsdesc/Makefile
/freebsd-10-stable/lib/clang/libllvmobject/Makefile
/freebsd-10-stable/lib/clang/libllvmoption
/freebsd-10-stable/lib/clang/libllvmpowerpccodegen/Makefile
/freebsd-10-stable/lib/clang/libllvmpowerpcdesc/Makefile
/freebsd-10-stable/lib/clang/libllvmscalaropts/Makefile
/freebsd-10-stable/lib/clang/libllvmsupport/Makefile
/freebsd-10-stable/lib/clang/libllvmtransformutils/Makefile
/freebsd-10-stable/lib/clang/libllvmvectorize/Makefile
/freebsd-10-stable/lib/clang/libllvmx86desc/Makefile
/freebsd-10-stable/share/mk/bsd.sys.mk
/freebsd-10-stable/sys/amd64/conf/GENERIC
/freebsd-10-stable/sys/conf/kern.mk
/freebsd-10-stable/sys/i386/conf/GENERIC
/freebsd-10-stable/sys/i386/conf/XEN
/freebsd-10-stable/sys/sys/param.h
OptionalObsoleteFiles.inc
/freebsd-10-stable/usr.bin/clang/Makefile
/freebsd-10-stable/usr.bin/clang/bugpoint/bugpoint.1
/freebsd-10-stable/usr.bin/clang/clang-tblgen/Makefile
/freebsd-10-stable/usr.bin/clang/clang.prog.mk
/freebsd-10-stable/usr.bin/clang/clang/Makefile
/freebsd-10-stable/usr.bin/clang/clang/clang.1
/freebsd-10-stable/usr.bin/clang/llc/Makefile
/freebsd-10-stable/usr.bin/clang/llc/llc.1
/freebsd-10-stable/usr.bin/clang/lldb/Makefile
/freebsd-10-stable/usr.bin/clang/lli/Makefile
/freebsd-10-stable/usr.bin/clang/lli/lli.1
/freebsd-10-stable/usr.bin/clang/llvm-ar/Makefile
/freebsd-10-stable/usr.bin/clang/llvm-ar/llvm-ar.1
/freebsd-10-stable/usr.bin/clang/llvm-as/llvm-as.1
/freebsd-10-stable/usr.bin/clang/llvm-bcanalyzer/llvm-bcanalyzer.1
/freebsd-10-stable/usr.bin/clang/llvm-diff/llvm-diff.1
/freebsd-10-stable/usr.bin/clang/llvm-dis/llvm-dis.1
/freebsd-10-stable/usr.bin/clang/llvm-extract/llvm-extract.1
/freebsd-10-stable/usr.bin/clang/llvm-link/llvm-link.1
/freebsd-10-stable/usr.bin/clang/llvm-mc/Makefile
/freebsd-10-stable/usr.bin/clang/llvm-nm/Makefile
/freebsd-10-stable/usr.bin/clang/llvm-nm/llvm-nm.1
/freebsd-10-stable/usr.bin/clang/llvm-objdump/Makefile
/freebsd-10-stable/usr.bin/clang/llvm-prof
/freebsd-10-stable/usr.bin/clang/llvm-ranlib
/freebsd-10-stable/usr.bin/clang/llvm-rtdyld/Makefile
/freebsd-10-stable/usr.bin/clang/opt/Makefile
/freebsd-10-stable/usr.bin/clang/opt/opt.1
/freebsd-10-stable/usr.bin/clang/tblgen/tblgen.1
262855 06-Mar-2014 jmmv

Import atf-0.20.

This is a MFC of r261897 and r262000 and should allow all of the atf
tests to pass.


/freebsd-10-stable/contrib/atf/FREEBSD-Xlist
/freebsd-10-stable/contrib/atf/Kyuafile
/freebsd-10-stable/contrib/atf/NEWS
/freebsd-10-stable/contrib/atf/README
/freebsd-10-stable/contrib/atf/atf-c++/check.hpp
/freebsd-10-stable/contrib/atf/atf-c++/config.cpp
/freebsd-10-stable/contrib/atf/atf-c++/config_test.cpp
/freebsd-10-stable/contrib/atf/atf-c++/detail/Kyuafile
/freebsd-10-stable/contrib/atf/atf-c++/detail/application.cpp
/freebsd-10-stable/contrib/atf/atf-c++/detail/application.hpp
/freebsd-10-stable/contrib/atf/atf-c++/detail/application_test.cpp
/freebsd-10-stable/contrib/atf/atf-c++/detail/exceptions.hpp
/freebsd-10-stable/contrib/atf/atf-c++/detail/expand.cpp
/freebsd-10-stable/contrib/atf/atf-c++/detail/expand.hpp
/freebsd-10-stable/contrib/atf/atf-c++/detail/expand_test.cpp
/freebsd-10-stable/contrib/atf/atf-c++/detail/parser.cpp
/freebsd-10-stable/contrib/atf/atf-c++/detail/parser.hpp
/freebsd-10-stable/contrib/atf/atf-c++/detail/parser_test.cpp
/freebsd-10-stable/contrib/atf/atf-c++/detail/test_helpers.cpp
/freebsd-10-stable/contrib/atf/atf-c++/detail/test_helpers.hpp
/freebsd-10-stable/contrib/atf/atf-c++/detail/ui.cpp
/freebsd-10-stable/contrib/atf/atf-c++/detail/ui.hpp
/freebsd-10-stable/contrib/atf/atf-c++/detail/ui_test.cpp
/freebsd-10-stable/contrib/atf/atf-c++/detail/version_helper.cpp
/freebsd-10-stable/contrib/atf/atf-c++/macros_test.cpp
/freebsd-10-stable/contrib/atf/atf-c++/noncopyable.hpp
/freebsd-10-stable/contrib/atf/atf-c++/pkg_config_test.sh
/freebsd-10-stable/contrib/atf/atf-c++/tests.cpp
/freebsd-10-stable/contrib/atf/atf-c++/tests.hpp
/freebsd-10-stable/contrib/atf/atf-c++/tests_test.cpp
/freebsd-10-stable/contrib/atf/atf-c/config.c
/freebsd-10-stable/contrib/atf/atf-c/config_test.c
/freebsd-10-stable/contrib/atf/atf-c/detail/test_helpers.c
/freebsd-10-stable/contrib/atf/atf-c/detail/test_helpers.h
/freebsd-10-stable/contrib/atf/atf-c/detail/version_helper.c
/freebsd-10-stable/contrib/atf/atf-c/macros_test.c
/freebsd-10-stable/contrib/atf/atf-c/pkg_config_test.sh
/freebsd-10-stable/contrib/atf/atf-sh/atf-check.cpp
/freebsd-10-stable/contrib/atf/atf-sh/atf-sh.cpp
/freebsd-10-stable/contrib/atf/atf-sh/atf_check_test.sh
/freebsd-10-stable/contrib/atf/atf-sh/integration_test.sh
/freebsd-10-stable/contrib/atf/bconfig.h
/freebsd-10-stable/contrib/atf/doc/atf-test-case.4
/freebsd-10-stable/lib/atf/libatf-c++/Makefile
/freebsd-10-stable/lib/atf/libatf-c++/tests/detail/Makefile
/freebsd-10-stable/lib/atf/libatf-c/tests/detail/Makefile
OptionalObsoleteFiles.inc
262849 06-Mar-2014 jmmv

MFC various fixes for the ATF tests.

- r260505 Allow tests to provide a Kyuafile when they relied on auto-generation.
- r260525 Respect the original layout of the atf-{c,c++} tests.
- r260526 Fix path to the process_helpers for the libatf-c++ tests.
- r260576 Generate and install pkg-config files for atf.
- r260577 Add atf pkg-config files from the vendor branch.
- r260584 Prevent misc_helpers from running as a test.

262801 05-Mar-2014 dim

MFC r261283:

Import libc++ 3.4 release. This contains a lot of bugfixes, and some
preliminary support for C++1y.

MFC r261604:

HEAD is not buildable for the past day. Commit a 'quick fix' in order to permit
buildworld to complete.

Reviewed by: theraven

MFC r261608:

Apply a cleaner solution for the sign warnings that can occur when
compiling libc++'s <locale> header with -Wsystem-headers on.

This has also been submitted upstream.

Reported by: asomers

MFC r261801:

An ABI incompatibility crept into the libc++ 3.4 import in r261283. It
was caused by upstream libc++ commit r194536, which aimed to make the
headers more standards-compliant, by making std::pair's copy constructor
trivial. Unfortunately, this could cause certain C++ applications using
shared libraries built against the previous version of libc++ to crash.

Fix the ABI incompatibility by making std::pair's copy constructor
non-trivial again.

Please note: Any C++ applications or shared libraries built with libc++
between r261283 and this revision should be recompiled.

Reported by: stefanf


/freebsd-10-stable/contrib/libc++/CREDITS.TXT
/freebsd-10-stable/contrib/libc++/include/__bit_reference
/freebsd-10-stable/contrib/libc++/include/__config
/freebsd-10-stable/contrib/libc++/include/__debug
/freebsd-10-stable/contrib/libc++/include/__functional_03
/freebsd-10-stable/contrib/libc++/include/__functional_base
/freebsd-10-stable/contrib/libc++/include/__functional_base_03
/freebsd-10-stable/contrib/libc++/include/__hash_table
/freebsd-10-stable/contrib/libc++/include/__locale
/freebsd-10-stable/contrib/libc++/include/__mutex_base
/freebsd-10-stable/contrib/libc++/include/__split_buffer
/freebsd-10-stable/contrib/libc++/include/__std_stream
/freebsd-10-stable/contrib/libc++/include/__tree
/freebsd-10-stable/contrib/libc++/include/__tuple
/freebsd-10-stable/contrib/libc++/include/__tuple_03
/freebsd-10-stable/contrib/libc++/include/__undef_min_max
/freebsd-10-stable/contrib/libc++/include/algorithm
/freebsd-10-stable/contrib/libc++/include/array
/freebsd-10-stable/contrib/libc++/include/bitset
/freebsd-10-stable/contrib/libc++/include/cctype
/freebsd-10-stable/contrib/libc++/include/chrono
/freebsd-10-stable/contrib/libc++/include/cmath
/freebsd-10-stable/contrib/libc++/include/codecvt
/freebsd-10-stable/contrib/libc++/include/complex
/freebsd-10-stable/contrib/libc++/include/cstddef
/freebsd-10-stable/contrib/libc++/include/cstdio
/freebsd-10-stable/contrib/libc++/include/cstdlib
/freebsd-10-stable/contrib/libc++/include/cstring
/freebsd-10-stable/contrib/libc++/include/cwchar
/freebsd-10-stable/contrib/libc++/include/deque
/freebsd-10-stable/contrib/libc++/include/exception
/freebsd-10-stable/contrib/libc++/include/experimental
/freebsd-10-stable/contrib/libc++/include/ext/__hash
/freebsd-10-stable/contrib/libc++/include/ext/hash_map
/freebsd-10-stable/contrib/libc++/include/ext/hash_set
/freebsd-10-stable/contrib/libc++/include/forward_list
/freebsd-10-stable/contrib/libc++/include/fstream
/freebsd-10-stable/contrib/libc++/include/functional
/freebsd-10-stable/contrib/libc++/include/future
/freebsd-10-stable/contrib/libc++/include/initializer_list
/freebsd-10-stable/contrib/libc++/include/iomanip
/freebsd-10-stable/contrib/libc++/include/ios
/freebsd-10-stable/contrib/libc++/include/iosfwd
/freebsd-10-stable/contrib/libc++/include/istream
/freebsd-10-stable/contrib/libc++/include/iterator
/freebsd-10-stable/contrib/libc++/include/limits
/freebsd-10-stable/contrib/libc++/include/list
/freebsd-10-stable/contrib/libc++/include/locale
/freebsd-10-stable/contrib/libc++/include/map
/freebsd-10-stable/contrib/libc++/include/memory
/freebsd-10-stable/contrib/libc++/include/mutex
/freebsd-10-stable/contrib/libc++/include/new
/freebsd-10-stable/contrib/libc++/include/numeric
/freebsd-10-stable/contrib/libc++/include/ostream
/freebsd-10-stable/contrib/libc++/include/queue
/freebsd-10-stable/contrib/libc++/include/random
/freebsd-10-stable/contrib/libc++/include/ratio
/freebsd-10-stable/contrib/libc++/include/regex
/freebsd-10-stable/contrib/libc++/include/scoped_allocator
/freebsd-10-stable/contrib/libc++/include/set
/freebsd-10-stable/contrib/libc++/include/shared_mutex
/freebsd-10-stable/contrib/libc++/include/sstream
/freebsd-10-stable/contrib/libc++/include/stack
/freebsd-10-stable/contrib/libc++/include/streambuf
/freebsd-10-stable/contrib/libc++/include/string
/freebsd-10-stable/contrib/libc++/include/system_error
/freebsd-10-stable/contrib/libc++/include/thread
/freebsd-10-stable/contrib/libc++/include/tuple
/freebsd-10-stable/contrib/libc++/include/type_traits
/freebsd-10-stable/contrib/libc++/include/typeindex
/freebsd-10-stable/contrib/libc++/include/unordered_map
/freebsd-10-stable/contrib/libc++/include/unordered_set
/freebsd-10-stable/contrib/libc++/include/utility
/freebsd-10-stable/contrib/libc++/include/valarray
/freebsd-10-stable/contrib/libc++/include/vector
/freebsd-10-stable/contrib/libc++/src/algorithm.cpp
/freebsd-10-stable/contrib/libc++/src/debug.cpp
/freebsd-10-stable/contrib/libc++/src/exception.cpp
/freebsd-10-stable/contrib/libc++/src/future.cpp
/freebsd-10-stable/contrib/libc++/src/ios.cpp
/freebsd-10-stable/contrib/libc++/src/iostream.cpp
/freebsd-10-stable/contrib/libc++/src/locale.cpp
/freebsd-10-stable/contrib/libc++/src/mutex.cpp
/freebsd-10-stable/contrib/libc++/src/new.cpp
/freebsd-10-stable/contrib/libc++/src/optional.cpp
/freebsd-10-stable/contrib/libc++/src/random.cpp
/freebsd-10-stable/contrib/libc++/src/shared_mutex.cpp
/freebsd-10-stable/contrib/libc++/src/stdexcept.cpp
/freebsd-10-stable/contrib/libc++/src/string.cpp
/freebsd-10-stable/contrib/libc++/src/strstream.cpp
/freebsd-10-stable/contrib/libc++/src/system_error.cpp
/freebsd-10-stable/contrib/libc++/src/thread.cpp
/freebsd-10-stable/contrib/libc++/src/typeinfo.cpp
/freebsd-10-stable/contrib/libc++/src/valarray.cpp
/freebsd-10-stable/etc/mtree/BSD.include.dist
/freebsd-10-stable/lib/libc++/Makefile
/freebsd-10-stable/sys/sys/param.h
OptionalObsoleteFiles.inc
262650 01-Mar-2014 brooks

MFC r261299:

Merge from CheriBSD:
commit 2d581e8caf79d7a0f5a24590eccd06da90cccb74
Author: Brooks Davis <brooks@one-eyed-alien.net>
Date: Mon Jan 27 22:57:51 2014 +0000

Add WITHOUT_FMTREE to disable building fmtree.

Sponsored by: DARPA, AFRL

260085 30-Dec-2013 jmmv

Fix 'make check-old' warnings when WITHOUT_TESTS is set.

This is a MFC of r258025 and r257940, both of which resolve issues with
dynamically setting the list of obsolete files based on the contents
of /usr/tests.

260029 29-Dec-2013 jmmv

Update atf to 0.18 and remove the code of the deprecated tools.

This is a MFC into stable/10 of:
- r258286 Update notes for imports of atf.
- r258289 MFV: Import atf-0.18.
- r258290 Drop all ATF tools code.

This is "make tinderbox" clean as run on ref10-amd64 with the default
WITHOUT_TESTS option. A "make buildworld" with WITH_TESTS set now works
as well.


/freebsd-10-stable/contrib/atf/Atffile
/freebsd-10-stable/contrib/atf/FREEBSD-Xlist
/freebsd-10-stable/contrib/atf/FREEBSD-upgrade
/freebsd-10-stable/contrib/atf/Makefile.am
/freebsd-10-stable/contrib/atf/Makefile.in
/freebsd-10-stable/contrib/atf/NEWS
/freebsd-10-stable/contrib/atf/admin
/freebsd-10-stable/contrib/atf/atf-c++.hpp
/freebsd-10-stable/contrib/atf/atf-c++/Atffile
/freebsd-10-stable/contrib/atf/atf-c++/Makefile.am.inc
/freebsd-10-stable/contrib/atf/atf-c++/atf-c++-api.3
/freebsd-10-stable/contrib/atf/atf-c++/check.hpp
/freebsd-10-stable/contrib/atf/atf-c++/check_test.cpp
/freebsd-10-stable/contrib/atf/atf-c++/detail/Atffile
/freebsd-10-stable/contrib/atf/atf-c++/detail/Kyuafile
/freebsd-10-stable/contrib/atf/atf-c++/detail/Makefile.am.inc
/freebsd-10-stable/contrib/atf/atf-c++/detail/auto_array.hpp
/freebsd-10-stable/contrib/atf/atf-c++/detail/auto_array_test.cpp
/freebsd-10-stable/contrib/atf/atf-c++/detail/parser.hpp
/freebsd-10-stable/contrib/atf/atf-c++/detail/process.cpp
/freebsd-10-stable/contrib/atf/atf-c++/detail/process.hpp
/freebsd-10-stable/contrib/atf/atf-c++/detail/test_helpers.cpp
/freebsd-10-stable/contrib/atf/atf-c++/detail/test_helpers.hpp
/freebsd-10-stable/contrib/atf/atf-c++/macros_test.cpp
/freebsd-10-stable/contrib/atf/atf-c++/noncopyable.hpp
/freebsd-10-stable/contrib/atf/atf-c++/pkg_config_test.sh
/freebsd-10-stable/contrib/atf/atf-c++/tests.cpp
/freebsd-10-stable/contrib/atf/atf-c++/tests.hpp
/freebsd-10-stable/contrib/atf/atf-c++/utils.cpp
/freebsd-10-stable/contrib/atf/atf-c++/utils.hpp
/freebsd-10-stable/contrib/atf/atf-c++/utils_test.cpp
/freebsd-10-stable/contrib/atf/atf-c.h
/freebsd-10-stable/contrib/atf/atf-c/Atffile
/freebsd-10-stable/contrib/atf/atf-c/Makefile.am.inc
/freebsd-10-stable/contrib/atf/atf-c/atf-c-api.3
/freebsd-10-stable/contrib/atf/atf-c/check_test.c
/freebsd-10-stable/contrib/atf/atf-c/detail/Atffile
/freebsd-10-stable/contrib/atf/atf-c/detail/Kyuafile
/freebsd-10-stable/contrib/atf/atf-c/detail/Makefile.am.inc
/freebsd-10-stable/contrib/atf/atf-c/detail/process_test.c
/freebsd-10-stable/contrib/atf/atf-c/detail/sanity_test.c
/freebsd-10-stable/contrib/atf/atf-c/detail/test_helpers.c
/freebsd-10-stable/contrib/atf/atf-c/detail/test_helpers.h
/freebsd-10-stable/contrib/atf/atf-c/detail/test_helpers_test.c
/freebsd-10-stable/contrib/atf/atf-c/macros.h
/freebsd-10-stable/contrib/atf/atf-c/macros_test.c
/freebsd-10-stable/contrib/atf/atf-c/pkg_config_test.sh
/freebsd-10-stable/contrib/atf/atf-c/utils.c
/freebsd-10-stable/contrib/atf/atf-c/utils.h
/freebsd-10-stable/contrib/atf/atf-c/utils_test.c
/freebsd-10-stable/contrib/atf/atf-config
/freebsd-10-stable/contrib/atf/atf-report
/freebsd-10-stable/contrib/atf/atf-run
/freebsd-10-stable/contrib/atf/atf-sh/Atffile
/freebsd-10-stable/contrib/atf/atf-sh/Makefile.am.inc
/freebsd-10-stable/contrib/atf/atf-sh/atf-check.cpp
/freebsd-10-stable/contrib/atf/atf-sh/atf-check_test.sh
/freebsd-10-stable/contrib/atf/atf-sh/atf-sh-api.3
/freebsd-10-stable/contrib/atf/atf-sh/atf-sh.1
/freebsd-10-stable/contrib/atf/atf-sh/atf_check_test.sh
/freebsd-10-stable/contrib/atf/atf-sh/misc_helpers.sh
/freebsd-10-stable/contrib/atf/atf-version
/freebsd-10-stable/contrib/atf/bconfig.h
/freebsd-10-stable/contrib/atf/bconfig.h.in
/freebsd-10-stable/contrib/atf/configure
/freebsd-10-stable/contrib/atf/configure.ac
/freebsd-10-stable/contrib/atf/doc/Makefile.am.inc
/freebsd-10-stable/contrib/atf/doc/atf-formats.5
/freebsd-10-stable/contrib/atf/doc/atf.7.in
/freebsd-10-stable/contrib/atf/test-programs/Atffile
/freebsd-10-stable/contrib/atf/test-programs/Kyuafile
/freebsd-10-stable/contrib/atf/test-programs/Makefile.am.inc
/freebsd-10-stable/contrib/atf/test-programs/c_helpers.c
/freebsd-10-stable/contrib/atf/test-programs/cpp_helpers.cpp
/freebsd-10-stable/contrib/atf/test-programs/fork_test.sh
/freebsd-10-stable/contrib/atf/test-programs/sh_helpers.sh
/freebsd-10-stable/lib/atf/libatf-c++/Makefile
/freebsd-10-stable/lib/atf/libatf-c/tests/Makefile
/freebsd-10-stable/lib/atf/tests/test-programs/Makefile
OptionalObsoleteFiles.inc
260013 28-Dec-2013 jmmv

Set up the /usr/tests hierarchy.

This is a MFC of the following into stable/10:
- r257097 Set up the /usr/tests hierarchy.
- r257098 Add missing WITHOUTTESTS file.
- r257100 Add a tests(7) manual page.
- r257105 Disable WITHTESTS= for now.
- r257848 Fix buildworld when WITHTESTS is enabled.
- r257850 Subsume the functionality of MKATF into MKTESTS.
- r257851 Handle the removal of the test suite when WITHOUTTESTS=yes.
- r257852 Install category Kyuafiles from their category directories.
- r258232 Install BSD.tests.mtree when MKTESTS is yes.

Note that building with WITH_TESTS is still broken at this point (and
hence why WITHOUT_TESTS is the set as the default). Subsequent pullups
will fix the remaining issues.

258230 16-Nov-2013 gjb

MFC r257583, r258012, r258013:

r257583 (peter):
Remove the WITH_LIBICONV_COMPAT hack that seems to do more harm
than good. This caused libc to spoof the ports libiconv namespace
and provide a colliding libiconv.so.3 to fool rtld. This should
have been removed some time ago.

r258012:
Remove WITH_LIBICONV_COMPAT file to chase after r257583.

r258013:
Regenerate src.conf.5 after removal of WITH_LIBICONV_COMPAT.

Approved by: re (kib)
Sponsored by: The FreeBSD Foundation

Sponsored by: The FreeBSD Foundation

257573 03-Nov-2013 bdrewery

MFC r257378,r257400,r257402,r257440:

Add a pkg(7) manpage for bootstrap

Approved by: bapt
Approved by: re (gjb)

256366 12-Oct-2013 rpaulo

MFC 256365
Remove most of the ATF tools and the _atf user.

Approved by: re

256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


256198 09-Oct-2013 gjb

Revert r256095, r256120 (partial), r256121:

r256095:
- Add gnu/usr.bin/rcs back to the base system.

r256120:
- Add WITHOUT_RCS back to src.conf.5.

r256121:
- Remove UPDATING entry regarding gnu/usr.bin/rcs removal.

Requested by: many
Approved by: re (marius)
Discussed with: core


256095 07-Oct-2013 eadler

Good bye RCS. You will be missed.

(devel/rcs and devel/rcs57 are available as alternatives)

Approved by: core
Approved by: re (hrs)


255949 30-Sep-2013 des

Remove BIND.

Approved by: re (gjb)


255938 29-Sep-2013 des

Yet more BIND files that weren't listed in OptionalObsoleteFiles.

Approved by: re (blanket)


255914 27-Sep-2013 des

Remove duplicate entry for the host(1) man page.

Approved by: re (blanket)


255872 25-Sep-2013 des

Additional BIND files.

Submitted by: bdrewery
Approved by: re (blanket)


255809 23-Sep-2013 des

Add a setup script for unbound(8) called local-unbound-setup. It
generates a configuration suitable for running unbound as a caching
forwarding resolver, and configures resolvconf(8) to update unbound's
list of forwarders in addition to /etc/resolv.conf. The initial list
is taken from the existing resolv.conf, which is rewritten to point to
localhost. Alternatively, a list of forwarders can be provided on the
command line.

To assist this script, add an rc.subr command called "enabled" which
does nothing except return 0 if the service is enabled and 1 if it is
not, without going through the usual checks. We should consider doing
the same for "status", which is currently pointless.

Add an rc script for unbound, called local_unbound. If there is no
configuration file, the rc script runs local-unbound-setup to generate
one.

Note that these scripts place the unbound configuration files in
/var/unbound rather than /etc/unbound. This is necessary so that
unbound can reload its configuration while chrooted. We should
probably provide symlinks in /etc.

Approved by: re (blanket)


255802 22-Sep-2013 des

Remove drill(1) if MK_LDNS_UTILS is false.
Remove host(1) if both MK_BIND and MK_LDNS_UTILS are false.

Approved by: re (blanket)


255597 15-Sep-2013 des

Build and install the Unbound caching DNS resolver daemon.

Approved by: re (blanket)


255590 15-Sep-2013 des

Complete the OPENSSH and LDNS sections.

Approved by: re (blanket)


255576 14-Sep-2013 ed

Properly remove c++filt.

The c++filt binary is only installed if ${MK_GCC} == yes && ${MK_CXX} ==
yes. This means that it should be removed if ${MK_GCC} == no ||
${MK_CXX} == no. In its current form, it actually uses a conjunction
instead of a disjunction.

As there is already a separate block for ${MK_CXX} == no listing
c++filt, simply remove the conditional entirely.

Approved by: re (gjb)


255455 10-Sep-2013 des

Clean up the Kerberos build by turning libheimipcc and libheimipcs into
private shared libraries, instead of hacked-together archives of PIC
objects. This makes it possible to build a static libkrb5 that works.

Reviewed by: stas
Approved by: re (gjb)


255373 07-Sep-2013 antoine

Adjust optional obsolete files with new MK_GNUCXX


255357 07-Sep-2013 antoine

Do not try to remove directories that are part of BSD.include.dist


255354 07-Sep-2013 glebius

Add more leftovers from gcc.


255325 06-Sep-2013 theraven

Don't delete c++filt when doing a make delete-old if GCC is not built but
C++ is.


255018 29-Aug-2013 andreast

Remove GNU_PATCH leftover.


254921 26-Aug-2013 antoine

Add more obsolete files.


254273 13-Aug-2013 peter

The iconv in libc did two things - implement the standard APIs, the GNU
extensions and also tried to be link time compatible with ports libiconv.
This splits that functionality and enables the parts that shouldn't
interfere with the port by default.

WITH_ICONV (now on by default) - adds iconv.h, iconv_open(3) etc.
WITH_LIBICONV_COMPAT (off by default) adds the libiconv_open etc API, linker
symbols and even a stub libiconv.so.3 that are good enough to be able
to 'pkg delete -f libiconv' on a running system and reasonably expect it
to work.

I have tortured many machines over the last few days to try and reduce
the possibilities of foot-shooting as much as I can. I've successfully
recompiled to enable and disable the libiconv_compat modes, ports that use
libiconv alongside system iconv etc. If you don't enable the
WITH_LIBICONV_COMPAT switch, they don't share symbol space.

This is an extension of behavior on other system. iconv(3) is a standard
libc interface and libiconv port expects to be able to run alongside it on
systems that have it.

Bumped osreldate.


254010 06-Aug-2013 sbruno

Adjust make knobs to know that WITH_ICONV installs a /usr/bin/iconv

Remove it if the knob isn't tweaked. Certain ports seem to think that
if /usr/bin/iconv exists, then libc has built in libiconv things and will
blow up pretty nicely when built.

Reviewed by: gjb@
MFC after: 2 weeks


253258 12-Jul-2013 des

Remove authpf-noip along with authpf.

Reminded by: delphij@


252175 24-Jun-2013 eadler

Add missing Obsolete Files

Submitted by: Kurt Lidl <lidl@pi-coral.com>


251966 18-Jun-2013 peter

Teach delete-old how to clean up after WITH/WITHOUT_SVN{LITE} permutations.


251794 15-Jun-2013 eadler

Remove CVS from the base system.

Discussed with: many
Reviewed by: peter, zi
Approved by: core


251563 09-Jun-2013 gjb

Add freebsd-update.conf(5) to OptionalObsoleteFiles.inc

PR: 179437
Approved by: kib (mentor)
MFC after: 1 week


250533 12-May-2013 eadler

Unconditionally install 210.backup-aliases as many MTAs other than
sendmail support the use of /etc/aliases.

PR: conf/176098
Submitted by: ak
MFC after: 2 weeks


250024 28-Apr-2013 eadler

When the world is built WITHOUT_OPENSSH also don't
install ssh-copy-id.

PR: misc/177590
Submitted by: Oleg Ginzburg <olevole@olevole.ru>
Reviewed by: imp


249960 27-Apr-2013 eadler

Remove IDEA from OptionalObsoleteFiles.inc

Also add an UPDATING entry (requsted by gjb)


249423 12-Apr-2013 dim

Upgrade our copy of llvm/clang to trunk r178860, in preparation of the
upcoming 3.3 release (branching and freezing expected in a few weeks).

Preliminary release notes can be found at the usual location:
<http://llvm.org/docs/ReleaseNotes.html>

An MFC is planned once the actual 3.3 release is finished.


245606 18-Jan-2013 eadler

Add option to make pc-sysinstall optional

Approved by: cperciva


244512 20-Dec-2012 bapt

Add etc/periodic/daily/220.backup-pkgdb to OptionalObsoleteFiles.inc


243830 03-Dec-2012 dim

Upgrade our copy of llvm/clang to r168974, from upstream's release_32
branch. This is effectively llvm/clang 3.2 RC2; the 3.2 release is
coming soon.


243053 15-Nov-2012 marcel

Don't install atf.test.mk if MK_ATF == no.

Submitted by: Garrett Cooper <yanegomi@gmail.com>


241823 22-Oct-2012 marcel

Add ATF to the build. This is may be a bit rought around the egdes,
but committing it helps to get everyone on the same page and makes
sure we make progress.

Tinderbox breakages that are the result of this commit are entirely
the committer's fault -- in other words: buildworld testing on amd64
only.

Credits follow:

Submitted by: Garrett Cooper <yanegomi@gmail.com>
Sponsored by: Isilon Systems
Based on work by: keramida@
Thanks to: gnn@, mdf@, mlaier@, sjg@
Special thanks to: keramida@


241645 17-Oct-2012 andreast

Remove the netncp and nwfs files from here. They will be moved to the
ObsoleteFiles.inc file later.

Discussed with: attilio


239715 26-Aug-2012 dim

Add libc++ and libcxxrt related files to OptionalObsoleteFiles.inc.

MFC after: 1 week


239469 20-Aug-2012 dim

Add three additional clang intrinsics headers, which I missed in the
previous import.


239462 20-Aug-2012 dim

Upgrade our copy of llvm/clang to trunk r162107. With thanks to
Benjamin Kramer and Joerg Sonnenberger for their input and fixes.


238721 23-Jul-2012 dim

When WITHOUT_CLANG is being used, also clean out the clang 3.1 headers
in OptionalObsoleteFiles.inc.

PR: misc/169902
Submitted by: Thomas Eberhardt <sneakywumpus@googlemail.com>
MFC after: 3 days


237997 02-Jul-2012 bapt

New build KNOB: WITHOUT_PKGBOOTSTRAP to condition building of usr.sbin/pkg
Do not condition usr.sbin/pkg building on WITHOUT_PKGTOOLS anymore, so that users can
remove the old pkg_* tools without removing the pkgng boostrap

Approved by: des (mentor)
MFC after: 1 month


235204 09-May-2012 eadler

Add some missing files to OLD_FILES

PR: conf/166460
Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com>
Reviewed by: stable@
Approved by: cperciva
MFC after: 2 weeks


234289 14-Apr-2012 dim

Add files and directories to be cleaned up if WITHOUT_GCC is in effect
to OptionalObsoleteFiles.inc.

MFC after: 1 week


233338 23-Mar-2012 stas

- Add new kerberos libraries to the list of optional obsolete files.


233337 23-Mar-2012 stas

- Do not build libcom_err and compile_et when kerberos is disabled. They
depends on several heimdal libraries and not used by anything but kerberos
tools.


233294 22-Mar-2012 stas

- Update FreeBSD Heimdal distribution to version 1.5.1. This also brings
several new kerberos related libraries and applications to FreeBSD:
o kgetcred(1) allows one to manually get a ticket for a particular service.
o kf(1) securily forwards ticket to another host through an authenticated
and encrypted stream.
o kcc(1) is an umbrella program around klist(1), kswitch(1), kgetcred(1)
and other user kerberos operations. klist and kswitch are just symlinks
to kcc(1) now.
o kswitch(1) allows you to easily switch between kerberos credentials if
you're running KCM.
o hxtool(1) is a certificate management tool to use with PKINIT.
o string2key(1) maps a password into key.
o kdigest(8) is a userland tool to access the KDC's digest interface.
o kimpersonate(8) creates a "fake" ticket for a service.

We also now install manpages for some lirbaries that were not installed
before, libheimntlm and libhx509.

- The new HEIMDAL version no longer supports Kerberos 4. All users are
recommended to switch to Kerberos 5.

- Weak ciphers are now disabled by default. To enable DES support (used
by telnet(8)), use "allow_weak_crypto" option in krb5.conf.

- libtelnet, pam_ksu and pam_krb5 are now compiled with error on warnings
disabled due to the function they use (krb5_get_err_text(3)) being
deprecated. I plan to work on this next.

- Heimdal's KDC now require sqlite to operate. We use the bundled version
and install it as libheimsqlite. If some other FreeBSD components will
require it in the future we can rename it to libbsdsqlite and use for these
components as well.

- This is not a latest Heimdal version, the new one was released while I was
working on the update. I will update it to 1.5.2 soon, as it fixes some
important bugs and security issues.


231530 11-Feb-2012 ed

Replace utxrm(8) by utx(8).

At first, I added a utility called utxrm(8) to remove stale entries from
the user accounting database. It seems there are cases in which we need
to perform different operations on the database as well. Simply rename
utxrm(8) to utx(8) and place the old code under the "rm" command.

In addition to "rm", this tool supports "boot" and "shutdown", which are
going to be used by an rc-script which I am going to commit separately.


231057 06-Feb-2012 dim

Add a WITH_CLANG_EXTRAS option for src.conf(5), disabled by default,
that builds the following additional llvm/clang tools:

- bugpoint
- llc
- lli
- llvm-ar
- llvm-as
- llvm-bcanalyzer
- llvm-diff
- llvm-dis
- llvm-extract
- llvm-ld
- llvm-link
- llvm-mc
- llvm-nm
- llvm-objdump
- llvm-prof
- llvm-ranlib
- llvm-rtdyld
- llvm-stub
- macho-dump
- opt

These tools are mainly useful for people that want to manipulate llvm
bitcode (.bc) and llvm assembly language (.ll) files, or want to tinker
with llvm and clang themselves.

MFC after: 2 weeks


228409 11-Dec-2011 dim

Add more files to cleanup with 'make delete-old' when WITHOUT_CLANG is
in effect.

MFC after: 1 week


223209 17-Jun-2011 ed

Add WITHOUT_UTMPX switch to the build system.

This knob removes the tools that are exclusively used to view and
maintain the databases maintained by utmpx, namely last, users, who,
wtmpcvt, ac, lastlogin and utxrm.

The tool w is not in this list, because it has some other functionality
which is unrelated to utmpx; it is hardlinked to the uptime tool.


223208 17-Jun-2011 ed

Don't remove the periodic script for ac(8) when setting WITHOUT_ACCT.


223201 17-Jun-2011 ed

Don't omit ac(8) as part of WITHOUT_ACCT.

The WITHOUT_ACCT switch is supposed to omit tools related to process
accounting, namely accton and sa. ac(8) is just a simple tool that
prints statistics based on data in the utx.log database. It has nothing
to do with the former.


220401 06-Apr-2011 uqs

Complete WITHOUT_CXX support. It implies WITHOUT_GROFF and
WITHOUT_CLANG.

Don't build clang bootstrap/build-tools depending on this flag. We also
keep gperf, devd and libstdc++ around to prevent foot-shooting and to
make this a two-way street.


218941 22-Feb-2011 uqs

Flesh out WITHOUT_GROFF support to DTRT.

A full featured groff is required during buildworld, so build it always
and don't rely on it being present on the host system.

vgrind(1) is tightly coupled to a roff processor and will not be
built/installed when groff is disabled. Also much of the roff'ed
documentation under share/doc will not be built/installed when
WITHOUT_GROFF is defined.

Reviewed by: ru (partial)


216179 04-Dec-2010 uqs

Document two more ways to find duplicates in the obsolete file list.

Remove the only duplicate found by the optional files check. Fix typos,
while here.

Suggested by: netchild


215323 14-Nov-2010 gonzo

Add optional files controlled by WITH_GPIO knob

Submitted by: Alexander Best <arundel@freebsd.org>


215312 14-Nov-2010 brucec

lib32 is installed on powerpc64 too.


215306 14-Nov-2010 brucec

libatm_p.a, libkeycap_p.a and libmytinfo_p.a are already in ObsoleteFiles.inc.
liblwres.so.10 has been replaced by liblwres.so.50.

Reported by: arundel


215045 09-Nov-2010 delphij

Hide 460.chkportsum in MK_PKGTOOLS != no case.

Submitted by: Alex Kozlov <spam rm-rf kiev ua>
MFC after: 2 weeks


213585 08-Oct-2010 markm

Don't blow away /bin/rmail symlink if we are keeping mailwrapper.
Mailwrapper can provide a perfectly good rmail with other
mailers.


213472 06-Oct-2010 netchild

Add some missing files to optionally delete.

Submitted by: Paul B Mahol <onemda@gmail.com>


210320 21-Jul-2010 ed

Chase LLVM version bump to 2.8.


209253 17-Jun-2010 netchild

Add the ZFS periodic daily scripts to the ZFS part.


209171 14-Jun-2010 ed

Add Clang to OptionalObsoleteFiles.inc.

This means you can now deinstall Clang by running make delete-old with
WITHOUT_CLANG set.


205702 26-Mar-2010 delphij

Remove GNU cpio after fix of CVE-2010-0624.

Note that this is actually a no-op for most users, as this GNU
cpio was broken on -HEAD and 8-STABLE since last March until
the recent fix.

FreeBSD 8.0+ uses BSD cpio by default and the code is being
actively maintained.

Blessed by: kientzle
With hat: secteam
MFC after: 3 days


204461 28-Feb-2010 antoine

Add files to remove when MK_PPP=no.


204460 28-Feb-2010 antoine

Add files to remove when MK_PORTSNAP=no.


204459 28-Feb-2010 antoine

Add files to remove when MK_PKGTOOLS=no.


204458 28-Feb-2010 antoine

Add files to remove when MK_PF=no.


204457 28-Feb-2010 antoine

Add files to remove when MK_NTP=no.


204456 28-Feb-2010 antoine

Update files to remove when MK_RCMDS=no.


204455 28-Feb-2010 antoine

Add files to remove when MK_RCS=no.


204454 28-Feb-2010 antoine

Add files to remove when MK_ROUTED=no.


204453 28-Feb-2010 antoine

Add files to remove when MK_TELNET=no.


204452 28-Feb-2010 antoine

Add files to remove when MK_NDIS=no.


204451 28-Feb-2010 antoine

Update files to remove when MK_NCP=no.


204450 28-Feb-2010 antoine

Update files to remove when MK_LPR=no.


204449 28-Feb-2010 antoine

Add files to remove when MK_WIRELESS=no.


204379 26-Feb-2010 antoine

Do not remove fmt.1 when MK_MAIL=no.

X-MFC-With: r203584


203733 10-Feb-2010 delphij

Symbolic link to mailwrapper should only be removed if both MK_MAILWRAPPER
and MK_SENDMAIL is "no".

Reported by: Rob Farmer <rfarmer at predatorlabs.net>


203711 09-Feb-2010 delphij

As it turns out, fmt(1) is being used by the base system as well as the
ports tree extensively and it is probably a good idea to keep it
regardless of NO_MAIL setting.

Reported by: Alexander Best
Reviewed by: antoine
X-MFC-With: r203584


203584 07-Feb-2010 delphij

Add files for NO_MAIL, NO_SENDMAIL and NO_MAILWRAPPER.

MFC after: 2 weeks


203567 06-Feb-2010 antoine

Update files to remove when MK_KERBEROS=no.


203566 06-Feb-2010 antoine

Add files to remove when MK_JAIL=no.


203565 06-Feb-2010 antoine

Update files to remove when MK_IPX=no.


203564 06-Feb-2010 antoine

Add files to remove when MK_IPFW=no.


203563 06-Feb-2010 antoine

Move rescue/ping6 from files to remove when MK_INET6=no to file to remove
when MK_INET6_SUPPORT=no. (MK_INET6=no implies MK_INET6_SUPPORT=no)


203562 06-Feb-2010 antoine

Add file to remove when MK_IDEA=no.


203561 06-Feb-2010 antoine

Add files to remove when MK_GSSAPI=no.


203231 30-Jan-2010 antoine

Add files to remove when MK_GPIB=no.


203228 30-Jan-2010 antoine

Add files to remove when MK_GDB=no.


203226 30-Jan-2010 antoine

Add files to remove when MK_GAMES=no.


203224 30-Jan-2010 antoine

Add files to remove when MK_FREEBSD_UPDATE=no.


203221 30-Jan-2010 antoine

Add files to remove when MK_FLOPPY=no.


202927 24-Jan-2010 antoine

Add files to remove when MK_DICT=no.


202926 24-Jan-2010 antoine

Add files to remove when MK_CVS=no.


202925 24-Jan-2010 antoine

Add files to remove when MK_CTM=no.


202923 24-Jan-2010 antoine

Add files to remove when MK_CPP=no.


202452 16-Jan-2010 antoine

Update files to remove when MK_ZFS=no.


202451 16-Jan-2010 antoine

Update files to remove when MK_CDDL=no.


202450 16-Jan-2010 antoine

Add files to remove when MK_CALENDAR=no.


201931 09-Jan-2010 antoine

Update files to remove when MK_BLUETOOTH=no.


201929 09-Jan-2010 antoine

Add files to remove when MK_AUTHPF=no.


201928 09-Jan-2010 antoine

Add files to remove when MK_ATM=no.


201927 09-Jan-2010 antoine

Add files to remove when MK_AT=no.


201926 09-Jan-2010 antoine

Add files to remove when MK_APM=no.


201925 09-Jan-2010 antoine

Add files to remove when MK_AMD=no.


201923 09-Jan-2010 antoine

Add files to remove when MK_ACCT=no.


194870 24-Jun-2009 jamie

Add libjail, a (somewhat) simpler interface to the jail_set and jail_get
system calls and the security.jail.param sysctls.

Approved by: bz (mentor)


183002 13-Sep-2008 antoine

Add files to remove when WITHOUT_HESIOD is set.
This fixes "make check-old" when WITH_HESIOD is set.

PR: 122406
MFC after: 1 month


180926 28-Jul-2008 antoine

Add files to remove when MK_GNU_CPIO = no


179315 26-May-2008 bz

Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE and
parts relied on the now removed NET_NEEDS_GIANT.
Most of I4B has been disconnected from the build
since July 2007 in HEAD/RELENG_7.

This is what was removed:
- configuration in /etc/isdn
- examples
- man pages
- kernel configuration
- sys/i4b (drivers, layers, include files)
- user space tools
- i4b support from ppp
- further documentation

Discussed with: rwatson, re


177714 29-Mar-2008 ru

Remove options MK_LIBKSE and DEFAULT_THREAD_LIB now that we no longer
build libkse. This should fix WITHOUT_LIBTHR builds as a side effect.


177552 24-Mar-2008 antoine

Don't remove usr/include/fs/nwfs and usr/include/netncp, as they are always
recreated during installworld (they are in BSD.include.dist).

Reported by: Pawel Worach
Approved by: rwatson (mentor)
X-MFC: with revision 1.13


176955 08-Mar-2008 antoine

Add some checks for amd64 target around usr/lib32 libraries, missed in
previous commit.

Approved by: rwatson (mentor)
X-MFC: with revision 1.13


176662 29-Feb-2008 antoine

Add files to remove when MK_GCOV, MK_IPX or MK_NCP are defined.

Note: it may be a good idea to deduce obsolete usr/lib32/ files from
obsolete lib/ and usr/lib/ files.

PR: 120492
PR: 121118
PR: 121121
Submitted by: KAMIYA Satosi, Richard Tector
Approved by: rwatson (mentor)
MFC after: 1 month


175469 18-Jan-2008 brueffer

Remove files conditional on the obsolete MK_FORTRAN knob. They are already
listed in ObsoleteFiles.inc anyway.

Reported by: David Wolfskill
Approved by: rwatson (mentor)
MFC after: 3 days


172491 09-Oct-2007 obrien

Repo copy libpthreads to libkse.
This introduces the WITHOUT_LIBKSE nob,
and changes WITHOUT_LIBPTHREADS to mean with neither threading libs.
Approved by: re(kensmith)


172398 01-Oct-2007 ru

MK_LIBTHR was misspelled.

Approved by: re (kensmith)


168409 06-Apr-2007 pjd

Connect ZFS to the build.


167452 11-Mar-2007 rafan

Add ncursesw, libelf, and libalias profiling libraries

Approved by: delphij (mentor)


166389 01-Feb-2007 rafan

Remove old libmytinfo link.

Approved by: delphij (mentor)
Requested by: ache


164662 27-Nov-2006 yar

/usr/sbin/faithd is an INET6-specific tool, and now it won't be built
if MK_INET6 is "no", so add it to the MK_INET6 block.

PR: bin/100805 (audit-trail)


162846 30-Sep-2006 ru

Removed libc_r build support.


160808 29-Jul-2006 yar

Extend the MK_INET6 section by rescue/ping6 and the manpages.


160777 28-Jul-2006 yar

Populate the MK_INET6 block.


158212 01-May-2006 netchild

Add profile libs.

Submitted by: Pawel Worach <pawel.worach@gmail.com>


157439 03-Apr-2006 netchild

Milosz (sorry for not using the right 'l', it will not display corretly
in the commit log) submitted support for some NO_* knobs for delete-old*
and check-old. I converted it to the new WITHOUT_* knobs (more correctly:
MK_*) and added some dummy ones so that people can see what's missing.

Volunteers can have a look at http://phk.freebsd.dk/misc/build_options/
for a list of files.

The location looks a little bit odd to me, but I don't care about the
color of this bikeshed and follow the suggestion of our build
infrastructure guru to place it "somewhere under src/tools/ please". [1]
The build/mk/ directory looks more sane to me than the other ones there.

Submitted by: milosz.galazka@gmail.com
Suggested by: ru [1]


142640 27-Feb-2005 ru

As threatened, drop support for source upgrades from pre-5.3.

Inspired by: obrien


113400 12-Apr-2003 ru

Make sure legacy stuff comes last. Some tools that use
legacy stuff (binutils) depend on this order.

For this to work, provide (and use) specialized versions
of bsd.prog.mk and bsd.lib.mk that include the standard
versions first, then augment CFLAGS, DPADD, LDADD, and
LDFLAGS as necessary, with the legacy stuff.

Tested on: 4.0-RELEASE