History log of /freebsd-10-stable/lib/clang/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
321825 31-Jul-2017 marius

Update stable/10 from 10.3-STABLE to 10.4-PRERELEASE as part of
the 10.4 release cycle, also belatedly marking the official start
of the code slush.

Set the default mdoc(7) version to 10.4, and update the clang(1)
TARGET_TRIPLE to reflect 10.4. While at it, add missing FreeBSD
major versions to mdoc(7).

Approved by: re (implicit)

319631 06-Jun-2017 dim

Work around a gcc 4.2 bug on powerpc architectures, where using
-fdata-sections can cause bogus "section type conflict" errors. See
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33168 for more information.

Since the upstream fixes are under GPLv3 and non-trivial, just disable
using function and data sections, at the cost of a slightly larger
executable.

Direct commit to stable/10, since the version of clang in head and
stable/11 cannot be built by gcc 4.2 at all.

317599 29-Apr-2017 dim

MFC r317214:

Turn off llvm/clang's ENABLE_BACKTRACES setting, since it never worked
properly anyway. (Upstream has reorganized this somewhat in the mean
time, but for proper backtraces we would need llvm-symbolizer in base.)

MFC r317215:

Add function and data sections when building llvm, clang, lld and lldb,
and allow the linker to garbage collect them. This shaves off up to a
few MB from the final executables.

294056 15-Jan-2016 marius

Update stable/10 from 10.2-STABLE to 10.3-PRERELEASE,
marking the official start of the code slush.

Set the default mdoc(7) version to 10.3, and update the
clang(1) TARGET_TRIPLE and BUILD_TRIPLE to reflect 10.3.

Approved by: re (implicit)

291814 04-Dec-2015 bdrewery

MFC r291329:

Remove redundant DPSRCS which were already in SRCS.

288607 03-Oct-2015 bdrewery

MFC r288199,r288246:

Add missing CLEANFILES.

284584 19-Jun-2015 gjb

Update stable/10 from 10.1-STABLE to 10.2-PRERELEASE,
marking the official start of the code slush.

Set the default mdoc(7) version to 10.2, and update the
clang(1) TARGET_TRIPLE and BUILD_TRIPLE to reflect 10.2.

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

270908 01-Sep-2014 ngie

MFC r270145:

Replace DPADD with DPSRCS to fix "make checkdpadd"

Phabric: D625
Approved by: jmmv (mentor)
Reviewed by: dim
PR: 192734

270665 26-Aug-2014 gjb

- Update stable/10 to 10.1-PRERELEASE now that the
code slush is in effect. (Forgotten on the 22nd.)
- Set the 10.1 as the .Fx mdoc(7) default.
- Update the TARGET_TRIPLE and BUILD_TRIPLE for clang(1)
to reflect 10.1.

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

270100 17-Aug-2014 dim

MFC r269954:

Stop telling people to directly report llvm or clang bugs upstream,
point them to the FreeBSD bug tracker instead, since we use our own
patches.

269024 23-Jul-2014 emaste

MFC r262528: Update LLDB snapshot to upstream r202189

Highlights include (upstream revs in parens):

- Improvements to the remote GDB protocol client
(r196610, r197579, r197857, r200072, and others)

- Bug fixes for big-endian targets
(r196808)

- Initial support for libdispatch (GCD) queues in the debuggee
(r197190)

- Add "step-avoid-libraries" setting
(r199943)

- IO subsystem improvements (including initial work on a curses gui)
(r200263)

- Support hardware watchpoints on FreeBSD
(r201706)

- Improved unwinding through hand-written assembly functions
(r201839)

- Handle DW_TAG_unspecified_parameters for variadic functions
(r202061)

- Fix Ctrl+C interrupting a running inferior process
(r202086, r202154)

- Various bug fixes for memory leaks, LLDB segfaults, the C++ demangler,
ELF core files, DWARF debug info, and others.

Sponsored by: DARPA, AFRL


