svn commit: r280350 - in head/contrib/llvm: . tools/clang tools/lldb

Dimitry Andric dim at FreeBSD.org
Sun Mar 22 17:56:51 UTC 2015


Author: dim
Date: Sun Mar 22 17:56:49 2015
New Revision: 280350
URL: https://svnweb.freebsd.org/changeset/base/280350

Log:
  Add FREEBSD-Xlist files for llvm, clang and lldb.
  
  These are generated, and not "optimized" in any way, since I am not
  entirely sure of the syntax or format of this type of file.  Feel free
  to suggest ways of shortening these lists.
  
  The general idea is the same for all three files, though:
  * Get rid of upstream build infrastructure (CMakeLists, Makefiles, etc)
  * Delete tests, tools and utilities we don't want or use (including
    samples)
  * Remove various bits of upstream metadata files that we don't want or
    use (.arcconfig, .gitignore, etc)

Added:
  head/contrib/llvm/FREEBSD-Xlist   (contents, props changed)
  head/contrib/llvm/tools/clang/FREEBSD-Xlist   (contents, props changed)
  head/contrib/llvm/tools/lldb/FREEBSD-Xlist   (contents, props changed)

Added: head/contrib/llvm/FREEBSD-Xlist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/contrib/llvm/FREEBSD-Xlist	Sun Mar 22 17:56:49 2015	(r280350)
@@ -0,0 +1,514 @@
+# $FreeBSD$
+.arcconfig
+.clang-format
+.clang-tidy
+.gitignore
+CMakeLists.txt
+CODE_OWNERS.TXT
+CREDITS.TXT
+LLVMBuild.txt
+Makefile
+Makefile.common
+Makefile.config.in
+Makefile.rules
+README.txt
+autoconf/
+bindings/
+cmake/
+configure
+docs/
+examples/
+include/llvm/CMakeLists.txt
+include/llvm/Config/
+include/llvm/IR/CMakeLists.txt
+include/llvm/Support/DataTypes.h.cmake
+include/llvm/Support/LICENSE.TXT
+lib/Analysis/CMakeLists.txt
+lib/Analysis/IPA/CMakeLists.txt
+lib/Analysis/IPA/LLVMBuild.txt
+lib/Analysis/IPA/Makefile
+lib/Analysis/LLVMBuild.txt
+lib/Analysis/Makefile
+lib/Analysis/README.txt
+lib/AsmParser/CMakeLists.txt
+lib/AsmParser/LLVMBuild.txt
+lib/AsmParser/Makefile
+lib/Bitcode/CMakeLists.txt
+lib/Bitcode/LLVMBuild.txt
+lib/Bitcode/Makefile
+lib/Bitcode/Reader/CMakeLists.txt
+lib/Bitcode/Reader/LLVMBuild.txt
+lib/Bitcode/Reader/Makefile
+lib/Bitcode/Writer/CMakeLists.txt
+lib/Bitcode/Writer/LLVMBuild.txt
+lib/Bitcode/Writer/Makefile
+lib/CMakeLists.txt
+lib/CodeGen/AsmPrinter/CMakeLists.txt
+lib/CodeGen/AsmPrinter/LLVMBuild.txt
+lib/CodeGen/AsmPrinter/Makefile
+lib/CodeGen/CMakeLists.txt
+lib/CodeGen/LLVMBuild.txt
+lib/CodeGen/Makefile
+lib/CodeGen/README.txt
+lib/CodeGen/SelectionDAG/CMakeLists.txt
+lib/CodeGen/SelectionDAG/LLVMBuild.txt
+lib/CodeGen/SelectionDAG/Makefile
+lib/DebugInfo/CMakeLists.txt
+lib/DebugInfo/LLVMBuild.txt
+lib/DebugInfo/Makefile
+lib/ExecutionEngine/CMakeLists.txt
+lib/ExecutionEngine/IntelJITEvents/CMakeLists.txt
+lib/ExecutionEngine/IntelJITEvents/LLVMBuild.txt
+lib/ExecutionEngine/IntelJITEvents/Makefile
+lib/ExecutionEngine/Interpreter/CMakeLists.txt
+lib/ExecutionEngine/Interpreter/LLVMBuild.txt
+lib/ExecutionEngine/Interpreter/Makefile
+lib/ExecutionEngine/LLVMBuild.txt
+lib/ExecutionEngine/MCJIT/CMakeLists.txt
+lib/ExecutionEngine/MCJIT/LLVMBuild.txt
+lib/ExecutionEngine/MCJIT/Makefile
+lib/ExecutionEngine/Makefile
+lib/ExecutionEngine/OProfileJIT/CMakeLists.txt
+lib/ExecutionEngine/OProfileJIT/LLVMBuild.txt
+lib/ExecutionEngine/OProfileJIT/Makefile
+lib/ExecutionEngine/RuntimeDyld/CMakeLists.txt
+lib/ExecutionEngine/RuntimeDyld/LLVMBuild.txt
+lib/ExecutionEngine/RuntimeDyld/Makefile
+lib/IR/CMakeLists.txt
+lib/IR/LLVMBuild.txt
+lib/IR/Makefile
+lib/IRReader/CMakeLists.txt
+lib/IRReader/LLVMBuild.txt
+lib/IRReader/Makefile
+lib/LLVMBuild.txt
+lib/LTO/CMakeLists.txt
+lib/LTO/LLVMBuild.txt
+lib/LTO/Makefile
+lib/LineEditor/CMakeLists.txt
+lib/LineEditor/LLVMBuild.txt
+lib/LineEditor/Makefile
+lib/Linker/CMakeLists.txt
+lib/Linker/LLVMBuild.txt
+lib/Linker/Makefile
+lib/MC/CMakeLists.txt
+lib/MC/LLVMBuild.txt
+lib/MC/MCDisassembler/CMakeLists.txt
+lib/MC/MCDisassembler/LLVMBuild.txt
+lib/MC/MCDisassembler/Makefile
+lib/MC/MCParser/CMakeLists.txt
+lib/MC/MCParser/LLVMBuild.txt
+lib/MC/MCParser/Makefile
+lib/MC/Makefile
+lib/Makefile
+lib/Object/CMakeLists.txt
+lib/Object/LLVMBuild.txt
+lib/Object/Makefile
+lib/Option/CMakeLists.txt
+lib/Option/LLVMBuild.txt
+lib/Option/Makefile
+lib/ProfileData/CMakeLists.txt
+lib/ProfileData/LLVMBuild.txt
+lib/ProfileData/Makefile
+lib/Support/CMakeLists.txt
+lib/Support/LLVMBuild.txt
+lib/Support/Makefile
+lib/Support/README.txt.system
+lib/TableGen/CMakeLists.txt
+lib/TableGen/LLVMBuild.txt
+lib/TableGen/Makefile
+lib/Target/AArch64/AsmParser/CMakeLists.txt
+lib/Target/AArch64/AsmParser/LLVMBuild.txt
+lib/Target/AArch64/AsmParser/Makefile
+lib/Target/AArch64/CMakeLists.txt
+lib/Target/AArch64/Disassembler/CMakeLists.txt
+lib/Target/AArch64/Disassembler/LLVMBuild.txt
+lib/Target/AArch64/Disassembler/Makefile
+lib/Target/AArch64/InstPrinter/CMakeLists.txt
+lib/Target/AArch64/InstPrinter/LLVMBuild.txt
+lib/Target/AArch64/InstPrinter/Makefile
+lib/Target/AArch64/LLVMBuild.txt
+lib/Target/AArch64/MCTargetDesc/CMakeLists.txt
+lib/Target/AArch64/MCTargetDesc/LLVMBuild.txt
+lib/Target/AArch64/MCTargetDesc/Makefile
+lib/Target/AArch64/Makefile
+lib/Target/AArch64/TargetInfo/CMakeLists.txt
+lib/Target/AArch64/TargetInfo/LLVMBuild.txt
+lib/Target/AArch64/TargetInfo/Makefile
+lib/Target/AArch64/Utils/CMakeLists.txt
+lib/Target/AArch64/Utils/LLVMBuild.txt
+lib/Target/AArch64/Utils/Makefile
+lib/Target/ARM/AsmParser/CMakeLists.txt
+lib/Target/ARM/AsmParser/LLVMBuild.txt
+lib/Target/ARM/AsmParser/Makefile
+lib/Target/ARM/CMakeLists.txt
+lib/Target/ARM/Disassembler/CMakeLists.txt
+lib/Target/ARM/Disassembler/LLVMBuild.txt
+lib/Target/ARM/Disassembler/Makefile
+lib/Target/ARM/InstPrinter/CMakeLists.txt
+lib/Target/ARM/InstPrinter/LLVMBuild.txt
+lib/Target/ARM/InstPrinter/Makefile
+lib/Target/ARM/LLVMBuild.txt
+lib/Target/ARM/MCTargetDesc/CMakeLists.txt
+lib/Target/ARM/MCTargetDesc/LLVMBuild.txt
+lib/Target/ARM/MCTargetDesc/Makefile
+lib/Target/ARM/Makefile
+lib/Target/ARM/README-Thumb.txt
+lib/Target/ARM/README-Thumb2.txt
+lib/Target/ARM/README.txt
+lib/Target/ARM/TargetInfo/CMakeLists.txt
+lib/Target/ARM/TargetInfo/LLVMBuild.txt
+lib/Target/ARM/TargetInfo/Makefile
+lib/Target/CMakeLists.txt
+lib/Target/CppBackend/CMakeLists.txt
+lib/Target/CppBackend/LLVMBuild.txt
+lib/Target/CppBackend/Makefile
+lib/Target/CppBackend/TargetInfo/CMakeLists.txt
+lib/Target/CppBackend/TargetInfo/LLVMBuild.txt
+lib/Target/CppBackend/TargetInfo/Makefile
+lib/Target/Hexagon/CMakeLists.txt
+lib/Target/Hexagon/Disassembler/CMakeLists.txt
+lib/Target/Hexagon/Disassembler/LLVMBuild.txt
+lib/Target/Hexagon/Disassembler/Makefile
+lib/Target/Hexagon/LLVMBuild.txt
+lib/Target/Hexagon/MCTargetDesc/CMakeLists.txt
+lib/Target/Hexagon/MCTargetDesc/LLVMBuild.txt
+lib/Target/Hexagon/MCTargetDesc/Makefile
+lib/Target/Hexagon/Makefile
+lib/Target/Hexagon/TargetInfo/CMakeLists.txt
+lib/Target/Hexagon/TargetInfo/LLVMBuild.txt
+lib/Target/Hexagon/TargetInfo/Makefile
+lib/Target/LLVMBuild.txt
+lib/Target/MSP430/CMakeLists.txt
+lib/Target/MSP430/InstPrinter/CMakeLists.txt
+lib/Target/MSP430/InstPrinter/LLVMBuild.txt
+lib/Target/MSP430/InstPrinter/Makefile
+lib/Target/MSP430/LLVMBuild.txt
+lib/Target/MSP430/MCTargetDesc/CMakeLists.txt
+lib/Target/MSP430/MCTargetDesc/LLVMBuild.txt
+lib/Target/MSP430/MCTargetDesc/Makefile
+lib/Target/MSP430/Makefile
+lib/Target/MSP430/README.txt
+lib/Target/MSP430/TargetInfo/CMakeLists.txt
+lib/Target/MSP430/TargetInfo/LLVMBuild.txt
+lib/Target/MSP430/TargetInfo/Makefile
+lib/Target/Makefile
+lib/Target/Mips/AsmParser/CMakeLists.txt
+lib/Target/Mips/AsmParser/LLVMBuild.txt
+lib/Target/Mips/AsmParser/Makefile
+lib/Target/Mips/CMakeLists.txt
+lib/Target/Mips/Disassembler/CMakeLists.txt
+lib/Target/Mips/Disassembler/LLVMBuild.txt
+lib/Target/Mips/Disassembler/Makefile
+lib/Target/Mips/InstPrinter/CMakeLists.txt
+lib/Target/Mips/InstPrinter/LLVMBuild.txt
+lib/Target/Mips/InstPrinter/Makefile
+lib/Target/Mips/LLVMBuild.txt
+lib/Target/Mips/MCTargetDesc/CMakeLists.txt
+lib/Target/Mips/MCTargetDesc/LLVMBuild.txt
+lib/Target/Mips/MCTargetDesc/Makefile
+lib/Target/Mips/Makefile
+lib/Target/Mips/TargetInfo/CMakeLists.txt
+lib/Target/Mips/TargetInfo/LLVMBuild.txt
+lib/Target/Mips/TargetInfo/Makefile
+lib/Target/NVPTX/CMakeLists.txt
+lib/Target/NVPTX/InstPrinter/CMakeLists.txt
+lib/Target/NVPTX/InstPrinter/LLVMBuild.txt
+lib/Target/NVPTX/InstPrinter/Makefile
+lib/Target/NVPTX/LLVMBuild.txt
+lib/Target/NVPTX/MCTargetDesc/CMakeLists.txt
+lib/Target/NVPTX/MCTargetDesc/LLVMBuild.txt
+lib/Target/NVPTX/MCTargetDesc/Makefile
+lib/Target/NVPTX/Makefile
+lib/Target/NVPTX/TargetInfo/CMakeLists.txt
+lib/Target/NVPTX/TargetInfo/LLVMBuild.txt
+lib/Target/NVPTX/TargetInfo/Makefile
+lib/Target/PowerPC/AsmParser/CMakeLists.txt
+lib/Target/PowerPC/AsmParser/LLVMBuild.txt
+lib/Target/PowerPC/AsmParser/Makefile
+lib/Target/PowerPC/CMakeLists.txt
+lib/Target/PowerPC/Disassembler/CMakeLists.txt
+lib/Target/PowerPC/Disassembler/LLVMBuild.txt
+lib/Target/PowerPC/Disassembler/Makefile
+lib/Target/PowerPC/InstPrinter/CMakeLists.txt
+lib/Target/PowerPC/InstPrinter/LLVMBuild.txt
+lib/Target/PowerPC/InstPrinter/Makefile
+lib/Target/PowerPC/LLVMBuild.txt
+lib/Target/PowerPC/MCTargetDesc/CMakeLists.txt
+lib/Target/PowerPC/MCTargetDesc/LLVMBuild.txt
+lib/Target/PowerPC/MCTargetDesc/Makefile
+lib/Target/PowerPC/Makefile
+lib/Target/PowerPC/README.txt
+lib/Target/PowerPC/README_ALTIVEC.txt
+lib/Target/PowerPC/TargetInfo/CMakeLists.txt
+lib/Target/PowerPC/TargetInfo/LLVMBuild.txt
+lib/Target/PowerPC/TargetInfo/Makefile
+lib/Target/R600/AsmParser/CMakeLists.txt
+lib/Target/R600/AsmParser/LLVMBuild.txt
+lib/Target/R600/AsmParser/Makefile
+lib/Target/R600/CMakeLists.txt
+lib/Target/R600/InstPrinter/CMakeLists.txt
+lib/Target/R600/InstPrinter/LLVMBuild.txt
+lib/Target/R600/InstPrinter/Makefile
+lib/Target/R600/LLVMBuild.txt
+lib/Target/R600/MCTargetDesc/CMakeLists.txt
+lib/Target/R600/MCTargetDesc/LLVMBuild.txt
+lib/Target/R600/MCTargetDesc/Makefile
+lib/Target/R600/Makefile
+lib/Target/R600/TargetInfo/CMakeLists.txt
+lib/Target/R600/TargetInfo/LLVMBuild.txt
+lib/Target/R600/TargetInfo/Makefile
+lib/Target/README.txt
+lib/Target/Sparc/AsmParser/CMakeLists.txt
+lib/Target/Sparc/AsmParser/LLVMBuild.txt
+lib/Target/Sparc/AsmParser/Makefile
+lib/Target/Sparc/CMakeLists.txt
+lib/Target/Sparc/Disassembler/CMakeLists.txt
+lib/Target/Sparc/Disassembler/LLVMBuild.txt
+lib/Target/Sparc/Disassembler/Makefile
+lib/Target/Sparc/InstPrinter/CMakeLists.txt
+lib/Target/Sparc/InstPrinter/LLVMBuild.txt
+lib/Target/Sparc/InstPrinter/Makefile
+lib/Target/Sparc/LLVMBuild.txt
+lib/Target/Sparc/MCTargetDesc/CMakeLists.txt
+lib/Target/Sparc/MCTargetDesc/LLVMBuild.txt
+lib/Target/Sparc/MCTargetDesc/Makefile
+lib/Target/Sparc/Makefile
+lib/Target/Sparc/README.txt
+lib/Target/Sparc/TargetInfo/CMakeLists.txt
+lib/Target/Sparc/TargetInfo/LLVMBuild.txt
+lib/Target/Sparc/TargetInfo/Makefile
+lib/Target/SystemZ/AsmParser/CMakeLists.txt
+lib/Target/SystemZ/AsmParser/LLVMBuild.txt
+lib/Target/SystemZ/AsmParser/Makefile
+lib/Target/SystemZ/CMakeLists.txt
+lib/Target/SystemZ/Disassembler/CMakeLists.txt
+lib/Target/SystemZ/Disassembler/LLVMBuild.txt
+lib/Target/SystemZ/Disassembler/Makefile
+lib/Target/SystemZ/InstPrinter/CMakeLists.txt
+lib/Target/SystemZ/InstPrinter/LLVMBuild.txt
+lib/Target/SystemZ/InstPrinter/Makefile
+lib/Target/SystemZ/LLVMBuild.txt
+lib/Target/SystemZ/MCTargetDesc/CMakeLists.txt
+lib/Target/SystemZ/MCTargetDesc/LLVMBuild.txt
+lib/Target/SystemZ/MCTargetDesc/Makefile
+lib/Target/SystemZ/Makefile
+lib/Target/SystemZ/TargetInfo/CMakeLists.txt
+lib/Target/SystemZ/TargetInfo/LLVMBuild.txt
+lib/Target/SystemZ/TargetInfo/Makefile
+lib/Target/X86/AsmParser/CMakeLists.txt
+lib/Target/X86/AsmParser/LLVMBuild.txt
+lib/Target/X86/AsmParser/Makefile
+lib/Target/X86/CMakeLists.txt
+lib/Target/X86/Disassembler/CMakeLists.txt
+lib/Target/X86/Disassembler/LLVMBuild.txt
+lib/Target/X86/Disassembler/Makefile
+lib/Target/X86/InstPrinter/CMakeLists.txt
+lib/Target/X86/InstPrinter/LLVMBuild.txt
+lib/Target/X86/InstPrinter/Makefile
+lib/Target/X86/LLVMBuild.txt
+lib/Target/X86/MCTargetDesc/CMakeLists.txt
+lib/Target/X86/MCTargetDesc/LLVMBuild.txt
+lib/Target/X86/MCTargetDesc/Makefile
+lib/Target/X86/Makefile
+lib/Target/X86/README-FPStack.txt
+lib/Target/X86/README-MMX.txt
+lib/Target/X86/README-SSE.txt
+lib/Target/X86/README-UNIMPLEMENTED.txt
+lib/Target/X86/README-X86-64.txt
+lib/Target/X86/README.txt
+lib/Target/X86/TargetInfo/CMakeLists.txt
+lib/Target/X86/TargetInfo/LLVMBuild.txt
+lib/Target/X86/TargetInfo/Makefile
+lib/Target/X86/Utils/CMakeLists.txt
+lib/Target/X86/Utils/LLVMBuild.txt
+lib/Target/X86/Utils/Makefile
+lib/Target/X86/X86CompilationCallback_Win64.asm
+lib/Target/XCore/CMakeLists.txt
+lib/Target/XCore/Disassembler/CMakeLists.txt
+lib/Target/XCore/Disassembler/LLVMBuild.txt
+lib/Target/XCore/Disassembler/Makefile
+lib/Target/XCore/InstPrinter/CMakeLists.txt
+lib/Target/XCore/InstPrinter/LLVMBuild.txt
+lib/Target/XCore/InstPrinter/Makefile
+lib/Target/XCore/LLVMBuild.txt
+lib/Target/XCore/MCTargetDesc/CMakeLists.txt
+lib/Target/XCore/MCTargetDesc/LLVMBuild.txt
+lib/Target/XCore/MCTargetDesc/Makefile
+lib/Target/XCore/Makefile
+lib/Target/XCore/README.txt
+lib/Target/XCore/TargetInfo/CMakeLists.txt
+lib/Target/XCore/TargetInfo/LLVMBuild.txt
+lib/Target/XCore/TargetInfo/Makefile
+lib/Transforms/CMakeLists.txt
+lib/Transforms/Hello/
+lib/Transforms/IPO/CMakeLists.txt
+lib/Transforms/IPO/LLVMBuild.txt
+lib/Transforms/IPO/Makefile
+lib/Transforms/InstCombine/CMakeLists.txt
+lib/Transforms/InstCombine/LLVMBuild.txt
+lib/Transforms/InstCombine/Makefile
+lib/Transforms/Instrumentation/CMakeLists.txt
+lib/Transforms/Instrumentation/LLVMBuild.txt
+lib/Transforms/Instrumentation/Makefile
+lib/Transforms/LLVMBuild.txt
+lib/Transforms/Makefile
+lib/Transforms/ObjCARC/CMakeLists.txt
+lib/Transforms/ObjCARC/LLVMBuild.txt
+lib/Transforms/ObjCARC/Makefile
+lib/Transforms/Scalar/CMakeLists.txt
+lib/Transforms/Scalar/LLVMBuild.txt
+lib/Transforms/Scalar/Makefile
+lib/Transforms/Utils/CMakeLists.txt
+lib/Transforms/Utils/LLVMBuild.txt
+lib/Transforms/Utils/Makefile
+lib/Transforms/Vectorize/CMakeLists.txt
+lib/Transforms/Vectorize/LLVMBuild.txt
+lib/Transforms/Vectorize/Makefile
+llvm.spec.in
+projects/
+test/
+tools/CMakeLists.txt
+tools/LLVMBuild.txt
+tools/Makefile
+tools/bugpoint/CMakeLists.txt
+tools/bugpoint/LLVMBuild.txt
+tools/bugpoint/Makefile
+tools/bugpoint-passes/
+tools/dsymutil/
+tools/gold/
+tools/llc/CMakeLists.txt
+tools/llc/LLVMBuild.txt
+tools/llc/Makefile
+tools/lli/CMakeLists.txt
+tools/lli/ChildTarget/CMakeLists.txt
+tools/lli/ChildTarget/LLVMBuild.txt
+tools/lli/ChildTarget/Makefile
+tools/lli/LLVMBuild.txt
+tools/lli/Makefile
+tools/llvm-ar/CMakeLists.txt
+tools/llvm-ar/LLVMBuild.txt
+tools/llvm-ar/Makefile
+tools/llvm-ar/install_symlink.cmake
+tools/llvm-as/CMakeLists.txt
+tools/llvm-as/LLVMBuild.txt
+tools/llvm-as/Makefile
+tools/llvm-bcanalyzer/CMakeLists.txt
+tools/llvm-bcanalyzer/LLVMBuild.txt
+tools/llvm-bcanalyzer/Makefile
+tools/llvm-c-test/
+tools/llvm-config/
+tools/llvm-cov/
+tools/llvm-diff/CMakeLists.txt
+tools/llvm-diff/LLVMBuild.txt
+tools/llvm-diff/Makefile
+tools/llvm-dis/CMakeLists.txt
+tools/llvm-dis/LLVMBuild.txt
+tools/llvm-dis/Makefile
+tools/llvm-dwarfdump/
+tools/llvm-extract/CMakeLists.txt
+tools/llvm-extract/LLVMBuild.txt
+tools/llvm-extract/Makefile
+tools/llvm-go/
+tools/llvm-jitlistener/
+tools/llvm-link/CMakeLists.txt
+tools/llvm-link/LLVMBuild.txt
+tools/llvm-link/Makefile
+tools/llvm-lto/
+tools/llvm-mc/CMakeLists.txt
+tools/llvm-mc/LLVMBuild.txt
+tools/llvm-mc/Makefile
+tools/llvm-mcmarkup/
+tools/llvm-nm/CMakeLists.txt
+tools/llvm-nm/LLVMBuild.txt
+tools/llvm-nm/Makefile
+tools/llvm-objdump/CMakeLists.txt
+tools/llvm-objdump/LLVMBuild.txt
+tools/llvm-objdump/Makefile
+tools/llvm-profdata/
+tools/llvm-readobj/CMakeLists.txt
+tools/llvm-readobj/LLVMBuild.txt
+tools/llvm-readobj/Makefile
+tools/llvm-rtdyld/CMakeLists.txt
+tools/llvm-rtdyld/LLVMBuild.txt
+tools/llvm-rtdyld/Makefile
+tools/llvm-shlib/
+tools/llvm-size/
+tools/llvm-stress/CMakeLists.txt
+tools/llvm-stress/LLVMBuild.txt
+tools/llvm-stress/Makefile
+tools/llvm-symbolizer/CMakeLists.txt
+tools/llvm-symbolizer/Makefile
+tools/llvm-vtabledump/
+tools/lto/
+tools/macho-dump/CMakeLists.txt
+tools/macho-dump/LLVMBuild.txt
+tools/macho-dump/Makefile
+tools/msbuild/
+tools/obj2yaml/
+tools/opt/CMakeLists.txt
+tools/opt/LLVMBuild.txt
+tools/opt/Makefile
+tools/verify-uselistorder/
+tools/yaml2obj/
+unittests/
+utils/DSAclean.py
+utils/DSAextract.py
+utils/FileCheck/
+utils/GenLibDeps.pl
+utils/GetRepositoryPath
+utils/GetSourceVersion
+utils/KillTheDoctor/
+utils/LLVMBuild.txt
+utils/Makefile
+utils/Misc/
+utils/PerfectShuffle/
+utils/TableGen/CMakeLists.txt
+utils/TableGen/LLVMBuild.txt
+utils/TableGen/Makefile
+utils/TableGen/tdtags
+utils/Target/
+utils/UpdateCMakeLists.pl
+utils/bisect
+utils/bugpoint/
+utils/buildit/
+utils/check-each-file
+utils/clang-parse-diagnostics-file
+utils/codegen-diff
+utils/count/
+utils/countloc.sh
+utils/crosstool/
+utils/emacs/
+utils/findmisopt
+utils/findoptdiff
+utils/findsym.pl
+utils/fpcmp/
+utils/getsrcs.sh
+utils/git/
+utils/git-svn/
+utils/jedit/
+utils/kate/
+utils/lint/
+utils/lit/
+utils/lldbDataFormatters.py
+utils/llvm-build/
+utils/llvm-compilers-check
+utils/llvm-lit/
+utils/llvm-native-gxx
+utils/llvm.grm
+utils/llvm.natvis
+utils/llvmdo
+utils/llvmgrep
+utils/makellvm
+utils/not/
+utils/release/
+utils/shuffle_fuzz.py
+utils/sort_includes.py
+utils/test_debuginfo.pl
+utils/testgen/
+utils/textmate/
+utils/unittest/
+utils/update_llc_test_checks.py
+utils/valgrind/
+utils/vim/
+utils/wciia.py
+utils/yaml-bench/

