]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add the AArch64 llvm backend to the build to allow for early testing and
authorDimitry Andric <dim@FreeBSD.org>
Wed, 7 Jan 2015 19:06:27 +0000 (19:06 +0000)
committerDimitry Andric <dim@FreeBSD.org>
Wed, 7 Jan 2015 19:06:27 +0000 (19:06 +0000)
commit47a80b9264fb34ce715ebfdcf45357e5f753a5fe
tree92e62f9b8ac3444c837b52deb7c823149d5b1727
parent12940e3dc3e62320d7db389719aa694903deed79
Add the AArch64 llvm backend to the build to allow for early testing and
to ease any rework of how clang is built to take arm64 in to account.

Submitted by: andrew
Reviewed by: andrew, emaste
Differential Revision: https://reviews.freebsd.org/D1446
34 files changed:
lib/clang/Makefile
lib/clang/clang.build.mk
lib/clang/include/AArch64GenAsmMatcher.inc [new file with mode: 0644]
lib/clang/include/AArch64GenAsmWriter.inc [new file with mode: 0644]
lib/clang/include/AArch64GenAsmWriter1.inc [new file with mode: 0644]
lib/clang/include/AArch64GenCallingConv.inc [new file with mode: 0644]
lib/clang/include/AArch64GenDAGISel.inc [new file with mode: 0644]
lib/clang/include/AArch64GenDisassemblerTables.inc [new file with mode: 0644]
lib/clang/include/AArch64GenFastISel.inc [new file with mode: 0644]
lib/clang/include/AArch64GenInstrInfo.inc [new file with mode: 0644]
lib/clang/include/AArch64GenMCCodeEmitter.inc [new file with mode: 0644]
lib/clang/include/AArch64GenMCPseudoLowering.inc [new file with mode: 0644]
lib/clang/include/AArch64GenRegisterInfo.inc [new file with mode: 0644]
lib/clang/include/AArch64GenSubtargetInfo.inc [new file with mode: 0644]
lib/clang/include/llvm/Config/AsmParsers.def
lib/clang/include/llvm/Config/AsmPrinters.def
lib/clang/include/llvm/Config/Disassemblers.def
lib/clang/include/llvm/Config/Targets.def
lib/clang/libllvmaarch64asmparser/Makefile [new file with mode: 0644]
lib/clang/libllvmaarch64codegen/Makefile [new file with mode: 0644]
lib/clang/libllvmaarch64desc/Makefile [new file with mode: 0644]
lib/clang/libllvmaarch64disassembler/Makefile [new file with mode: 0644]
lib/clang/libllvmaarch64info/Makefile [new file with mode: 0644]
lib/clang/libllvmaarch64instprinter/Makefile [new file with mode: 0644]
lib/clang/libllvmaarch64utils/Makefile [new file with mode: 0644]
usr.bin/clang/clang/Makefile
usr.bin/clang/llc/Makefile
usr.bin/clang/lldb/Makefile
usr.bin/clang/llvm-ar/Makefile
usr.bin/clang/llvm-mc/Makefile
usr.bin/clang/llvm-nm/Makefile
usr.bin/clang/llvm-objdump/Makefile
usr.bin/clang/llvm-rtdyld/Makefile
usr.bin/clang/opt/Makefile