/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/LLDB.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/SBAddress.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/SBCommandInterpreter.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/SBDebugger.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/SBDefines.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/SBError.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/SBInputReader.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/SBModule.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/SBProcess.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/SBQueue.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/SBQueueItem.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/SBTarget.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/SBThread.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/SBType.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/SBTypeFormat.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Breakpoint/Breakpoint.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointLocation.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointLocationList.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/ArchSpec.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/Communication.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/ConnectionFileDescriptor.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/Debugger.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/Disassembler.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/IOHandler.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/InputReader.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/InputReaderEZ.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/InputReaderStack.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/MappedHash.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/Module.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/Opcode.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/SourceManager.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/StreamAsynchronousIO.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/StringList.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/ValueObject.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectList.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/DataFormatters/CXXFormatterFunctions.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/DataFormatters/FormatManager.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/DataFormatters/FormatNavigator.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/DataFormatters/FormattersContainer.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeCategory.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeCategoryMap.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeFormat.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeSynthetic.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/DataFormatters/ValueObjectPrinter.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Expression/ClangFunction.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Expression/IRForTarget.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Host/Editline.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Host/File.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Host/FileSpec.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Host/Host.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Host/HostGetOpt.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Host/SocketAddress.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandInterpreter.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/PythonDataObjects.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/ScriptInterpreter.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/ScriptInterpreterPython.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/FuncUnwinders.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/Function.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/ObjectFile.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/Symbol.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/SymbolContext.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/Type.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/UnwindTable.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/VariableList.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/DynamicLoader.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/ExecutionContext.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/Platform.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/Process.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/Queue.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/QueueItem.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/QueueList.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/SectionLoadHistory.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/SectionLoadList.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/SystemRuntime.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/Target.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/Thread.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/ThreadList.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanStepInRange.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/UnwindAssembly.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Utility/Iterable.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/lldb-enumerations.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/lldb-forward.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/lldb-private-enumerations.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/lldb-private-log.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/SBBreakpoint.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/SBCommandInterpreter.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/SBDebugger.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/SBFrame.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/SBInputReader.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/SBModule.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/SBProcess.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/SBQueue.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/SBQueueItem.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/SBTarget.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/SBType.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/SBTypeCategory.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/SBTypeFormat.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/SBValue.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Breakpoint/Breakpoint.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointLocation.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointLocationList.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointResolverName.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/CommandObjectBreakpointCommand.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/CommandObjectBreakpointCommand.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/CommandObjectCommands.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/CommandObjectDisassemble.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/CommandObjectExpression.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/CommandObjectExpression.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/CommandObjectGUI.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/CommandObjectGUI.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/CommandObjectMultiword.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/CommandObjectProcess.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/CommandObjectQuit.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/CommandObjectRegister.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/CommandObjectSource.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/CommandObjectTarget.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/CommandObjectType.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/CommandObjectWatchpointCommand.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/CommandObjectWatchpointCommand.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/Address.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/ArchSpec.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/Broadcaster.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/Communication.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/ConnectionFileDescriptor.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/DataExtractor.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/Debugger.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/Disassembler.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/DynamicLoader.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/IOHandler.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/InputReader.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/InputReaderEZ.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/InputReaderStack.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/Log.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/Mangled.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/Module.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/Opcode.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/Section.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/SourceManager.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/StreamAsynchronousIO.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/StringList.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/Value.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/ValueObject.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/ValueObjectChild.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/ValueObjectVariable.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/DataVisualization.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/FormatManager.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/LibCxx.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/LibCxxUnorderedMap.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/TypeCategory.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/TypeFormat.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/ValueObjectPrinter.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/ClangASTSource.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/ClangExpressionDeclMap.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/ClangExpressionParser.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/ClangUserExpression.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/DWARFExpression.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/IRDynamicChecks.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/Expression/Materializer.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/Editline.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/File.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/Host.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/OptionParser.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/SocketAddress.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/CommandInterpreter.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/CommandObject.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/Options.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/PythonDataObjects.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/ScriptInterpreterNone.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/ScriptInterpreterPython.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/embedded_interpreter.py
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/FreeBSDThread.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/FreeBSDThread.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/POSIXThread.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/POSIXThread.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/ProcessPOSIX.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/ProcessPOSIX.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextFreeBSD_i386.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextFreeBSD_x86_64.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextPOSIX.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextPOSIXProcessMonitor_x86.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/HistoryThread.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/HistoryThread.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/UnwindLLDB.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/UnwindLLDB.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/ClangASTContext.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/ClangASTType.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/FuncUnwinders.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/Function.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/Symbol.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/Type.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/Variable.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/VariableList.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/ExecutionContext.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/LanguageRuntime.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/Platform.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/Process.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/Queue.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/QueueItem.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/QueueList.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/SectionLoadHistory.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/SectionLoadList.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/StopInfo.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/SystemRuntime.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/Target.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/Thread.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/ThreadList.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepInRange.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepThrough.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/ThreadPlanTracer.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/UnwindAssembly.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Utility/StringExtractorGDBRemote.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Utility/StringExtractorGDBRemote.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/lldb-log.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/lldb.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/tools/driver/Driver.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/tools/driver/Driver.h
/freebsd-10-stable/contrib/llvm/tools/lldb/tools/driver/ELWrapper.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/tools/driver/ELWrapper.h
/freebsd-10-stable/contrib/llvm/tools/lldb/tools/driver/GetOptWrapper.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/tools/driver/GetOptWrapper.h
/freebsd-10-stable/contrib/llvm/tools/lldb/tools/driver/IOChannel.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/tools/driver/IOChannel.h
/freebsd-10-stable/contrib/llvm/tools/lldb/tools/driver/Platform.h
/freebsd-10-stable/contrib/llvm/tools/lldb/tools/lldb-platform/exports
/freebsd-10-stable/contrib/llvm/tools/lldb/tools/lldb-platform/lldb-platform.cpp
liblldbAPI/Makefile
liblldbCommands/Makefile
liblldbCore/Makefile
liblldbHostCommon/Makefile
liblldbTarget/Makefile
/freebsd-10-stable/usr.bin/clang/lldb/Makefile
267470 14-Jun-2014 dim

MFC r267335:

In some scenarios, when generating llvm/clang .inc.h files, multiple
source files could be passed to tblgen or clang-tblgen, leading to a
"Too many positional arguments specified" error message. Fix this by
replacing the too-generic ${.ALLSRC} sources with explicit paths.

Reported by: rysto32@gmail.com, rodrigc

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
include/Makefile
include/clang/Basic/Version.inc
include/llvm/Config/config.h
include/llvm/Config/llvm-config.h
/freebsd-10-stable/tools/build/mk/OptionalObsoleteFiles.inc
266309 17-May-2014 dim

MFC r266053:

Use the new -d option that was added to tblgen between llvm/clang 3.3
and 3.4 to generate dependency files for the '.inc.h' files generated
from .td files, and .sinclude those dependency files in clang.build.mk.

This will make future incremental builds of lib/clang and usr.bin/clang
work correctly, whenever any of the .td files get modified.

Note that this will not fix any problems with incremental builds from
*before* this revision, since there will not yet be any generated
dependency files. A quick workaround is to run the following:

find /usr/obj -type f -name '*.inc.h' | xargs rm

and then a regular incremental buildworld (e.g. with -DNO_CLEAN).

264303 09-Apr-2014 dim

MFC r263778:

Add a SUBDIR_PARALLEL option to bsd.subdir.mk, to allow make to process
all the SUBDIR entries in parallel, instead of serially. Apply this
option to a selected number of Makefiles, which can greatly speed up the
build on multi-core machines, when using make -j.

