History log of /freebsd-10-stable/tools/build/
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

322100 05-Aug-2017 ngie

MFC r320702,r320703:

r320702:

Formalize LEAPSECONDS and OLDTIMEZONES in share/zoneinfo/... as
`MK_ZONEINFO_LEAPSECONDS_SUPPORT == yes` and
`MK_ZONEINFO_OLD_TIMEZONES_SUPPORT == yes`.

Keep `LEAPSECONDS` and `OLDTIMEZONES` for backwards compatibility,
but print out a warning notifying users that they should use the new
variables, in an effort to migrate them to the variables. This is being
done mostly for automated build tools, etc, that might rely on these
variables being set. The variables will be removed in the future on
^/head, e.g., after ^/stable/12 is cut.

Relnotes: yes

r320703:

Add tests to help verify Links functionality for .../contrib/tzdata/backwards

MFC with: r320702

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`.

320717 06-Jul-2017 ngie

MFC r317179:

Clean up WITH*_PROFILE

- Clarify that profiled libraries are usable with gprof(8).
- Add WITH_PROFILE to complement WITHOUT_PROFILE and placate makeman.

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)

319390 01-Jun-2017 ngie

MFC r314579,r314785:

r314579 (by np):

Add cxgbetool(8) to the base system.

Move cxgbetool from tools/tools to usr.sbin. Compile and install it on
platforms where cxgbe(4) is built by default. Knobs (WITH_CXGBETOOL and
WITHOUT_CXGBETOOL) have been added so that the user can override the
default setting.

r314785:

Fix some trivial manlint warnings

Sentences should begin on new lines, per manlint.

Bump .Dd for the change

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.

319243 30-May-2017 ngie

MFC r317168:

Add a knob, WITH*_RPCBIND_WARMSTART_SUPPORT, to allow the end-user to build
rpcbind(8) with/without warmstart support.

The knob defaults to off to preserve POLA for the feature.

See rpcbind(8) for more details about the warmstart feature.

Relnotes: yes

318949 26-May-2017 gjb

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

PR: 217949
Sponsored by: The FreeBSD Foundation

318614 22-May-2017 ngie

MFC r315766,r315768:

r315766:

Note that tools/build/options/makeman automatically generated src.conf(5)

This (as a bonus) fixes mdoc warnings with src.conf(5) :)..

r315768:

Remove the .Pa portion I added to the .An macro in AUTHORS section

That doesn't work (mandoc complains about the macro being empty).

That's what I get for being clever and not verifying before committing
things again *sigh*.

Partyhat to: ngie

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)

311552 06-Jan-2017 ngie

MFstable/11 r311551:

MFC r311136:

Add WITH_SSP to silence complaints from mkman about there not being a file

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

294693 24-Jan-2016 des

MFH (r291198, r291260, r291261, r291375, r294325, r294335, r294563)

Remove the HPN and None cipher patches.


/freebsd-10-stable/UPDATING
/freebsd-10-stable/crypto/openssh/README.hpn
/freebsd-10-stable/crypto/openssh/auth-pam.c
/freebsd-10-stable/crypto/openssh/auth2-chall.c
/freebsd-10-stable/crypto/openssh/bufaux.c
/freebsd-10-stable/crypto/openssh/buffer.c
/freebsd-10-stable/crypto/openssh/buffer.h
/freebsd-10-stable/crypto/openssh/channels.c
/freebsd-10-stable/crypto/openssh/channels.h
/freebsd-10-stable/crypto/openssh/cipher.c
/freebsd-10-stable/crypto/openssh/clientloop.c
/freebsd-10-stable/crypto/openssh/compat.c
/freebsd-10-stable/crypto/openssh/compat.h
/freebsd-10-stable/crypto/openssh/configure.ac
/freebsd-10-stable/crypto/openssh/digest-libc.c
/freebsd-10-stable/crypto/openssh/freebsd-post-merge.sh
/freebsd-10-stable/crypto/openssh/freebsd-pre-merge.sh
/freebsd-10-stable/crypto/openssh/kex.c
/freebsd-10-stable/crypto/openssh/kex.h
/freebsd-10-stable/crypto/openssh/misc.c
/freebsd-10-stable/crypto/openssh/misc.h
/freebsd-10-stable/crypto/openssh/monitor.c
/freebsd-10-stable/crypto/openssh/monitor_wrap.c
/freebsd-10-stable/crypto/openssh/myproposal.h
/freebsd-10-stable/crypto/openssh/packet.c
/freebsd-10-stable/crypto/openssh/packet.h
/freebsd-10-stable/crypto/openssh/readconf.c
/freebsd-10-stable/crypto/openssh/readconf.h
/freebsd-10-stable/crypto/openssh/servconf.c
/freebsd-10-stable/crypto/openssh/servconf.h
/freebsd-10-stable/crypto/openssh/serverloop.c
/freebsd-10-stable/crypto/openssh/session.c
/freebsd-10-stable/crypto/openssh/sftp.1
/freebsd-10-stable/crypto/openssh/sftp.c
/freebsd-10-stable/crypto/openssh/ssh-agent.1
/freebsd-10-stable/crypto/openssh/ssh.c
/freebsd-10-stable/crypto/openssh/ssh_config
/freebsd-10-stable/crypto/openssh/ssh_config.5
/freebsd-10-stable/crypto/openssh/ssh_namespace.h
/freebsd-10-stable/crypto/openssh/sshconnect.c
/freebsd-10-stable/crypto/openssh/sshconnect2.c
/freebsd-10-stable/crypto/openssh/sshd.c
/freebsd-10-stable/crypto/openssh/sshd_config
/freebsd-10-stable/crypto/openssh/sshd_config.5
/freebsd-10-stable/crypto/openssh/version.h
/freebsd-10-stable/secure/lib/libssh/Makefile
/freebsd-10-stable/secure/usr.bin/ssh/Makefile
/freebsd-10-stable/secure/usr.sbin/sshd/Makefile
/freebsd-10-stable/share/mk/bsd.own.mk
options/WITH_OPENSSH_NONE_CIPHER
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

291805 04-Dec-2015 bdrewery

MFC r290435:

Don't allow environment-set options to bleed into src.conf.5 generation.

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

289959 25-Oct-2015 ngie

MFC r286822:

Reap MK_SYSINSTALL

It's no longer in use in the tree (most likely missed when sade/sysinstall
were removed)

289813 23-Oct-2015 avg

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

288396 29-Sep-2015 bdrewery

MFC r287935:

Optimize makeman slightly by removing uneeded cat and extra test -s.

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

281891 23-Apr-2015 bdrewery

MFC r281053:

Remove specific reference to g++(1) for WITH_CXX as it may be clang.

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

279506 01-Mar-2015 ngie

MFC r278193:

Add MK_FILE to control whether or not to build file(1), libmagic(3), etc

Sponsored by: EMC / Isilon Storage Division

279505 01-Mar-2015 ngie

MFC r278192:

Add the following options to enable/disable several features in the base system

WITHOUT_BOOTPARAMD - bootparamd
WITHOUT_BOOTPD - bootpd
WITHOUT_FINGER - finger, fingerd
WITHOUT_FTP - ftp, ftpd
WITHOUT_INETD - inetd
WITHOUT_RBOOTD - rbootd
WITHOUT_TCP_WRAPPERS - tcpd, et al
WITHOUT_TFTP - tftp, tftp-server
WITHOUT_TIMED - timed

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

278569 11-Feb-2015 ngie

MFC r278182:

r278182:

Conditionalize building radius support into libpam, ppp, etc via
MK_RADIUS_SUPPORT

Sponsored by: EMC / Isilon Storage Division

278559 11-Feb-2015 ngie

MFC r264515:

r264515 (by imp):

Document WITHOUT_GPL_DTC too.

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

276256 26-Dec-2014 ian

MFC r270190: Don't kill parallel jobs on (expected) failure of make_check.

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
mk/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
mk/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
mk/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
268399 08-Jul-2014 emaste

MFC r268022: Rename the WITHOUT_VT_SUPPORT knob to WITHOUT_VT

The _SUPPORT knobs have a consistent meaning which differs from the
behaviour controlled by this knob. As the knob is opt-out and has not
appeared in a release the impact should be low.

267797 23-Jun-2014 emaste

MFC r267124, r267582:

Install VT support files

They can be disabled by setting WITHOUT_VT_SUPPORT=yes in src.conf.

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
mk/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
mk/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
264572 16-Apr-2014 jmmv

MFC several WITH_TESTS-related documentation fixes.

- r258014 Document WITH_TESTS src.conf(5) option.
- r263089 Fix description of WITHOUT_BMAKE's purpose.
- r264408 Fix test suite name in src.conf(5).
- r264410 Document how to install the test suite.
- r264412 Add FreeBSD 10.1 to the list of recognized releases for Fx.
- r264413 Miscellaneous fixes to tests(7).

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
mk/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
mk/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
mk/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

262644 01-Mar-2014 brooks

MFC r261300:

Add a missing options file.

Sponsored by: DARPA, AFRL

261236 28-Jan-2014 skreuzer

Merge /head:261072: Remove WITHOUT_ATF from src.conf.5

Approved by: hrs (mentor)

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
mk/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.

259138 09-Dec-2013 bdrewery

MFC r258924:

Add missing period for WITHOUT_PKGBOOTSTRAP so that it matches all
other entries.

Approved by: bapt (implicit)

259073 07-Dec-2013 peter

Hoist all the mergeinfo up to the root in preparation for enforcing merges
to the root only. All MFC's were rerecorded to the root.

Going forward, if an MFC includes mergeinfo, it will need to be made to
the root and committed from the root. Merges with --ignore-ancestry
or diff | patch can go anywhere.

The mergeinfo in HEAD is in a bad state from years of neglect and manual
tampering and this was branched into 10.x. This confuses the coalescing
code and prevents it from doing its job.

Approved by: re (gjb, implicit)


/freebsd-10-stable/MAINTAINERS
/freebsd-10-stable/Makefile.inc1
/freebsd-10-stable/ObsoleteFiles.inc
/freebsd-10-stable/UPDATING
/freebsd-10-stable/bin/df
/freebsd-10-stable/bin/freebsd-version
/freebsd-10-stable/cddl
/freebsd-10-stable/cddl/contrib/opensolaris
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/print
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zfs
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzfs
/freebsd-10-stable/contrib/apr
/freebsd-10-stable/contrib/apr-util
/freebsd-10-stable/contrib/atf
/freebsd-10-stable/contrib/binutils
/freebsd-10-stable/contrib/bmake
/freebsd-10-stable/contrib/byacc
/freebsd-10-stable/contrib/bzip2
/freebsd-10-stable/contrib/com_err
/freebsd-10-stable/contrib/compiler-rt
/freebsd-10-stable/contrib/dialog
/freebsd-10-stable/contrib/dtc
/freebsd-10-stable/contrib/ee
/freebsd-10-stable/contrib/expat
/freebsd-10-stable/contrib/file
/freebsd-10-stable/contrib/gcc
/freebsd-10-stable/contrib/gdb
/freebsd-10-stable/contrib/gdtoa
/freebsd-10-stable/contrib/groff
/freebsd-10-stable/contrib/ipfilter
/freebsd-10-stable/contrib/ipfilter/ml_ipl.c
/freebsd-10-stable/contrib/ipfilter/mlfk_ipl.c
/freebsd-10-stable/contrib/ipfilter/mlh_rule.c
/freebsd-10-stable/contrib/ipfilter/mli_ipl.c
/freebsd-10-stable/contrib/ipfilter/mln_ipl.c
/freebsd-10-stable/contrib/ipfilter/mls_ipl.c
/freebsd-10-stable/contrib/ldns
/freebsd-10-stable/contrib/less
/freebsd-10-stable/contrib/libarchive
/freebsd-10-stable/contrib/libarchive/cpio
/freebsd-10-stable/contrib/libarchive/libarchive
/freebsd-10-stable/contrib/libarchive/libarchive_fe
/freebsd-10-stable/contrib/libarchive/tar
/freebsd-10-stable/contrib/libc++
/freebsd-10-stable/contrib/libc-vis
/freebsd-10-stable/contrib/libcxxrt
/freebsd-10-stable/contrib/libexecinfo
/freebsd-10-stable/contrib/libpcap
/freebsd-10-stable/contrib/libstdc++
/freebsd-10-stable/contrib/llvm
/freebsd-10-stable/contrib/llvm/tools/clang
/freebsd-10-stable/contrib/mtree
/freebsd-10-stable/contrib/ncurses
/freebsd-10-stable/contrib/netcat
/freebsd-10-stable/contrib/ntp
/freebsd-10-stable/contrib/nvi
/freebsd-10-stable/contrib/one-true-awk
/freebsd-10-stable/contrib/openbsm
/freebsd-10-stable/contrib/openpam
/freebsd-10-stable/contrib/openresolv
/freebsd-10-stable/contrib/pf
/freebsd-10-stable/contrib/sendmail
/freebsd-10-stable/contrib/serf
/freebsd-10-stable/contrib/smbfs
/freebsd-10-stable/contrib/subversion
/freebsd-10-stable/contrib/tcpdump
/freebsd-10-stable/contrib/tcsh
/freebsd-10-stable/contrib/tnftp
/freebsd-10-stable/contrib/top
/freebsd-10-stable/contrib/top/install-sh
/freebsd-10-stable/contrib/tzcode/stdtime
/freebsd-10-stable/contrib/tzcode/zic
/freebsd-10-stable/contrib/tzdata
/freebsd-10-stable/contrib/unbound
/freebsd-10-stable/contrib/wpa
/freebsd-10-stable/contrib/xz
/freebsd-10-stable/crypto/heimdal
/freebsd-10-stable/crypto/openssh
/freebsd-10-stable/crypto/openssl
/freebsd-10-stable/etc
/freebsd-10-stable/etc/rc.d
/freebsd-10-stable/gnu/lib
/freebsd-10-stable/gnu/usr.bin/binutils
/freebsd-10-stable/gnu/usr.bin/cc/cc_tools
/freebsd-10-stable/gnu/usr.bin/gdb
/freebsd-10-stable/include
/freebsd-10-stable/lib
/freebsd-10-stable/lib/libc
/freebsd-10-stable/lib/libc/stdtime
/freebsd-10-stable/lib/libc_nonshared
/freebsd-10-stable/lib/libfetch
/freebsd-10-stable/lib/libiconv_modules
/freebsd-10-stable/lib/libsmb
/freebsd-10-stable/lib/libthr
/freebsd-10-stable/lib/libutil
/freebsd-10-stable/lib/libvmmapi
/freebsd-10-stable/lib/libyaml
/freebsd-10-stable/lib/libz
/freebsd-10-stable/release
/freebsd-10-stable/release/doc
/freebsd-10-stable/sbin
/freebsd-10-stable/sbin/camcontrol
/freebsd-10-stable/sbin/dumpon
/freebsd-10-stable/sbin/hastd
/freebsd-10-stable/sbin/ifconfig
/freebsd-10-stable/sbin/ipfw
/freebsd-10-stable/sbin/nvmecontrol
/freebsd-10-stable/share
/freebsd-10-stable/share/examples/bhyve
/freebsd-10-stable/share/i18n/csmapper/JIS
/freebsd-10-stable/share/i18n/esdb/EUC
/freebsd-10-stable/share/man
/freebsd-10-stable/share/man/man4
/freebsd-10-stable/share/man/man4/bhyve.4
/freebsd-10-stable/share/man/man5
/freebsd-10-stable/share/man/man7
/freebsd-10-stable/share/man/man8
/freebsd-10-stable/share/misc
/freebsd-10-stable/share/mk
/freebsd-10-stable/share/mk/bsd.arch.inc.mk
/freebsd-10-stable/share/syscons
/freebsd-10-stable/share/zoneinfo
/freebsd-10-stable/sys
/freebsd-10-stable/sys/amd64/include/vmm.h
/freebsd-10-stable/sys/amd64/include/vmm_dev.h
/freebsd-10-stable/sys/amd64/include/vmm_instruction_emul.h
/freebsd-10-stable/sys/amd64/include/xen
/freebsd-10-stable/sys/amd64/vmm
/freebsd-10-stable/sys/boot
/freebsd-10-stable/sys/boot/i386/efi
/freebsd-10-stable/sys/boot/ia64/efi
/freebsd-10-stable/sys/boot/ia64/ski
/freebsd-10-stable/sys/boot/powerpc/boot1.chrp
/freebsd-10-stable/sys/boot/powerpc/ofw
/freebsd-10-stable/sys/cddl/contrib/opensolaris
/freebsd-10-stable/sys/conf
/freebsd-10-stable/sys/contrib/dev/acpica
/freebsd-10-stable/sys/contrib/dev/acpica/changes.txt
/freebsd-10-stable/sys/contrib/dev/acpica/common
/freebsd-10-stable/sys/contrib/dev/acpica/compiler
/freebsd-10-stable/sys/contrib/dev/acpica/components/debugger
/freebsd-10-stable/sys/contrib/dev/acpica/components/disassembler
/freebsd-10-stable/sys/contrib/dev/acpica/components/dispatcher
/freebsd-10-stable/sys/contrib/dev/acpica/components/events
/freebsd-10-stable/sys/contrib/dev/acpica/components/executer
/freebsd-10-stable/sys/contrib/dev/acpica/components/hardware
/freebsd-10-stable/sys/contrib/dev/acpica/components/namespace
/freebsd-10-stable/sys/contrib/dev/acpica/components/parser
/freebsd-10-stable/sys/contrib/dev/acpica/components/resources
/freebsd-10-stable/sys/contrib/dev/acpica/components/tables
/freebsd-10-stable/sys/contrib/dev/acpica/components/utilities
/freebsd-10-stable/sys/contrib/dev/acpica/include
/freebsd-10-stable/sys/contrib/dev/acpica/os_specific
/freebsd-10-stable/sys/contrib/ipfilter
/freebsd-10-stable/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c
/freebsd-10-stable/sys/contrib/ipfilter/netinet/ip_raudio_pxy.c
/freebsd-10-stable/sys/contrib/libfdt
/freebsd-10-stable/sys/contrib/octeon-sdk
/freebsd-10-stable/sys/contrib/x86emu
/freebsd-10-stable/sys/dev/bvm
/freebsd-10-stable/sys/dev/fdt/fdt_ic_if.m
/freebsd-10-stable/sys/dev/hyperv
/freebsd-10-stable/sys/modules/hyperv
/freebsd-10-stable/sys/modules/vmm
/freebsd-10-stable/sys/x86/include/acpica_machdep.h
/freebsd-10-stable/tools
/freebsd-10-stable/tools/build
options
/freebsd-10-stable/tools/tools/atsectl
/freebsd-10-stable/usr.bin/calendar
/freebsd-10-stable/usr.bin/csup
/freebsd-10-stable/usr.bin/iscsictl
/freebsd-10-stable/usr.bin/procstat
/freebsd-10-stable/usr.sbin
/freebsd-10-stable/usr.sbin/bhyve
/freebsd-10-stable/usr.sbin/bhyvectl
/freebsd-10-stable/usr.sbin/bhyveload
/freebsd-10-stable/usr.sbin/bsdconfig
/freebsd-10-stable/usr.sbin/bsdinstall
/freebsd-10-stable/usr.sbin/ctladm
/freebsd-10-stable/usr.sbin/ctld
/freebsd-10-stable/usr.sbin/freebsd-update
/freebsd-10-stable/usr.sbin/jail
/freebsd-10-stable/usr.sbin/mergemaster
/freebsd-10-stable/usr.sbin/mount_smbfs
/freebsd-10-stable/usr.sbin/ndiscvt
/freebsd-10-stable/usr.sbin/pkg
/freebsd-10-stable/usr.sbin/rtadvctl
/freebsd-10-stable/usr.sbin/rtadvd
/freebsd-10-stable/usr.sbin/rtsold
/freebsd-10-stable/usr.sbin/zic
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)

257460 31-Oct-2013 brooks

MFC r257138:

Switch the default mtree to nmtree our new NetBSD derived mtree.

Exp-runs by: bdrewery (ports/182438)
Sponsored by: DARPA/AFRL
Approved by: re (gjb)

257449 31-Oct-2013 brooks

MFC r256915

Stop conflating WITHOUT_CLANG with WITHOUT_CLANG_IS_CC. This allows
bootstrapping a copy of clang without building clang for the base system

which is useful for nanobsd and similar setups. It's still probably
wrong to conflate what is installed as /usr/bin/cc with the selection
of a bootstrap compiler under WITH*_CLANG_IS_CC, but that's for another
day.

Sponsored by: DARPA/AFRL
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)


255974 01-Oct-2013 emaste

Remove long-unused GNU ar and ranlib

The libarchive-based replacements have been used since 2009; the GNU
ones were kept to support source upgrades from FreeBSD 6.

Approved by: re@ (delphij)


255964 01-Oct-2013 des

Have makeman always use the mk files from the source tree it's operating
on rather than those from the installed system.

Approved by: re (delphij)


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)


255850 24-Sep-2013 des

Flip the switch: disable BIND and enable LDNS_UTILS.

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)


255722 20-Sep-2013 emaste

Add LLDB bmake infrastructure

This connects LLDB to the build, but it is disabled by default. Add
WITH_LLDB= to src.conf to build it.

Note that LLDB requires a C++11 compiler so is disabled on platforms
using GCC.

Approved by: re (gjb)
Sponsored by: DARPA, AFRL


255597 15-Sep-2013 des

Build and install the Unbound caching DNS resolver daemon.

Approved by: re (blanket)


255591 15-Sep-2013 des

Tweak wording.

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.


255326 06-Sep-2013 zeising

Add WITH_GCC alongside WITHOUT_GCC.
Remove the comment from WITHOUT_GCC about this not working without an
alternate toolchain, we have clang now.


255325 06-Sep-2013 theraven

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


255321 06-Sep-2013 theraven

On platforms where clang is the default compiler, don't build gcc or libstdc++.
To enable them, set WITH_GCC and WITH_GNUCXX in src.conf.
Make clang default to using libc++ on FreeBSD 10.
Bumped __FreeBSD_version for the change.

GCC is still enabled on PC98, because the PC98 bootloader requires GCC to build
(or, at least, hard-codes the use of gcc into its build).

Thanks to everyone who helped make the ports tree ready for this (and bapt
for coordinating them all). Also to imp for reviewing this and working on the
forward-porting of the changes in our gcc so that we're getting to a much
better place with regard to external toolchains.

Sorry to all of the people who helped who I forgot to mention by name.

Reviewed by: bapt, imp, dim, ...


255018 29-Aug-2013 andreast

Remove GNU_PATCH leftover.


255014 29-Aug-2013 pfg

Drop build option switch for the older GNU patch.

As promised, drop the option to make the older GNU patch
the default.

GNU patch is still being built but something drastic may
happen to it to it before Release.


254962 27-Aug-2013 dteske

Formally remove WITH_BSDCONFIG build option and re-generate src.conf.5
NOTE: Should have been inline with revisions 252862 and 254958.


254921 26-Aug-2013 antoine

Add more obsolete files.


254919 26-Aug-2013 antoine

Document WITHOUT_ICONV, WITH_LIBICONV_COMPAT and WITH_USB_GADGET_EXAMPLES


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


253689 26-Jul-2013 pfg

Make the BSD-licensed patch the default.

The BSD-licensed patch(1) command has matured and it's behaviour
can be considered equivalent to the older version of GNU patch
in the tree.

The switch has been extensively tested [1] and only two ports
presented regressions, which have since been fixed.

For convenience a new WITH_GNU_PATCH option is available,
but it will likely be removed in the near future.

PR: 176313
Approved by: portmgr


253396 16-Jul-2013 andrew

2 years, 10 months, 22 days after the projects/arm_eabi branch was created
make the ARM EABI the default ABI on arm, armeb, armv6 and armv6eb.

This is intended to be the default ABI from now on with the old ABI to be
retired. Because of this all users are strongly suggested to upgrade to the
ARM EABI.

As the two ABIs are incompatible it is unlikely upgrading in place will
work. Users should perform a full backup and either use an external machine
to upgrade, or install to an alternative location on their media. They
should also reinstall all ports or packages when these are available.

The only known issues are:
- pkg incorrectly detects the ABI. This is fixed upstream, and will a
patch will be made to the port.
- GDB can have issues with executables built with clang.

__FreeBSD_version has been bumped.


253305 12-Jul-2013 bapt

Disable building of pkg_install by default
If people still want to have pkg_install they can specify WITH_PKGTOOLS when building world


253304 12-Jul-2013 bapt

Ensure the locale is LC_ALL=C when regenerating src.conf.5

MFC after: 3 days


253258 12-Jul-2013 des

Remove authpf-noip along with authpf.

Reminded by: delphij@


252561 03-Jul-2013 zeising

Document WITHOUT_SVNLITE and WITH_SVN.

PR: docs/180025
Submitted by: Garrett Cooper <yaneurabeya@gmail.com>


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


251685 13-Jun-2013 emaste

Use portable string comparison

We support == in /bin/sh now, but it ought to be avoided, and my use of
it was accidental.


251601 10-Jun-2013 emaste

Handle options that override other options

This is a workaround for WITH_LDNS_UTILS forcing BIND_UTILS off. It can
be reverted when we no longer have these conflicting options, or made more
general if we grow more cases like this.


251563 09-Jun-2013 gjb

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

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


251512 07-Jun-2013 emaste

Add a new knob WITH_DEBUG_FILES to control the building of standalone
debug files for userland programs and libraries. The "-g" debug flag
is automatically applied when WITH_DEBUG_FILES is set.

The debug files are now named ${prog}.debug and ${shlib}.debug for
consistency with other systems and documentation. In addition they are
installed under /usr/lib/debug, to simplify the process of installing
them if needed after a crash. Users of bsd.{prog,lib}.mk outside of the
base system place the standalone debug files in a .debug subdirectory.
GDB automatically searches both of these directories for standalone
debug files.

Thanks to everyone who contributed changes, review, and testing during
development.


250839 21-May-2013 delphij

BMAKE is now being built by default.


250659 15-May-2013 brooks

Add support for an external cross compiler. The cross compiler is
specified by passing the XCC, XCXX, and XCPP variables (corresponding to
CC, CXX, and CPP) to buildworld/buildkernel. The compiler must be clang
or be configured to target the appropriate architecture.

To speed build times, if XCC is an absolute path or
WITHOUT_CROSS_COMPILER is defined then no cross compiler will be built
during the cross-tools stage.

Limited documentation of this feature can currently be found at:

https://wiki.freebsd.org/ExternalToolchain

This functionality should be considered experimental and is subject to
change without notice.

Sponsored by: DARPA, AFRL
Discussed with: imp, sjg


250658 15-May-2013 brooks

Add a new option WITHOUT_FORMAT_EXTENSIONS to disable flags related to
checking our kernel printf extensions. This is useful to allow
compilers without these extensions to build kernels.

Sponsored by: DARPA, AFRL


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


249966 27-Apr-2013 eadler

Add a comma to satisfy Igor.


249960 27-Apr-2013 eadler

Remove IDEA from OptionalObsoleteFiles.inc

Also add an UPDATING entry (requsted by gjb)


249959 26-Apr-2013 eadler

Remove the WITH_IDEA option and build it unconditionally.
The European version of the patent expired in 2011.
The US version of the patent expired in 2012 or prior.

Reviewed by: des
No objection from: cperciva, ehaupt


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.


246830 15-Feb-2013 des

Oops, I flipped LDNS_UTILS but forgot to update the description.


246827 15-Feb-2013 des

Import LDNS and build it as an internal library.


246262 02-Feb-2013 dim

Add missing src.conf(5) fragments for WITHOUT_LIBCPLUSPLUS and WITH_GPL_DTC.


246259 02-Feb-2013 dim

Pull in r170135 from upstream clang trunk:

Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user
specifies not to. Dont build ASTMatchers with Rewriter disabled and
StaticAnalyzer when it's disabled.

Without all those three, the clang binary shrinks (x86_64) from ~36MB
to ~32MB (unstripped).

To disable these clang components, and get a smaller clang binary built
and installed, set WITHOUT_CLANG_FULL in src.conf(5). During the
initial stages of buildworld, those extra components are already
disabled automatically, to save some build time.

MFC after: 1 week


246074 29-Jan-2013 gabor

- Add a BSD-licensed patch, ported by Pedro F. Giffuni (pfg) from
DragonflyBSD and install it as bsdpatch. WITH_BSD_PATCH makes it
default and installs GNU patch as gnupatch.

Submitted by: pfg
Obtained from: The DragonflyBSD Project


245606 18-Jan-2013 eadler

Add option to make pc-sysinstall optional

Approved by: cperciva


245539 17-Jan-2013 andrew

Add compiler support for the ARM EABI.

ARM EABI support is disabled by default and can be enabled by setting
WITH_ARM_EABI when building, however only the kernel-toolchain target will
work with this flag until the rest of the support is added.


245527 17-Jan-2013 bz

Add a src.conf(5) option to allow users to compile in the "NONE cipher",
which, only after authentication, disables crypto, and only for sessions
without a terminal.

Submitted by: Jeremy Chadwick (freebsd jdc.parodius.com)
PR: bin/163095
MFC after: 10 days


245435 14-Jan-2013 brooks

Remember the . in .\" in the WITH_NMTREE file and regenerate the output.

Reported by: joeld


245311 11-Jan-2013 brooks

Add pwcache(3) and vis(3) to libegacy as install(1) is about to grow a
dependency on them.

Sponsored by: DARPA, AFRL


245241 09-Jan-2013 brooks

Always install our mtree as /usr/sbin/fmtree and link it as
/usr/sbin/mtree by default.

Add a src.conf option WITH_NMTREE that causes NetBSD's mtree to be linked
as /usr/sbin/mtree as well as /usr/sbin/nmtree.


245171 08-Jan-2013 obrien

Following r226271, allow disabling lzma support with "WITHOUT_LZMA_SUPPORT".
Correct r226271 which should have used WITHOUT_BZIP2_SUPPORT per r166255.

Obtained from: Juniper Networks


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>


242629 05-Nov-2012 brooks

Add a description of WITHOUT_CLANG_IS_CC.


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


241511 13-Oct-2012 gabor

- Remove GNU sort and the WITH_GNU_SORT knob


241298 06-Oct-2012 marcel

Add support for bmake. This includes:
1. Don't do upgrade_checks when using bmake. As long as we have WITH_BMAKE,
there's a bootstrap complication in ths respect. Avoid it. Make the
necessary changes to have upgrade_checks work wth bmake anyway.
2. Remove the use of -E. It's not needed in our build because we use ?= for
the respective variables, which means that we'll take the environment
value (if any) anyway.
3. Properly declare phony targets as phony as bmake is a lot smarter (and
thus agressive) about build avoidance.
4. Make sure CLEANFILES is complete and use it on .NOPATH. bmake is a lot
smarter about build avoidance and should not find files we generate in
the source tree. We should not have files in the repository we want to
generate, but this is an easier way to cross this hurdle.
5. Have behavior under bmake the same as it is under make with respect to
halting when sub-commands fail. Add "set -e" to compound commands so
that bmake is informed when sub-commands fail.
6. Make sure crunchgen uses the same make as the rest of the build. This
is important when the make utility isn't called make (but bmake for
example).
7. While here, add support for using MAKEOBJDIR to set the object tree
location. It's the second alternative bmake looks for when determining
the actual object directory (= .OBJDIR).

Submitted by: Simon Gerraty <sjg@juniper.net>
Submitted by: John Van Horne <jvanhorne@juniper.net>


241279 06-Oct-2012 marcel

Add bmake to the build and allow it to be installed as make(1) instead
of FreeBSD's make by setting WITH_BMAKE. The WITH_BMAKE build makes it
easy for people to switch while working out the kinks -- think ports
tree here. The option will be removed in due time.

Submitted by: Simon Gerraty (sjg@juniper.net)


240690 19-Sep-2012 zeising

Add documentation for the WITHOUT_KDUMP switch.
This swtich was introduced in r240404

Approved by: joel (mentor)


240377 11-Sep-2012 obrien

r235638 is not the clean way to add support for building on ancient FreeBSD
versions. Instead use Imp's good work on "legacy" and follow the outcome
of the previous TRB discussions on this topic.

Now use the libc getline() if it exists, and only where it doesn't
create a bootstraping version.


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


238448 14-Jul-2012 zeising

Change language in WITH_BSDCONFIG to match other options, and regen
src.conf(5), which was missed in r238438.

Approved by: joel (mentor)


238438 14-Jul-2012 dteske

Import bsdconfig(8) as a replacement for the post-install abilities of
deprecated sysinstall(8). NOTE: WITH_BSDCONFIG is currently required.

Submitted by: Devin Teske (dteske), Ron McDowell <rcm@fuzzwad.org>
Reviewed by: Ron McDowell <rcm@fuzzwad.org>
Approved by: Ed Maste (emaste)


238143 05-Jul-2012 obrien

Remove the "funny targets" make check. We no longer need embedded :: targets
to build FreeBSD (they are used in Perl man pages). We never needed embedded
"!" in targets that I can find.

We got this from OpenBSD and I cannot find any other make that supports
such things -- contrary to their commit message claim: "This behaviour
is also consistent with other versions of make.".


238023 02-Jul-2012 marcel

A cross-reference takes a man page section as well. Assume pkg(1),
based on pkg_add(1).


238021 02-Jul-2012 marcel

Add description for INSTALL_AS_USER


238018 02-Jul-2012 marcel

Fix typo in option description file (using svn move).


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


237629 27-Jun-2012 gabor

- Switch to BSD sort as default sort. GNU sort will still be installed as
"gnusort". Most of the BSD sort development work was done by
Oleg Moskalenko <oleg.moskalenko@citrix.com>.
- GNU grep can be set to default by setting WITH_GNU_GREP. It will cause
BSD sort to be installed as "bsdsort".

Portbuild tested by: linimon


236340 30-May-2012 obrien

make it easier to check newly-built make


236279 30-May-2012 gjb

Add '-width Pa' to src.conf.5 for mdoc(7) style consistency.

MFC after: 3 days


235660 19-May-2012 marcel

Document the ED_CRYPTO and LS_COLORS options.

Obtained from: Juniper Networks, Inc.


235537 17-May-2012 gber

Import work done under project/nand (@235533) into head.

The NAND Flash environment consists of several distinct components:
- NAND framework (drivers harness for NAND controllers and NAND chips)
- NAND simulator (NANDsim)
- NAND file system (NAND FS)
- Companion tools and utilities
- Documentation (manual pages)

This work is still experimental. Please use with caution.

Obtained from: Semihalf
Supported by: FreeBSD Foundation, Juniper Networks


235342 12-May-2012 gjb

Regenerate src.conf(5) for mdoc(7) and typo corrections.

PR: 167804
Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org)
MFC after: 3 days


235268 11-May-2012 gabor

- Hook up BSD sort to the build. By default, it will be installed as
"bsdsort" and GNU sort will be the default "sort". When WITH_BSD_SORT
is set, BSD sort will be the default "sort" and GNU sort will be installed
as "gnusort".


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


234782 29-Apr-2012 kib

Add src.conf option WITH_SHARED_TOOLCHAIN to enable building the
toolchain binaries as dynamically linked. Option is disabled by
default.

Reviewed by: ru (previous version)
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.


232322 29-Feb-2012 dim

Add a WITH_CLANG_IS_CC option for src.conf(5), disabled by default, that
installs clang as /usr/bin/cc, /usr/bin/c++ and /usr/bin/cpp.

Note this does *not* disable building and installing gcc, which will
still be available as /usr/bin/gcc, /usr/bin/g++ and /usr/bin/gcpp. If
you want to disable gcc completely, you must use WITHOUT_GCC.

MFC after: 2 weeks


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


230972 04-Feb-2012 rmh

Add MK_SOURCELESS build option. Setting MK_SOURCELESS to "no" will disable
kernel modules that include binary-only code.

More fine-grained control is provided via MK_SOURCELESS_HOST (for native code
that runs on host CPU) and MK_SOURCELESS_UCODE (for microcode).

Reviewed by: julian, delphij, freebsd-arch
Approved by: kib (mentor)
MFC after: 2 weeks


230060 13-Jan-2012 ed

Remove wtmpcvt(1).

The wtmpcvt(1) utility converts wtmp files to the new format used by
utmpx(3). Now that HEAD has been branched to stable/9 and 9.0 is
released, there is no need for it in HEAD.

MFC after: never


229319 02-Jan-2012 rwatson

Add WITHOUT_CAPSICUM src.conf(5) define, which can be used to compile out
use of Capsicum by userspace applications.

MFC after: 3 weeks
Sponsored by: Google, Inc.


228409 11-Dec-2011 dim

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

MFC after: 1 week


228196 02-Dec-2011 fjoe

Revert to conservative defaults. WITH_PROFILE is a default now.

NO_PROFILE overrides in Makefile.inc1 and bsd.own.m are left intact
so that the reversal to the WITHOUT_PROFILE will be easier in future.


228159 30-Nov-2011 fjoe

Add WITH_CTF description.


228143 29-Nov-2011 fjoe

Turn off profiled libs build by default.
Can be enabled back using WITH_PROFILE=yes in /etc/src.conf


228082 28-Nov-2011 dim

Add WITH_LIBCPLUSPLUS under tools/build/options; the knob itself was
already added in a previous revision.


228081 28-Nov-2011 dim

Under tools/build/options, add missing svn:keywords properties to
WITH_OFED and WITHOUT_GPIO.


227636 17-Nov-2011 dim

Revert r227538, since it doesn't compile with clang at all (it doesn't
allow the built-in operations to be redefined, at least not without
excessive force).

Instead, just disable LLVM's support for atomic operations for now.
Nothing in either clang or the tablegen tools currently depends on it.

This still allows users of head built before r198344 to upgrade to
top-of-head seamlessly.


227538 15-Nov-2011 dim

LLVM uses atomic operations, which are not supported on i386 and GCC
emits calls for them, rather than expanding them inline. Older FreeBSD
versions compile for i386 by default and as such we end up with
unresolved symbols when we build LLVM's TableGen utility as a build
tool on them. Add the functions that GCC emits here, but don't bother
to make them atomic. Such is not needed.

Submitted by: marcel
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.


222813 07-Jun-2011 attilio

etire the cpumask_t type and replace it with cpuset_t usage.

This is intended to fix the bug where cpu mask objects are
capped to 32. MAXCPU, then, can now arbitrarely bumped to whatever
value. Anyway, as long as several structures in the kernel are
statically allocated and sized as MAXCPU, it is suggested to keep it
as low as possible for the time being.

Technical notes on this commit itself:
- More functions to handle with cpuset_t objects are introduced.
The most notable are cpusetobj_ffs() (which calculates a ffs(3)
for a cpuset_t object), cpusetobj_strprint() (which prepares a string
representing a cpuset_t object) and cpusetobj_strscan() (which
creates a valid cpuset_t starting from a string representation).
- pc_cpumask and pc_other_cpus are target to be removed soon.
With the moving from cpumask_t to cpuset_t they are now inefficient
and not really useful. Anyway, for the time being, please note that
access to pcpu datas is protected by sched_pin() in order to avoid
migrating the CPU while reading more than one (possible) word
- Please note that size of cpuset_t objects may differ between kernel
and userland. While this is not directly related to the patch itself,
it is good to understand that concept and possibly use the patch
as a reference on how to deal with cpuset_t objects in userland, when
accessing kernland members.
- KTR_CPUMASK is changed and now is represented through a string, to be
set as the example reported in NOTES.

Please additively note that no MAXCPU is bumped in this patch, but
private testing has been done until to MAXCPU=128 on a real 8x8x2(htt)
machine (amd64).

Please note that the FreeBSD version is not yet bumped because of
the upcoming pcpu changes. However, note that this patch is not
targeted for MFC.

People to thank for the time spent on this patch:
- sbruno, pluknet and Nicholas Esborn (nick AT desert DOT net) tested
several revision of the patches and really helped in improving
stability of this work.
- marius fixed several bugs in the sparc64 implementation and reviewed
patches related to ktr.
- jeff and jhb discussed the basic approach followed.
- kib and marcel made targeted review on some specific part of the
patch.
- marius, art, nwhitehorn and andreast reviewed MD specific part of
the patch.
- marius, andreast, gonzo, nwhitehorn and jceel tested MD specific
implementations of the patch.
- Other people have made contributions on other patches that have been
already committed and have been listed separately.

Companies that should be mentioned for having participated at several
degrees:
- Yahoo! for having offered the machines used for testing on big
count of CPUs.
- The FreeBSD Foundation for having sponsored my devsummit attendance,
which has been instrumental.
- Sandvine for having offered offices and infrastructure during
development.

(I really hope I didn't forget anyone, if it happened I apologize in
advance).


222295 25-May-2011 obrien

+ Tighten up (and simplify) the pass_cmd_vars_1 "variable definition arrived
from the calling make" test.
+ Be more tolerant of newlines in the plus_flag "supports the '+' flag" test.


222273 25-May-2011 obrien

Build and install a BSD licensed grep.
If WITH_BSD_GREP is not set, it will be 'bsdgrep' and GNUgrep will be
'[ef]grep'. Otherwise, BSD-grep will be the grep family, and GNUgrep
will be 'gnugrep'.

Discussed with: brooks


222189 22-May-2011 imp

Add the description properly...


222188 22-May-2011 imp

Add documentation for WITHOUT_KERNEL_SYMBOLS


222090 19-May-2011 imp

Implement WITH{,OUT}_{GCC,BINUTILS} to provide finer-grained control
over building gcc and binutils. They default to true, unless
MK_TOOLCHAIN is no.

Reviewed by: ru@


222016 17-May-2011 ru

Added description for WITH_OFED.


221733 10-May-2011 ru

Reassurance for impatient.


221732 10-May-2011 ru

Style.


221730 10-May-2011 ru

- There now exist options that have different defaults depending on
the architecture, reflect this in documentation. For such
options, both WITH_FOO and WITHOUT_FOO description files should
be provided.

Prodded by: des

- Setting a build option may enforce other build options, try harder
to detect this case.

- Setting a build option may change other option's default value,
try harder to detect this case.


221729 10-May-2011 ru

The Objective C support was removed in r220755.

Submitted by: des


221541 06-May-2011 ru

MK_GPIO changed its default; reflect.


221540 06-May-2011 ru

Removed trailing whitespace.


221539 06-May-2011 ru

Tidy up formatting.


221266 30-Apr-2011 bz

Introduce two new options MK_INET and MK_INET_SUPPORT analogically
with INET6 equivalents. Patch reather than re-genenerating src.conf
(given the current problem with the script that does the re-gen).

Reviewed by: gnn
Sponsored by: The FreeBSD Foundation
Sponsored by: iXsystems
MFC after: 2 weeks


221161 28-Apr-2011 des

executable


220402 06-Apr-2011 uqs

Regenerate after r220401. It turns out makeman is clever about implied
flags, so remove that part from WITHOUT_CXX again.

This is only partially regenerated, as the entries for FDT and GPIO seem to
have switched their default state, too.


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.


219020 25-Feb-2011 gabor

- Add two more iconv-related files, which were left out from previous commit

Approved by: delphij (mentor)


218942 22-Feb-2011 uqs

The default for FDT has changed, rename the flag/options file.


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>


213463 05-Oct-2010 gonzo

- Add WITH_GPIO entry to src.conf(5) man page


211701 23-Aug-2010 gabor

- Change default grep back to GNU version. BSD grep can be built with the
WITH_BSD_GREP knob.
- Bump __FreeBSD_version

Requested by: dougb
Approved by: delphij (mentor)


210389 22-Jul-2010 gabor

Add BSD grep to the base system and make it our default grep.

Deliverables: Small and clean code (1,4 KSLOC vs GNU's 8,5 KSLOC),
lower memory usage than GNU grep, GNU compatibility,
BSD license.

TODO: Performance is somewhat behind GNU grep but it is only
significant for bigger searches. The reason is complex, the
most important factor is that GNU grep uses lots of
optimizations to improve the speed of the regex library.
First, we need a modern regex library (practically by adopting
TRE), add support for GNU-style non-standard regexes and then
reevalute the performance issues and look for bottlenecks. In
the meantime, for those, who need better performance, it is
possible to build GNU grep by setting WITH_GNU_GREP.

Approved by: delphij (mentor)
Obtained from: OpenBSD (http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/grep/),
freegrep (http://github.com/howardjp/freegrep)
Sponsored by: Google SoC 2008
Portbuild tests run by: kris, pav, erwin
Acknowledgements to: fjoe (as SoC 2008 mentor),
everyone who helped in reviewing and testing


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.


208971 10-Jun-2010 ed

Fix typo.

Spotted by: Garrett Cooper


208967 09-Jun-2010 ed

This should be commented out.


208965 09-Jun-2010 rdivacky

Add WITHOUT_CLANG file with a description.

Approved by: ed (mentor)


208537 25-May-2010 raj

Introduce a new build knob for Flattened Device Tree support.

Reviewed by: imp
Sponsored by: The FreeBSD Foundation


208322 20-May-2010 jkim

Add an option file for WITHOUT_MAN_UTILS to regenerate src.conf(5).


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)


193280 01-Jun-2009 dougb

Add support for the build options that are currently in the port:
WITH_BIND_IDN
WITH_BIND_LARGE_FILE
WITH_BIND_SIGCHASE
WITH_BIND_XML


190751 05-Apr-2009 ed

Remove if_ppp(4) and if_sl(4).

Not only did these two drivers depend on IFF_NEEDSGIANT, they were
broken 7 months ago during the MPSAFE TTY import. if_ppp(4) has been
replaced by ppp(8). There is no replacement for if_sl(4).

If we see regressions in for example the ports tree, we should just use
__FreeBSD_version 800045 to check whether if_ppp(4) and if_sl(4) are
present. Version 800045 is used to denote the import of MPSAFE TTY.

Discussed with: rwatson, but also rwatson's IFF_NEEDSGIANT emails on the
lists.


188848 20-Feb-2009 mtm

Doh! r188813 modified an auto-generated file. Fix it for real:
o grammar fix
o remove mention of libkse

Submitted by: Niclas Zeising <niclas.zeising@gmail.com>


183306 23-Sep-2008 sam

add missing options


183305 23-Sep-2008 sam

add missing options


183242 21-Sep-2008 sam

add new build knobs and jigger some existing controls to improve
control over the result of buildworld and installworld; this especially
helps packaging systems such as nanobsd

Reviewed by: various (posted to arch)
MFC after: 1 month


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


180208 03-Jul-2008 peter

Set magic fbsd:nokeywords property that allows files to bypass
keyword expansion. (file-specific replacement for CVSROOT/exclude)


180012 25-Jun-2008 ru

Enable GCC stack protection (aka Propolice) for userland:
- It is opt-out for now so as to give it maximum testing, but it may be
turned opt-in for stable branches depending on the consensus. You
can turn it off with WITHOUT_SSP.
- WITHOUT_SSP was previously used to disable the build of GNU libssp.
It is harmless to steal the knob as SSP symbols have been provided
by libc for a long time, GNU libssp should not have been much used.
- SSP is disabled in a few corners such as system bootstrap programs
(sys/boot), process bootstrap code (rtld, csu) and SSP symbols themselves.
- It should be safe to use -fstack-protector-all to build world, however
libc will be automatically downgraded to -fstack-protector because it
breaks rtld otherwise.
- This option is unavailable on ia64.

Enable GCC stack protection (aka Propolice) for kernel:
- It is opt-out for now so as to give it maximum testing.
- Do not compile your kernel with -fstack-protector-all, it won't work.

Submitted by: Jeremie Le Hen <jeremie@le-hen.org>


179813 16-Jun-2008 dougb

1. Make the BSD version of cpio the default [1]
a. The BSD version will be built and installed unless
WITHOUT_BSD_CPIO is defined.
b. The GNU version will not be built or installed unless
WITH_GNU_CPIO is defined. If this is defined, the symlink
in /usr/bin will be to the GNU version whether the BSD
version is present or not.

When these changes are MFCed the defaults should be flipped.

2. Add a knob to disable the building of GNU grep. This will
make it easier for those that want to test the BSD version in
the ports.

Approved by: kientzle [1]


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


175539 21-Jan-2008 obrien

Remove 5.x and 6.x cruft - source upgrades to RELENG_8 from versions prior
to RELENG_7 are not supported.


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


175364 15-Jan-2008 brueffer

WITHOUT_FORTRAN was removed some time ago. Regen src.conf.5.

PR: 119562
Submitted by: Daniel Rucci <dan@rucci.org>
MFC after: 3 days


174550 12-Dec-2007 ru

Fix markup nits.


174549 12-Dec-2007 ru

Option depencies are (again) tracked automatically.


174548 12-Dec-2007 ru

- Fix setting of MK_GSSAPI option by bsd.own.mk; its value should
default to the value of MK_KERBEROS unless set explicitly by
WITH_GSSAPI/WITHOUT_GSSAPI. (This introduces another type of
MK_* variables which itself is questionable.)

- Teach tools/build/options/makeman script that generates the
src.conf(5) manpage about the new type of MK_* variables.

- Fix broken logic in lib/Makefile.


174519 10-Dec-2007 dougb

Hide the building and installation of libgssapi behind the
WITHOUT_KERBEROS knob. While GSS can be used for other things
some third party software (most notably ports/x11/kdelibs3)
takes the presence of libgssapi as an indication that kerberos
is available, and attempts to link with the kerberos libs. If
they are not available, the build will fail.

Because you might want to use GSS but not kerberos, add a knob
to re-enable it if WITHOUT_KERBEROS is present.

Document the new knob, and the new behavior of WITHOUT_KERBEROS.

Not objected and/or generally agreed to by: freebsd-arch

Problem discussed/analyzed in:
PR: ports/116484


174497 09-Dec-2007 dougb

Add a reasonable-sounding description of the WITHOUT_INSTALLLIB knob.


173400 06-Nov-2007 danger

s/maybe/may be/

MFC after: 3 days


172803 19-Oct-2007 ru

cached -> nscd


172498 09-Oct-2007 obrien

Mdoc fix.

Submitted by: ru
Approved by: re(implicit)


172495 09-Oct-2007 obrien

Correct lib name.

Submitted by: ru
Approved by: re(kensmith)


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)


172399 01-Oct-2007 ru

The shell_1_sh test was failing with "make -jX".

Approved by: re (kensmith)


172398 01-Oct-2007 ru

MK_LIBTHR was misspelled.

Approved by: re (kensmith)


171994 27-Aug-2007 remko

Add WITHOUT_ZONEINFO to the build options and regenerate src.conf.5

Reminded by: ceri
Approved by: re (bmah)
Approved by: imp (mentor)


171493 19-Jul-2007 bz

Make clear that WITHOUT_TOOLCHAIN cannot be applied to build targets.

PR: 114220
Reviewed by: simon
Approved by: re (hrs)


170644 13-Jun-2007 sepotvin

Options spring cleanup:
- Add and document the KVM and KVM_SUPPORT options that
are needed for the ifmcstats(3) makefile
- Garbage collect unused variables
- Add missing inclusion of bsd.own.mk where needed

Approved by: kan (mentor)
Reviewed by: ru


169724 19-May-2007 kan

Introduce WITHOUT_SSP option that allows users to exclude LGPLed
libssp from the build.


169649 17-May-2007 deischen

Add a description for the WITHOUT_SYMVER option.


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


166255 26-Jan-2007 delphij

Replace the GNU gzip with a slightly modified NetBSD gzip. The
NetBSD version is a feature-to-feature re-implementation of GNU
gzip using the freely-redistributable zlib and this version is
expected to be mostly bug-to-bug compatible with the GNU
implementation.

- Because this is a piece of mature code and we want to make
changes so it is added directly rather than importing to
src/contrib.
- Connect newly added code to src/usr.bin/ and rescue/rescue
build.
- Disconnect the GNU gzip code from build for now, they will
be eventually removed completely.
- Provide two new src.conf(5) knobs, WITHOUT_BZIP2_SUPPORT and
WITHOUT_BZIP2.

Tested by: kris (full exp-7 pointyhat build)
Approved by: core (importing a 4-clause BSD licensed file)
Approved by: re (adding new utility during -HEAD code slush)


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)


163861 01-Nov-2006 jb

Add a build option to support WITH_CDDL and WITHOUT_CDDL, defaulting
to WITH_CDDL.

This option enables building code that is licensed under Sun's CDDL.
The DTrace code is licensed that way, so by default it will get built
unless the WITHOUT_CDDL option is used.

There is another build toggle, NO_CTF, which turns off execution of
ctfconvert and ctfmerge in sys.mk, but this can't be implemented as
WITH_/WITHOUT because bsd.own.mk isn't included in all Makefiles and
sys.mk is included automatically by make.


162846 30-Sep-2006 ru

Removed libc_r build support.


162215 11-Sep-2006 ru

Document the new know, WITHOUT_ASSERT_DEBUG.


162214 11-Sep-2006 ru

- Utilize the "showconfig" top-level target.
- Pass __MAKE_CONF=/dev/null to get a pristine output.


160855 31-Jul-2006 yar

Tell the bitter truth that WITHOUT_GNU and WITHOUT_PAM
don't have any effect now.


160851 31-Jul-2006 yar

Document some more src.conf(5) options:
WITHOUT_GNU, WITHOUT_NS_CACHING, WITHOUT_PAM.

Noticed by: src/tools/build/options/makeman


160850 31-Jul-2006 yar

Actually skip over undocumented options with "continue"
to avoid artifacts in the manpage generated. Previously
an orphaned paragraph on dependencies of such an option
would appear.


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.


158758 20-May-2006 trhodes

Switch value back to values.

Requested by: ru


158687 17-May-2006 phk

Send the pcvt(4) driver off to retirement.


158660 16-May-2006 trhodes

Some minor wording/description changes.

Reviewed by: ru (two months ago)


158212 01-May-2006 netchild

Add profile libs.

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


157717 13-Apr-2006 ru

Implications are auto-generated.


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]


157379 01-Apr-2006 phk

Overlooked that src.conf was built from here.


156939 21-Mar-2006 ru

Fix generation of '$FreeBSD$'.


156938 21-Mar-2006 ru

Slightly better description.


156937 21-Mar-2006 ru

A tool to generate the src.conf(5) manpage.


156932 21-Mar-2006 ru

Prepare to autogenerate the src.conf(5) manpage.


146261 16-May-2005 ru

Make <runefile.h> internal to libc.

Suggested by: phantom


143044 02-Mar-2005 ru

Add hacks that I use to test cross-builds (by building on
native and foreign architectures and comparing products).
They eliminate most of the differences caused by different
object directory paths, timestamping, and identification.

(Note WORLDTMP was renamed to ${OBJTREE}${.CURDIR}/tmp.)


142683 27-Feb-2005 ru

Bootstrap gencat(1).

OK'ed by: phantom


142640 27-Feb-2005 ru

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

Inspired by: obrien


142582 26-Feb-2005 ru

Make the format of LC_CTYPE files architecture independent by
introducing the disk formats for _RuneLocale and friends.

The disk formats do not have (useless) pointers and have 32-bit
quantities instead of rune_t and long. (htonl(3) only works
with 32-bit quantities, so there's no loss).

Bootstrap mklocale(1) when necessary. (Bootstrapping from 4.x
would be trivial (verified), but we no longer provide pre-5.3
source upgrades and this is the first commit to actually break
it.)


138515 07-Dec-2004 harti

Fix builds with a read-only directory and a make upgrade. This is done
by forcing the creation of an object directory for the make regression
tests. Let make handle the tracking of the dependency and installation
of test_shell script.

Submitted by: ru


138432 06-Dec-2004 ru

Make this work under debugging, e.g., "make -dl".


138317 02-Dec-2004 harti

Make the tests runnable on a read-only src. To do this you must make sure
that you create one of the object directories make knows (see make(1)).
This uses the -C flag, so add a test that checks that make actually accepts
-C. Also fix the test that selects csh via the .SHELL target to work for
tcsh users too.

This commit renames shell_test to shell_test.sh. There is no history
to preserve so go without a repo-copy.

Reviewed by: ru


138227 30-Nov-2004 harti

Chmod the shell testscript to be executable if it isn't already. According
to the CVS-Meisters x-mode just happens to work, but is not guaranteed to
do so. Try to be on the safe side.


138080 25-Nov-2004 harti

Add some regression tests for the .SHELL target. I'm not sure that the
output of shell_2j is actually correct - it just tests what make currently
does. Make should switch on echoing for the second line, shouldn't it?


137587 11-Nov-2004 nik

Switch over to a different, more flexible test output protocol that's
understood by Perl's Test::Harness module and prove(1) commands.

Update README to describe the new protocol. The work's broken down into
two main sets of changes.

First, update the existing test programs (shell scripts and C programs)
to produce output in the ok/not ok format, and to, where possible, also
produce a header describing the number of tests that are expected to be
run.

Second, provide the .t files that actually run the tests. In some cases
these are copies of, or very similar too, scripts that already existed.
I've kept the old scripts around so that it's possible to verify that
behaviour under this new system (in terms of whether or not a test fails)
is identical to the behaviour under the old system.

Add a TODO file.


136842 23-Oct-2004 ru

Add a regression test for the alternate shell specification.


133593 12-Aug-2004 harti

Now that make more correctly handles variable assignments
in .MAKEFLAGS targets enable the regression test for this.


133165 05-Aug-2004 harti

Back out something I'm working on that crept in with the last commit.

Spotted by: ru


133164 05-Aug-2004 harti

Remove extra spaces. Remove double quotes around error messages -
they are not needed and will actually be printed.

Submitted by: ru


133161 05-Aug-2004 harti

Add another test that checks for a working '+' command flag.


133109 04-Aug-2004 harti

Add a regression test for the passing of command line
variable assignments via the MAKEFLAGS environment variable.


126451 01-Mar-2004 ru

Removed extraneous parentheses.


126344 28-Feb-2004 ache

Add getopt_long.c if ${BOOTSTRAPPING} < 502104


126039 20-Feb-2004 ru

Unbreak the upgrade path from 4.9 after removal of GNU getopt and
<gnuregex.h>.


125227 30-Jan-2004 ru

Add a test for what was broken in rev. 1.28 and fixed in rev. 1.29
of make/str.c.


125219 29-Jan-2004 ru

Add a test for what was fixed in revs. 1.28 and 1.29 of make/str.c.


120676 02-Oct-2003 ru

Fix a bug that prevented exists() from finding "foo/", "foo/."
and "foo/.." when ".PATH: foo" was also given.

PR: bin/34062


117226 04-Jul-2003 ru

Fixed broken arithmetic expression parser.

Reminded by: bde
In memory of: alane


113508 15-Apr-2003 ru

A version of <sys/endian.h> in RELENG_4 doesn't have 64-bit functions.

Spotted by: simokawa


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


113368 11-Apr-2003 ru

libc_gen/basename.c depends on include/libgen.h.


113185 06-Apr-2003 imp

-legacy and /.../legacy/... looks better than build or bootstrap in
the logs, so use that instead.

Submitted by: obrien.


113157 06-Apr-2003 imp

We can't use ${WORLDTMP}/usr/{include,lib} for the compat layer. This
is because we populate these directories later, and a subsequent
-DNOCLEAN build may fail. So, we put them in
${WORLDTMP}/build/usr/{include,lib} instead and adjust Makefile.boot.

Again, this works on -stable and -current, but might break older
versions.

Submitted by: ru@


113156 06-Apr-2003 imp

Don't need the gccism include_next since we won't create this file
when a real sys/endian.h exists.

Submitted by: ru@


113136 05-Apr-2003 imp

Migrate to a new way of dealing with building from old revisions of
FreeBSD. This method attempts to centralize all the necessary hacks
or work arounds in one of two places in the tree (src/Makefile.inc1
and src/tools/build). We build a small compatibility library
(libbuild.a) as well as selectively installing necessary include
files. We then include this directory when building host binaries.

This removes all the past release compatibilty hacks from various
places in the tree. We still build on tip of stable and current. I
will work with those that want to support more, although I anticipate
it will just work.

Many thanks to ru@, obrien@ and jhb@ for providing valuable input at
various stage of implementation, as well as for working together to
positively effect a change for the better.


110654 10-Feb-2003 gad

The regression-tests for 'make' *expect* to trigger make's warning:
warning: duplicate script for target "double" ignored
The regression-tests do try to hide that message, but the message does
still appear when using -j (eg: 'make -j5 buildworld'). This changes the
regression-test so the expected warning message will not be seen even
when -j is specified.

Reviewed by: jmallett ru


107375 28-Nov-2002 ru

Add a test for what was fixed in revisions 1.39 and 1.50 of
make/parse.c (allow embedded `:' and `!' in target names).