Added: head/contrib/llvm/tools/clang/FREEBSD-Xlist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/contrib/llvm/tools/clang/FREEBSD-Xlist	Sun Mar 22 17:56:49 2015	(r280350)
@@ -0,0 +1,131 @@
+# $FreeBSD$
+.arcconfig
+.clang-format
+.clang-tidy
+.gitignore
+CMakeLists.txt
+CODE_OWNERS.TXT
+INPUTS/
+INSTALL.txt
+Makefile
+ModuleInfo.txt
+NOTES.txt
+README.txt
+bindings/
+cmake/
+docs/
+examples/
+include/CMakeLists.txt
+include/Makefile
+include/clang/AST/CMakeLists.txt
+include/clang/AST/Makefile
+include/clang/Basic/CMakeLists.txt
+include/clang/Basic/Makefile
+include/clang/Basic/Version.inc.in
+include/clang/CMakeLists.txt
+include/clang/Config/
+include/clang/Driver/CMakeLists.txt
+include/clang/Driver/Makefile
+include/clang/Makefile
+include/clang/Parse/CMakeLists.txt
+include/clang/Parse/Makefile
+include/clang/Sema/CMakeLists.txt
+include/clang/Sema/Makefile
+include/clang/Serialization/CMakeLists.txt
+include/clang/Serialization/Makefile
+include/clang-c/Makefile
+lib/ARCMigrate/CMakeLists.txt
+lib/ARCMigrate/Makefile
+lib/AST/CMakeLists.txt
+lib/AST/Makefile
+lib/ASTMatchers/CMakeLists.txt
+lib/ASTMatchers/Dynamic/CMakeLists.txt
+lib/ASTMatchers/Dynamic/Makefile
+lib/ASTMatchers/Makefile
+lib/Analysis/CMakeLists.txt
+lib/Analysis/Makefile
+lib/Basic/CMakeLists.txt
+lib/Basic/Makefile
+lib/CMakeLists.txt
+lib/CodeGen/CMakeLists.txt
+lib/CodeGen/Makefile
+lib/CodeGen/README.txt
+lib/Driver/CMakeLists.txt
+lib/Driver/Makefile
+lib/Edit/CMakeLists.txt
+lib/Edit/Makefile
+lib/Format/CMakeLists.txt
+lib/Format/Makefile
+lib/Frontend/CMakeLists.txt
+lib/Frontend/Makefile
+lib/Frontend/Rewrite/CMakeLists.txt
+lib/Frontend/Rewrite/Makefile
+lib/FrontendTool/CMakeLists.txt
+lib/FrontendTool/Makefile
+lib/Headers/CMakeLists.txt
+lib/Headers/Makefile
+lib/Index/CMakeLists.txt
+lib/Index/Makefile
+lib/Lex/CMakeLists.txt
+lib/Lex/Makefile
+lib/Makefile
+lib/Parse/CMakeLists.txt
+lib/Parse/Makefile
+lib/Rewrite/CMakeLists.txt
+lib/Rewrite/Makefile
+lib/Sema/CMakeLists.txt
+lib/Sema/Makefile
+lib/Serialization/CMakeLists.txt
+lib/Serialization/Makefile
+lib/StaticAnalyzer/CMakeLists.txt
+lib/StaticAnalyzer/Checkers/CMakeLists.txt
+lib/StaticAnalyzer/Checkers/Makefile
+lib/StaticAnalyzer/Core/CMakeLists.txt
+lib/StaticAnalyzer/Core/Makefile
+lib/StaticAnalyzer/Frontend/CMakeLists.txt
+lib/StaticAnalyzer/Frontend/Makefile
+lib/StaticAnalyzer/Makefile
+lib/StaticAnalyzer/README.txt
+lib/Tooling/CMakeLists.txt
+lib/Tooling/Core/CMakeLists.txt
+lib/Tooling/Core/Makefile
+lib/Tooling/Makefile
+runtime/
+test/
+tools/CMakeLists.txt
+tools/Makefile
+tools/arcmt-test/
+tools/c-arcmt-test/
+tools/c-index-test/
+tools/clang-check/
+tools/clang-format/
+tools/clang-format-vs/
+tools/diag-build/
+tools/diagtool/
+tools/driver/CMakeLists.txt
+tools/driver/Info.plist.in
+tools/driver/Makefile
+tools/driver/clang_symlink.cmake
+tools/libclang/
+tools/scan-build/
+tools/scan-view/
+unittests/
+utils/ABITest/
+utils/CIndex/
+utils/CaptureCmd
+utils/ClangDataFormat.py
+utils/CmpDriver
+utils/FindSpecRefs
+utils/FuzzTest
+utils/TableGen/CMakeLists.txt
+utils/TableGen/Makefile
+utils/TestUtils/
+utils/VtableTest/
+utils/analyzer/
+utils/builtin-defines.c
+utils/clang-completion-mode.el
+utils/clang.natvis
+utils/find-unused-diagnostics.sh
+utils/token-delta.py
+utils/valgrind/
+www/