This can be extended to more Makefiles later on, whenever they are
verified to work correctly with parallel building.

I tested this on a 24-core machine, with make -j48 buildworld (N = 6):

before stddev after stddev
======= ====== ======= ======
real time 1741.1 16.5 959.8 2.7
user time 12468.7 16.4 14393.0 16.8
sys time 1825.0 54.8 2110.6 22.8

(user+sys)/real 8.2 17.1

E.g. the build was approximately 45% faster in real time. On machines
with less cores, or with lower -j settings, the speedup will not be as
impressive. But at least you can now almost max out a machine with
buildworld!

Submitted by: jilles

MFC r263833:

Enable parallel building for gnu/usr.bin and usr.bin/clang too.

263763 26-Mar-2014 dim

MFC r262613:

Merge the projects/clang-sparc64 branch back to head. This brings in
several updates from the llvm and clang trunks to make the sparc64
backend fully functional.

Apart from one patch to sys/sparc64/include/pcpu.h which is still under
discussion, this makes it possible to let clang fully build world and
kernel for sparc64.

Any assistance with testing this on actual sparc64 hardware is greatly
appreciated, as there will unavoidably be bugs left.

Many thanks go to Roman Divacky for his upstream work on getting the
sparc64 backend into shape.

MFC r262985:

Repair a few minor mismerges from r262261 in the clang-sparc64 project
branch. This is also to minimize differences with upstream.


/freebsd-10-stable/contrib/compiler-rt/lib/absvti2.c
/freebsd-10-stable/contrib/compiler-rt/lib/addvti3.c
/freebsd-10-stable/contrib/compiler-rt/lib/ashlti3.c
/freebsd-10-stable/contrib/compiler-rt/lib/ashrti3.c
/freebsd-10-stable/contrib/compiler-rt/lib/clzti2.c
/freebsd-10-stable/contrib/compiler-rt/lib/cmpti2.c
/freebsd-10-stable/contrib/compiler-rt/lib/ctzti2.c
/freebsd-10-stable/contrib/compiler-rt/lib/divti3.c
/freebsd-10-stable/contrib/compiler-rt/lib/ffsti2.c
/freebsd-10-stable/contrib/compiler-rt/lib/fixdfti.c
/freebsd-10-stable/contrib/compiler-rt/lib/fixsfti.c
/freebsd-10-stable/contrib/compiler-rt/lib/fixunsdfti.c
/freebsd-10-stable/contrib/compiler-rt/lib/fixunssfti.c
/freebsd-10-stable/contrib/compiler-rt/lib/fixunsxfti.c
/freebsd-10-stable/contrib/compiler-rt/lib/fixxfti.c
/freebsd-10-stable/contrib/compiler-rt/lib/floattidf.c
/freebsd-10-stable/contrib/compiler-rt/lib/floattisf.c
/freebsd-10-stable/contrib/compiler-rt/lib/floattixf.c
/freebsd-10-stable/contrib/compiler-rt/lib/floatuntidf.c
/freebsd-10-stable/contrib/compiler-rt/lib/floatuntisf.c
/freebsd-10-stable/contrib/compiler-rt/lib/floatuntixf.c
/freebsd-10-stable/contrib/compiler-rt/lib/int_types.h
/freebsd-10-stable/contrib/compiler-rt/lib/lshrti3.c
/freebsd-10-stable/contrib/compiler-rt/lib/modti3.c
/freebsd-10-stable/contrib/compiler-rt/lib/muloti4.c
/freebsd-10-stable/contrib/compiler-rt/lib/multi3.c
/freebsd-10-stable/contrib/compiler-rt/lib/mulvti3.c
/freebsd-10-stable/contrib/compiler-rt/lib/negti2.c
/freebsd-10-stable/contrib/compiler-rt/lib/negvti2.c
/freebsd-10-stable/contrib/compiler-rt/lib/parityti2.c
/freebsd-10-stable/contrib/compiler-rt/lib/popcountti2.c
/freebsd-10-stable/contrib/compiler-rt/lib/subvti3.c
/freebsd-10-stable/contrib/compiler-rt/lib/ucmpti2.c
/freebsd-10-stable/contrib/compiler-rt/lib/udivmodti4.c
/freebsd-10-stable/contrib/compiler-rt/lib/udivti3.c
/freebsd-10-stable/contrib/compiler-rt/lib/umodti3.c
/freebsd-10-stable/contrib/gcc/longlong.h
/freebsd-10-stable/contrib/llvm/include/llvm/MC/MCAsmInfo.h
/freebsd-10-stable/contrib/llvm/include/llvm/Object/ELFObjectFile.h
/freebsd-10-stable/contrib/llvm/include/llvm/Support/ELF.h
/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
/freebsd-10-stable/contrib/llvm/lib/MC/MCObjectFileInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Object/ELF.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/ARMISelLowering.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/AsmParser
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/DelaySlotFiller.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/Disassembler
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/InstPrinter
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/InstPrinter/SparcInstPrinter.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcAsmBackend.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcBaseInfo.h
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcELFObjectWriter.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcFixupKinds.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/MCTargetDesc/SparcMCCodeEmitter.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCExpr.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCExpr.h
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.h
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcTargetStreamer.cpp
/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/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/SparcInstrAliases.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.td
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/SparcJITInfo.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/SparcMCInstLower.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/SparcRegisterInfo.cpp
/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/SparcTargetObjectFile.cpp
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/SparcTargetObjectFile.h
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/SparcTargetStreamer.h
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/Targets.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/TargetInfo.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Driver/ToolChains.cpp
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Driver/Tools.cpp
Makefile
clang.build.mk
include/SparcGenAsmMatcher.inc
include/SparcGenAsmWriter.inc
include/SparcGenCallingConv.inc
include/SparcGenCodeEmitter.inc
include/SparcGenDAGISel.inc
include/SparcGenDisassemblerTables.inc
include/SparcGenInstrInfo.inc
include/SparcGenMCCodeEmitter.inc
include/SparcGenRegisterInfo.inc
include/SparcGenSubtargetInfo.inc
include/llvm/Config/AsmParsers.def
include/llvm/Config/AsmPrinters.def
include/llvm/Config/Disassemblers.def
include/llvm/Config/Targets.def
libllvmsparcasmparser
libllvmsparccodegen
libllvmsparcdesc
libllvmsparcdisassembler
libllvmsparcinfo
libllvmsparcinstprinter
/freebsd-10-stable/lib/libc/sparc64/sys/__sparc_utrap_setup.c
/freebsd-10-stable/lib/msun/Makefile
/freebsd-10-stable/share/mk/bsd.sys.mk
/freebsd-10-stable/sys/boot/sparc64/boot1/Makefile
/freebsd-10-stable/sys/conf/kern.mk
/freebsd-10-stable/sys/dev/esp/esp_sbus.c
/freebsd-10-stable/sys/dev/fb/creator.c
/freebsd-10-stable/sys/dev/fb/machfb.c
/freebsd-10-stable/sys/dev/mk48txx/mk48txx.c
/freebsd-10-stable/sys/sparc64/conf/GENERIC
/freebsd-10-stable/sys/sparc64/isa/isa.c
/freebsd-10-stable/sys/sparc64/pci/firereg.h
/freebsd-10-stable/usr.bin/clang/clang/Makefile
/freebsd-10-stable/usr.bin/clang/llc/Makefile
/freebsd-10-stable/usr.bin/clang/llvm-mc/Makefile
/freebsd-10-stable/usr.bin/clang/llvm-objdump/Makefile
/freebsd-10-stable/usr.bin/clang/llvm-rtdyld/Makefile
/freebsd-10-stable/usr.bin/clang/opt/Makefile
/freebsd-10-stable/usr.sbin/eeprom/ofw_options.c
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
Makefile
clang.build.mk
include/Makefile
include/PPCGenFastISel.inc
include/clang/Basic/Version.inc
include/clang/Parse/AttrExprArgs.inc
include/clang/Parse/AttrIdentifierArg.inc
include/clang/Parse/AttrTypeArg.inc
include/clang/Sema/AttrParsedAttrImpl.inc
include/llvm/Config/config.h
include/llvm/Config/llvm-config.h
libclanganalysis/Makefile
libclangast/Makefile
libclangcodegen/Makefile
libclangdriver/Makefile
libclangparse/Makefile
libclangsema/Makefile
libclangstaticanalyzercheckers/Makefile
libclangstaticanalyzercore/Makefile
libllvmanalysis/Makefile
libllvmarchive
libllvmarmdesc/Makefile
libllvmasmprinter/Makefile
libllvmcodegen/Makefile
libllvmcore/Makefile
libllvmdebuginfo/Makefile
libllvmexecutionengine/Makefile
libllvminstrumentation/Makefile
libllvmjit/Makefile
libllvmmc/Makefile
libllvmmipscodegen/Makefile
libllvmmipsdesc/Makefile
libllvmobject/Makefile
libllvmoption
libllvmpowerpccodegen/Makefile
libllvmpowerpcdesc/Makefile
libllvmscalaropts/Makefile
libllvmsupport/Makefile
libllvmtransformutils/Makefile
libllvmvectorize/Makefile
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
/freebsd-10-stable/tools/build/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
263368 19-Mar-2014 emaste