Approved by: re


107374 28-Nov-2002 ru

Moved make(1) regression tests from src/Makefile to where they
belong (src/tools/regression/usr.bin/make), and use the latter
to test if make(1) is adequate for building the world.

Approved by: re


105907 25-Oct-2002 jmallett

Hide the test in <target> under '.if make(<target>)' so as to not get any
errors/warnings related to crud in said test block.


100794 28-Jul-2002 jmallett

As of revision 1.38 of make/parse.c, our make(1) will warn too. Note that
this isn't just for the sake of testing behaviour, and that things really
do break if this regression occurs.


98461 20-Jun-2002 jmallett

Grrr, make the test for embedded variables in the left-hand-side actually do
the right thing in every case. Yuck.


98442 19-Jun-2002 jmallett

Add a test for what was fixed in revision 1.27 and 1.28 of make(1)'s var.c,
expansion of embedded variables in the left-hand-side of an assignment
expression, using the simplest case - hiding recursion using nil-expanded
variables.


96070 05-May-2002 jmallett

Add a regression test for bin/5297, regarding sysv substitution with a nil
left-hand-side.


95538 27-Apr-2002 jmallett

Prefix tests with PASS and FAIL, to make grepping easier, and note this in
the README.

This affects only the base-system regression tests, of course.


95167 21-Apr-2002 jmallett

Check to see if make(1)'s handling of doubly-defined targets is busted or
not. A lot relies on this.


95158 20-Apr-2002 jmallett

Add a test of variable evaluation and substitution for make(1), as a start
of tests for it.