Added: head/contrib/llvm/tools/lldb/FREEBSD-Xlist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/contrib/llvm/tools/lldb/FREEBSD-Xlist	Sun Mar 22 17:56:49 2015	(r280350)
@@ -0,0 +1,186 @@
+# $FreeBSD$
+.arcconfig
+.clang-format
+.gitignore
+CMakeLists.txt
+INSTALL.txt
+Makefile
+cmake/
+docs/CMakeLists.txt
+docs/building-with-debug-llvm.txt
+docs/code-signing.txt
+docs/doxygen.cfg.in
+docs/doxygen.footer
+docs/doxygen.header
+docs/doxygen.intro
+docs/lldb-for-gdb-users.txt
+docs/lldb-gdb-remote.txt
+docs/testsuite/
+examples/
+gtest/
+include/Makefile
+include/lldb/Host/android/
+include/lldb/Host/linux/
+include/lldb/Host/macosx/
+include/lldb/Host/mingw/
+include/lldb/Host/msvc/
+include/lldb/Host/windows/
+include/lldb/Makefile
+lib/
+lldb.xcodeproj/
+lldb.xcworkspace/
+resources/
+scripts/
+source/API/CMakeLists.txt
+source/API/Makefile
+source/Breakpoint/CMakeLists.txt
+source/Breakpoint/Makefile
+source/CMakeLists.txt
+source/Commands/CMakeLists.txt
+source/Commands/Makefile
+source/Core/CMakeLists.txt
+source/Core/Makefile
+source/DataFormatters/CMakeLists.txt
+source/DataFormatters/Makefile
+source/Expression/CMakeLists.txt
+source/Expression/Makefile
+source/Host/CMakeLists.txt
+source/Host/Makefile
+source/Host/common/Makefile
+source/Host/freebsd/Makefile
+source/Host/linux/
+source/Host/macosx/
+source/Host/posix/Makefile
+source/Host/windows/
+source/Interpreter/CMakeLists.txt
+source/Interpreter/Makefile
+source/Makefile
+source/Plugins/ABI/CMakeLists.txt
+source/Plugins/ABI/MacOSX-arm/CMakeLists.txt
+source/Plugins/ABI/MacOSX-arm/Makefile
+source/Plugins/ABI/MacOSX-arm64/CMakeLists.txt
+source/Plugins/ABI/MacOSX-arm64/Makefile
+source/Plugins/ABI/MacOSX-i386/CMakeLists.txt
+source/Plugins/ABI/MacOSX-i386/Makefile
+source/Plugins/ABI/SysV-hexagon/CMakeLists.txt
+source/Plugins/ABI/SysV-hexagon/Makefile
+source/Plugins/ABI/SysV-ppc/CMakeLists.txt
+source/Plugins/ABI/SysV-ppc/Makefile
+source/Plugins/ABI/SysV-ppc64/CMakeLists.txt
+source/Plugins/ABI/SysV-ppc64/Makefile
+source/Plugins/ABI/SysV-x86_64/CMakeLists.txt
+source/Plugins/ABI/SysV-x86_64/Makefile
+source/Plugins/CMakeLists.txt
+source/Plugins/Disassembler/CMakeLists.txt
+source/Plugins/Disassembler/llvm/CMakeLists.txt
+source/Plugins/Disassembler/llvm/Makefile
+source/Plugins/DynamicLoader/CMakeLists.txt
+source/Plugins/DynamicLoader/Darwin-Kernel/
+source/Plugins/DynamicLoader/Hexagon-DYLD/CMakeLists.txt
+source/Plugins/DynamicLoader/Hexagon-DYLD/Makefile
+source/Plugins/DynamicLoader/MacOSX-DYLD/
+source/Plugins/DynamicLoader/POSIX-DYLD/CMakeLists.txt
+source/Plugins/DynamicLoader/POSIX-DYLD/Makefile
+source/Plugins/DynamicLoader/Static/CMakeLists.txt
+source/Plugins/DynamicLoader/Static/Makefile
+source/Plugins/Instruction/ARM/CMakeLists.txt
+source/Plugins/Instruction/ARM/Makefile
+source/Plugins/Instruction/ARM64/CMakeLists.txt
+source/Plugins/Instruction/ARM64/Makefile
+source/Plugins/Instruction/CMakeLists.txt
+source/Plugins/InstrumentationRuntime/AddressSanitizer/CMakeLists.txt
+source/Plugins/InstrumentationRuntime/AddressSanitizer/Makefile
+source/Plugins/InstrumentationRuntime/CMakeLists.txt
+source/Plugins/JITLoader/CMakeLists.txt
+source/Plugins/JITLoader/GDB/CMakeLists.txt
+source/Plugins/JITLoader/GDB/Makefile
+source/Plugins/LanguageRuntime/CMakeLists.txt
+source/Plugins/LanguageRuntime/CPlusPlus/CMakeLists.txt
+source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/CMakeLists.txt
+source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/Makefile
+source/Plugins/LanguageRuntime/ObjC/
+source/Plugins/Makefile
+source/Plugins/MemoryHistory/CMakeLists.txt
+source/Plugins/MemoryHistory/asan/CMakeLists.txt
+source/Plugins/MemoryHistory/asan/Makefile
+source/Plugins/ObjectContainer/BSD-Archive/CMakeLists.txt
+source/Plugins/ObjectContainer/BSD-Archive/Makefile
+source/Plugins/ObjectContainer/CMakeLists.txt
+source/Plugins/ObjectContainer/Universal-Mach-O/
+source/Plugins/ObjectFile/CMakeLists.txt
+source/Plugins/ObjectFile/ELF/CMakeLists.txt
+source/Plugins/ObjectFile/ELF/Makefile
+source/Plugins/ObjectFile/JIT/CMakeLists.txt
+source/Plugins/ObjectFile/JIT/Makefile
+source/Plugins/ObjectFile/Mach-O/
+source/Plugins/ObjectFile/PECOFF/
+source/Plugins/OperatingSystem/CMakeLists.txt
+source/Plugins/OperatingSystem/Python/CMakeLists.txt
+source/Plugins/OperatingSystem/Python/Makefile
+source/Plugins/Platform/CMakeLists.txt
+source/Plugins/Platform/FreeBSD/CMakeLists.txt
+source/Plugins/Platform/FreeBSD/Makefile
+source/Plugins/Platform/Kalimba/
+source/Plugins/Platform/Linux/
+source/Plugins/Platform/MacOSX/
+source/Plugins/Platform/Makefile
+source/Plugins/Platform/POSIX/CMakeLists.txt
+source/Plugins/Platform/POSIX/Makefile
+source/Plugins/Platform/Windows/
+source/Plugins/Platform/gdb-server/CMakeLists.txt
+source/Plugins/Platform/gdb-server/Makefile
+source/Plugins/Process/CMakeLists.txt
+source/Plugins/Process/FreeBSD/CMakeLists.txt
+source/Plugins/Process/FreeBSD/Makefile
+source/Plugins/Process/Linux/
+source/Plugins/Process/MacOSX-Kernel/
+source/Plugins/Process/POSIX/CMakeLists.txt
+source/Plugins/Process/POSIX/Makefile
+source/Plugins/Process/Utility/CMakeLists.txt
+source/Plugins/Process/Utility/Makefile
+source/Plugins/Process/Windows/
+source/Plugins/Process/elf-core/CMakeLists.txt
+source/Plugins/Process/elf-core/Makefile
+source/Plugins/Process/gdb-remote/CMakeLists.txt
+source/Plugins/Process/gdb-remote/Makefile
+source/Plugins/Process/mach-core/
+source/Plugins/SymbolFile/CMakeLists.txt
+source/Plugins/SymbolFile/DWARF/CMakeLists.txt
+source/Plugins/SymbolFile/DWARF/Makefile
+source/Plugins/SymbolFile/Symtab/CMakeLists.txt
+source/Plugins/SymbolFile/Symtab/Makefile
+source/Plugins/SymbolVendor/CMakeLists.txt
+source/Plugins/SymbolVendor/ELF/CMakeLists.txt
+source/Plugins/SymbolVendor/ELF/Makefile
+source/Plugins/SymbolVendor/MacOSX/
+source/Plugins/SystemRuntime/
+source/Plugins/UnwindAssembly/CMakeLists.txt
+source/Plugins/UnwindAssembly/InstEmulation/CMakeLists.txt
+source/Plugins/UnwindAssembly/InstEmulation/Makefile
+source/Plugins/UnwindAssembly/x86/CMakeLists.txt
+source/Plugins/UnwindAssembly/x86/Makefile
+source/Symbol/CMakeLists.txt
+source/Symbol/Makefile
+source/Target/CMakeLists.txt
+source/Target/Makefile
+source/Utility/CMakeLists.txt
+source/Utility/Makefile
+test/
+tools/CMakeLists.txt
+tools/Makefile
+tools/darwin-debug/
+tools/darwin-threads/
+tools/debugserver/
+tools/driver/CMakeLists.txt
+tools/driver/Makefile
+tools/driver/lldb-Info.plist
+tools/install-headers/
+tools/lldb-gdbserver/
+tools/lldb-mi/CMakeLists.txt
+tools/lldb-mi/Makefile
+tools/lldb-mi/lldb-Info.plist
+tools/lldb-perf/
+tools/lldb-platform/CMakeLists.txt
+tools/lldb-platform/Makefile
+utils/
+www/


More information about the svn-src-head mailing list