MFC r258892: lldb: Threaded inferior support for FreeBSD

This is in the process of being submitted to the upstream LLDB
repository. The thread list functionality is modelled in part on
GDBRemoteCommunicationClient.

LLDB bug pr16696 and code review D2267

Sponsored by: DARPA, AFRL

263367 19-Mar-2014 emaste

MFC r258884: Update LLDB to upstream r196259 snapshot

Sponsored by: DARPA, AFRL


/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/SBDebugger.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/SBError.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/SBExpressionOptions.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/SBFileSpec.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/SBModule.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/SBPlatform.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/SBTarget.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/SBThread.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Breakpoint/Breakpoint.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointList.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointLocationList.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/Address.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/Debugger.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/Module.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/DataFormatters/CXXFormatterFunctions.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/DataFormatters/FormatCache.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/DataFormatters/FormatClasses.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/DataFormatters/FormatManager.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/DataFormatters/FormatNavigator.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeCategory.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Expression/ClangFunction.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Expression/ClangUserExpression.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Host/Debug.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Host/File.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Host/FileSpec.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Host/Host.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Host/OptionParser.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/PythonDataObjects.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/ScriptInterpreterPython.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/TypeList.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/ABI.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/LanguageRuntime.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/Platform.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/Process.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/RegisterCheckpoint.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/RegisterContext.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/SystemRuntime.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/Target.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/Thread.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/ThreadList.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanCallFunction.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanCallUserExpression.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Utility/Iterable.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Utility/PythonPointer.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/lldb-enumerations.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/lldb-forward.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/lldb-private-enumerations.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/lldb-python.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/SBDebugger.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/SBExpressionOptions.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/SBFileSpec.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/SBModule.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/SBPlatform.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/SBProcess.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/SBStream.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/SBTarget.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/SBThread.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Breakpoint/Breakpoint.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointList.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointLocation.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointLocationList.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/CommandObjectExpression.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/CommandObjectMemory.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/CommandObjectPlatform.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/CommandObjectPlugin.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/CommandObjectProcess.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/CommandObjectTarget.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/CommandObjectThread.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/CommandObjectWatchpoint.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/Address.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/ConnectionFileDescriptor.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/Debugger.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/Mangled.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/Module.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/StreamFile.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/ValueObjectSyntheticFilter.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/CXXFormatterFunctions.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/FormatClasses.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/FormatManager.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/LibCxx.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/LibStdcpp.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/NSDictionary.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/NSSet.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/TypeCategory.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/TypeCategoryMap.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/ClangFunction.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/ClangUserExpression.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/Materializer.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/File.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/FileSpec.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/Host.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/OptionParser.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/Args.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/CommandInterpreter.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/PythonDataObjects.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/ScriptInterpreterPython.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextPOSIXProcessMonitor_x86.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterInfos_x86_64.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/HistoryThread.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/HistoryThread.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/HistoryUnwind.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/HistoryUnwind.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextHistory.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextHistory.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/UnwindPlan.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/Platform.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/Process.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/RegisterContext.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/StackFrameList.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/SystemRuntime.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/Target.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/Thread.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/ThreadPlanCallFunction.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/ThreadPlanCallUserExpression.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepInRange.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Utility/StringExtractor.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Utility/StringExtractorGDBRemote.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Utility/StringExtractorGDBRemote.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/lldb.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/tools/lldb-platform/lldb-platform.cpp
liblldbAPI/Makefile
liblldbPluginProcessUtility/Makefile
263363 19-Mar-2014 emaste

MFC r258054: Update LLDB to upstream r194122 snapshot

Inludes minor changes relative to upstream, for compatibility with
FreeBSD's in-tree LLVM 3.3:

- Reverted LLDB r191806, restoring use of previous API.
- Reverted part of LLDB r189317, restoring previous enum names.
- Work around missing LLVM r192504, using previous registerEHFrames API
(limited functionality).
- Removed PlatformWindows header include and init/terminate calls.

Sponsored by: DARPA, AFRL


/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/SBHostOS.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/SBProcess.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/SBTarget.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/SBThread.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Breakpoint/Breakpoint.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointList.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointLocation.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointResolver.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointSiteList.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Breakpoint/StoppointLocation.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/Address.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/ArchSpec.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/ConnectionFileDescriptor.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/ConnectionMachPort.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/ConstString.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/DataExtractor.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/Debugger.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/Disassembler.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/EmulateInstruction.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/Error.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/Flags.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/Log.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/Module.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/ModuleList.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/ModuleSpec.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/Opcode.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/PluginManager.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/RangeMap.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/RegularExpression.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/StreamGDBRemote.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/UUID.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/Value.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/ValueObject.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectDynamicValue.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/dwarf.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/DataFormatters/CXXFormatterFunctions.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/DataFormatters/DataVisualization.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/DataFormatters/FormatCache.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/DataFormatters/FormatClasses.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/DataFormatters/FormatManager.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/DataFormatters/FormatNavigator.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeCategory.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeCategoryMap.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeSummary.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeSynthetic.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/DataFormatters/ValueObjectPrinter.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Expression/ClangExpressionDeclMap.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Expression/ClangFunction.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Expression/ClangUserExpression.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Expression/DWARFExpression.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Expression/IRExecutionUnit.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Expression/IRForTarget.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Host/Condition.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Host/Config.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Host/File.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Host/FileSpec.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Host/Host.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Host/Mutex.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Host/OptionParser.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Host/ProcessRunLock.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Host/SocketAddress.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Host/Symbols.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Host/Terminal.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Host/TimeValue.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/Args.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandObject.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionGroupValueObjectDisplay.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueBoolean.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueEnumeration.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/Options.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/PythonDataObjects.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/ScriptInterpreter.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/ScriptInterpreterPython.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/Block.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/ClangASTImporter.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/ClangASTType.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/ClangNamespaceDecl.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/ObjectFile.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/Symbol.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/SymbolContext.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/Symtab.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/Type.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/TypeList.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/DynamicLoader.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/ExecutionContext.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/Platform.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/Process.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/RegisterContext.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/StackFrame.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/StackFrameList.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/StackID.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/SystemRuntime.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/Target.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/Thread.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanCallFunction.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanStepOverRange.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Utility/RefCounter.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Utility/SharingPtr.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/lldb-defines.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/lldb-enumerations.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/lldb-forward.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/lldb-private-enumerations.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/lldb-private-interfaces.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/lldb-private-log.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/lldb-private.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/lldb-types.h
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/lldb-versioning.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/SBCommandInterpreter.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/SBData.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/SBDebugger.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/SBFileSpec.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/SBFunction.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/SBHostOS.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/SBModuleSpec.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/SBProcess.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/SBSymbol.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/SBTarget.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/SBThread.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/SBType.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/SBTypeCategory.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/SBTypeNameSpecifier.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/SBValue.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Breakpoint/Breakpoint.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointList.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointLocation.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointLocationList.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointResolver.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointResolverFileLine.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointResolverFileRegex.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointResolverName.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Breakpoint/StoppointLocation.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/CommandCompletions.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/CommandObjectArgs.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/CommandObjectBreakpoint.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/CommandObjectBreakpointCommand.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/CommandObjectCommands.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/CommandObjectDisassemble.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/CommandObjectExpression.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/CommandObjectExpression.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/CommandObjectFrame.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/CommandObjectHelp.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/CommandObjectLog.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/CommandObjectMemory.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/CommandObjectPlatform.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/CommandObjectProcess.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/CommandObjectRegister.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/CommandObjectSettings.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/CommandObjectSource.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/CommandObjectTarget.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/CommandObjectThread.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/CommandObjectType.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/CommandObjectWatchpoint.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/CommandObjectWatchpointCommand.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/Address.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/ArchSpec.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/Communication.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/ConnectionFileDescriptor.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/ConnectionMachPort.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/ConnectionSharedMemory.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/ConstString.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/DataBufferMemoryMap.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/DataExtractor.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/Debugger.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/Disassembler.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/Error.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/FileLineResolver.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/Log.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/Mangled.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/Module.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/ModuleList.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/Opcode.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/PluginManager.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/SearchFilter.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/SourceManager.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/StreamGDBRemote.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/Timer.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/Value.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/ValueObject.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/ValueObjectDynamicValue.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/ValueObjectSyntheticFilter.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/ValueObjectVariable.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/CXXFormatterFunctions.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/DataVisualization.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/FormatCache.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/FormatManager.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/LibCxxUnorderedMap.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/TypeCategory.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/TypeCategoryMap.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/TypeFormat.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/TypeSummary.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/ValueObjectPrinter.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/ClangASTSource.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/ClangExpressionDeclMap.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/ClangExpressionParser.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/ClangFunction.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/ClangUserExpression.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/DWARFExpression.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/IRForTarget.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/IRInterpreter.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/IRMemoryMap.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/Materializer.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/Condition.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/File.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/FileSpec.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/Host.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/Mutex.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/OptionParser.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/ProcessRunLock.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/SocketAddress.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/Terminal.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/TimeValue.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/freebsd/Host.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/Args.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/CommandInterpreter.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/CommandObject.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupArchitecture.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupBoolean.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupFile.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupFormat.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupOutputFile.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupPlatform.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupString.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupUInt64.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupUUID.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupValueObjectDisplay.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupVariable.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupWatchpoint.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/OptionValueFileSpec.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/OptionValueProperties.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/Options.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/PythonDataObjects.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/ScriptInterpreter.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/ScriptInterpreterPython.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/AuxVector.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/EmulationStateARM.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/POSIXThread.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/POSIXThread.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/ProcessMessage.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/ProcessMessage.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/ProcessPOSIX.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/ProcessPOSIX.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextFreeBSD_i386.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextFreeBSD_i386.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextFreeBSD_mips64.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextFreeBSD_mips64.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextFreeBSD_x86_64.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextFreeBSD_x86_64.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextLinux_i386.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextLinux_i386.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextLinux_x86_64.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextLinux_x86_64.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextPOSIX.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextPOSIXProcessMonitor_mips64.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextPOSIXProcessMonitor_mips64.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextPOSIXProcessMonitor_x86.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextPOSIXProcessMonitor_x86.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextPOSIX_mips64.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextPOSIX_mips64.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextPOSIX_x86.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextPOSIX_x86.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContext_i386.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContext_i386.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContext_mips64.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContext_x86.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContext_x86_64.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContext_x86_64.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterInfos_i386.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterInfos_mips64.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterInfos_x86_64.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/UnwindLLDB.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextCoreFreeBSD_x86_64.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextCoreFreeBSD_x86_64.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextCoreLinux_x86_64.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextCoreLinux_x86_64.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ThreadElfCore.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFAttribute.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDataExtractor.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDataExtractor.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugLine.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugLine.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacinfo.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacinfo.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacinfoEntry.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacinfoEntry.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugPubnames.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugPubnames.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugPubnamesSet.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugPubnamesSet.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDefines.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFLocationDescription.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFLocationDescription.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFLocationList.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFLocationList.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/LogChannelDWARF.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/NameToDIE.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/ClangASTImporter.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/ClangASTType.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/CompileUnit.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/DWARFCallFrameInfo.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/FuncUnwinders.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/LineEntry.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/ObjectFile.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/Symbol.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/SymbolContext.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/Symtab.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/Type.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/UnwindTable.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/Variable.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/ExecutionContext.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/LanguageRuntime.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/Platform.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/Process.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/RegisterContext.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/StackFrame.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/StackFrameList.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/StopInfo.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/SystemRuntime.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/Target.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/TargetList.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/Thread.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/ThreadPlanRunToAddress.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepOut.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepOverRange.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepRange.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepThrough.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepUntil.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/UnixSignals.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Utility/PseudoTerminal.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Utility/RefCounter.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Utility/SharingPtr.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Utility/StringExtractor.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Utility/StringExtractor.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Utility/StringExtractorGDBRemote.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Utility/StringExtractorGDBRemote.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/lldb-log.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/source/lldb.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/tools/driver/Driver.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/tools/driver/Driver.h
/freebsd-10-stable/contrib/llvm/tools/lldb/tools/driver/ELWrapper.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/tools/driver/ELWrapper.h
/freebsd-10-stable/contrib/llvm/tools/lldb/tools/driver/GetOptWrapper.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/tools/driver/GetOptWrapper.h
/freebsd-10-stable/contrib/llvm/tools/lldb/tools/driver/IOChannel.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/tools/driver/IOChannel.h
/freebsd-10-stable/contrib/llvm/tools/lldb/tools/driver/Platform.cpp
/freebsd-10-stable/contrib/llvm/tools/lldb/tools/driver/Platform.h
/freebsd-10-stable/contrib/llvm/tools/lldb/tools/lldb-platform
liblldbCore/Makefile
liblldbDataFormatters/Makefile
liblldbHostCommon/Makefile
liblldbPluginProcessElfCore/Makefile
liblldbPluginProcessPOSIX/Makefile
liblldbPluginSymbolFileDWARF/Makefile
liblldbTarget/Makefile
liblldbUtility/Makefile
259822 24-Dec-2013 dim

MFC r259473:

Enable llvm's integrated assembler for PowerPC, since it should now be
good enough for typical usage.

Requested by: rdivacky

256297 10-Oct-2013 dim

Disable assertions in llvm and clang for the 10.0 release cycle.

Approved by: re (gjb)

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


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


251662 12-Jun-2013 dim

Upgrade our copy of llvm/clang to 3.3 release.

Release notes are still in the works, these will follow soon.

MFC after: 1 month


250616 13-May-2013 dim

Use an ugly hack to get around bootstrapping problems when building
clang on head between r239347 and r245428.

The former revision introduced CLOCK_PROCESS_CPUTIME_ID as a clock id
for the clock_gettime() function and friends, but it was only added in
<sys/time.h>, not in <time.h>. Any program including <time.h> would
therefore not be able to use CLOCK_PROCESS_CPUTIME_ID, even though the
value of _POSIX_CPUTIME indicates its existence. The latter revision
synchronized the defines again.

Work around this problem by defining the id on the command line for the
particular .cpp file that needs it. If the id ever changes value, this
hack will need to be updated.


250217 03-May-2013 dim

Allow building clang on older FreeBSD releases, where log2() does not
exist yet. With this change, I have verified that building head on
8.1-RELEASE works.

Noticed by: Ryan Stone <rysto32@gmail.com>


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.


246705 12-Feb-2013 andrew

Allow us to build clang for ARM EABI. Clang and llvm use the
arm-gnueabi-freebsd10.0 triple for EABI. Use this when we are on arm or
armv6 and are building for EABI.

Reviewed by: dim


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


244628 23-Dec-2012 dim

Upgrade our copy of llvm/clang to 3.2 release.

Release notes for llvm:
http://llvm.org/releases/3.2/docs/ReleaseNotes.html

Release notes for clang:
http://llvm.org/releases/3.2/tools/clang/docs/ReleaseNotes.html

MFC after: 2 weeks


244124 11-Dec-2012 dim

Cleanup a few duplicate llvm libs that snuck in with the recent update.

Noticed by: rdivacky


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.


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>


241214 05-Oct-2012 jkim

Do not install incomplete unwind.h from clang. This header file was meant
to be a wrapper for the canonical system header file. Unfortunately, we do
not have one (yet) and some times it is causing weird failures when clang
is used for building ports. More complete and correct file will come from
libcxxrt in the future.

Discussed with: dim, kib, theraven
MFC after: 1 week


239614 23-Aug-2012 dim

Sprinkle a bit of style.Makefile(5) across various clang Makefiles. No
functional changes.

MFC after: 3 days


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.


235864 23-May-2012 dim

Upgrade our copy of llvm/clang to 3.1 release. Release notes can be
found at: http://llvm.org/releases/3.1/docs/ReleaseNotes.html

MFC after: 3 days


235058 05-May-2012 dim

Make sure a few new internal clang headers get installed, I missed these
in the last import. They are sometimes needed when you want to use
advanced instructions.

Also, add clang's internal stdalign.h header to ObsoleteFiles.inc, since
it is redundant: we already have a stdalign.h header in /usr/include.

Pointy hat to: dim
PR: kern/167574
Submitted by: jkim
Reported by: Oliver Hartmann <ohartman@zedat.fu-berlin.de>
MFC after: 2 weeks


234982 03-May-2012 dim

Upgrade our copy of llvm/clang to r155985, from upstream's release_31
branch. This brings us very close to the 3.1 release, which is planned
for May 14th.

MFC after: 2 weeks


234596 23-Apr-2012 dim

Revert r234356 for now, as it leads to run-time problems on 32-bit
PowerPC. Note this will break world.

Reported by: andreast
Pointy hat to: dim


234356 16-Apr-2012 dim

Work around an issue on 32-bit PowerPC, where clang executable can get
too big, causing 'relocation truncated to fit' errors at link time.

Reviewed by: nwhitehorn


234353 16-Apr-2012 dim

Upgrade our copy of llvm/clang to trunk r154661, in preparation of the
upcoming 3.1 release (expected in a few weeks). Preliminary release
notes can be found at: <http://llvm.org/docs/ReleaseNotes.html>

MFC after: 2 weeks


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


229183 01-Jan-2012 dim

In several llvm library Makefiles, remove extraneous slashes at the end
of SRCDIR definitions.

MFC after: 3 days


229169 01-Jan-2012 nwhitehorn

Instead of forcing -O1 on PowerPC for LLVM and clang, fix the actual
problem by adding -fno-strict-aliasing to CFLAGS. Since this is a global
issue that just happened to manifest on PowerPC, add this to CFLAGS
unconditionally.

MFC after: 1 week


228383 10-Dec-2011 dim

Use the correct upstream revision number for llvm/clang 3.0 release.

The r145546 revision is from branches/release_30, the r145349 revision
is from tags/RELEASE_30/final.

MFC after: 1 week


228379 09-Dec-2011 dim

Upgrade our copy of llvm/clang to 3.0 release. Release notes can be
found at: http://llvm.org/releases/3.0/docs/ReleaseNotes.html

MFC after: 1 week


227775 21-Nov-2011 nwhitehorn

Connect LLVM/clang to the build on powerpc64. After the binutils 2.17.50
import, it works without issue.


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.


227215 06-Nov-2011 dim

When one attempts to compile the tree with -march=i386, which also used
to be gcc's default before r198344, calls to atomic builtins will not be
expanded inline. Instead, they will be generated as calls to external
functions (e.g. __sync_fetch_and_add_N), leading to linking errors later
on.

Put in a seatbelt that disables use of atomic builtins in libstdc++ and
llvm, when tuning specifically for the real i386 CPU. This does not
protect against all possible issues, but it is better than nothing.


226633 22-Oct-2011 dim

Upgrade our copy of llvm/clang to r142614, from upstream's release_30
branch. This brings us very close to the 3.0 release, which is expected
in a week or two.

MFC after: 1 week


226475 17-Oct-2011 dim

Update llvm/clang's target triple (confusingly named LLVM_HOSTTRIPLE) to
$arch-unknown-freebsd10.0.


224145 17-Jul-2011 dim

Upgrade our copy of llvm/clang to r135360, from upstream's trunk.


223017 12-Jun-2011 dim

Upgrade our copy of llvm/clang to r132879, from upstream's trunk.


222183 22-May-2011 dim

On amd64, change clang's default triple to 'x86_64-unknown-freebsd9.0',
similar to what we do for binutils. When clang's default triple starts
with 'amd64-', it does not pass a proper -target-cpu option to its
first stage.

This can lead to problems, for example when structs are memcpy'd, and
clang erroneously assumes they are 16-byte aligned. It will then use
the 'movaps' SSE instruction to implement the copy, which results in a
bus error if the struct is really 8-byte aligned.

I encountered this issue when gcc's /usr/libexec/cc1 started crashing
with SIGBUS, after rebuilding world with clang ToT, but it also affects
the version of clang that we have in the tree. We were just lucky until
now, apparently. :)


221345 02-May-2011 dim

Upgrade our copy of llvm/clang to r130700, from upstream's trunk.


219077 27-Feb-2011 dim

Update llvm/clang to trunk r126547.

There are several bugfixes in this update, but the most important one is
to ensure __start_ and __stop_ symbols for linker sets and kernel module
metadata are always emitted in object files:

http://llvm.org/bugs/show_bug.cgi?id=9292

Before this fix, if you compiled kernel modules with clang, they would
not be properly processed by kldxref, and if they had any dependencies,
the kernel would fail to load those. Another problem occurred when
attempting to mount a tmpfs filesystem, which would result in 'operation
not supported by device'.


219076 27-Feb-2011 dim

Instead of defining LLVM_MULTITHREADED as 0 or 1, define or undefine it,
and test appropriately. Otherwise it might erroneously pick up some
pthread primitives, and fail to link.


219074 26-Feb-2011 dim

Update llvm's config.h files to match more closely what is generated by
a regular autoconf-based build. More cosmetic than functional changes.


218893 20-Feb-2011 dim

Upgrade our copy of llvm/clang to r126079, from upstream's trunk.

This contains many improvements, primarily better C++ support, an
integrated assembler for x86 and support for -pg.


215324 14-Nov-2010 dim

Don't use -fno-exceptions or -fno-rtti for .c files, when building
llvm/clang.


214562 30-Oct-2010 rpaulo

When the make target is 'install', don't descend into the clang
libraries subdirectories since there's nothing to do there. This saves
us quite a few seconds off installworld, esp. if the disk I/O is slow.


213534 07-Oct-2010 dim

Upgrade Clang and LLVM to the 2.8 release. See here for release notes:
http://llvm.org/releases/2.8/docs/ReleaseNotes.html

Approved by: rpaulo (mentor)


212904 20-Sep-2010 dim

Upgrade our Clang in base to r114020, from upstream's release_28 branch.

Approved-by: rpaulo (mentor)


212847 19-Sep-2010 dim

In all Makefiles under lib/clang, consistently use tabs instead of
spaces after the '=' sign in macro assignments.

Approved-by: rpaulo (mentor)


211573 21-Aug-2010 rpaulo

Modify clang so that when TOOLS_PREFIX is defined we register the
CLANG_PREFIX macro. This changes the default header search path when we
are building clang as part of cross-tools.

Submitted by: Dimitry Andric <dimitry at andric.com>
Reviewed by: freebsd-current


210388 22-Jul-2010 rpaulo

Build clang libraries by default with -fno-exceptions and with
-fno-rtti. The clang libaries that really use exceptions and virtual
functions can enable LLVM_REQUIRES_EH and LLVM_REQUIRES_RTTI
respectively. This saves space on the resulting binaries and follows
what's being done upstream.

Submitted by: Dimitry Andric <dimitry at andric.com>


210299 20-Jul-2010 ed

Upgrade our Clang in base to r108428.

This commit merges the latest LLVM sources from the vendor space. It
also updates the build glue to match the new sources. Clang's version
number is changed to match LLVM's, which means /usr/include/clang/2.0
has been renamed to /usr/include/clang/2.8.

Obtained from: projects/clangbsd


209206 15-Jun-2010 ed

Remove even two more unneeded files from libllvmsupport.


209205 15-Jun-2010 ed

Remove unneeded files from the build.

I used the following command to determine which source files were
unneeded:

| for i in `find lib/clang -name '*.o'`
| do
| MATCHES="`(nm -g --defined-only $i; nm -g --defined-only \
| usr.bin/clang/clang/clang) | sed -e 's/.* //' | \
| sort | uniq -d | wc -l`"
| [ $MATCHES -eq 0 ] && echo "$i: unneeded"
| done

This should slightly improve the build times.


209153 14-Jun-2010 ed

Unbreak Clang on PowerPC.

It seems GCC 4.2.1 on PowerPC miscompiles Clang, causing it to crash
when building even simple Hello World applications. Switch back to -O1
for this architecture.

Submitted by: nwhitehorn


209124 13-Jun-2010 ed

Disable usage of posix_spawn() inside LLVM.

Even though it's nice to use posix_spawn() instead of manually using
fork()/exec(), it's better to disable this. FreeBSD 7 doesn't support
this interface. When enabled, we can't build tblgen, which prevents us
from building FreeBSD 9 on 7.

Tested by: raj


209107 12-Jun-2010 ed

Do the branding right this time.

I've looked at other places in the source tree where CLANG_VENDOR is
used and I suspect it might not be safe to use newlines here.
CLANG_VENDOR should just be defined to "FreeBSD ", just like the latest
Clang preview in OS X uses "Apple ". Properly use SVN_REVISION to define
it to the imported revision of Clang. I do want to have a date in there,
so slightly modify the code to support CLANG_VENDOR_SUFFIX.


208985 10-Jun-2010 ed

Disable usage of __DATE__.

This ensures that the Clang binary doesn't change checksums every time
it's built.


208984 10-Jun-2010 ed

Brand our Clang binary.

That way it's easier for the Clang folks to keep track of what we're
doing.


208963 09-Jun-2010 rdivacky

Import the build makefiles for clang/LLVM.

Approved by: ed (mentor)