]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Vendor import of llvm release_50 branch r310316:
authorDimitry Andric <dim@FreeBSD.org>
Tue, 8 Aug 2017 16:52:53 +0000 (16:52 +0000)
committerDimitry Andric <dim@FreeBSD.org>
Tue, 8 Aug 2017 16:52:53 +0000 (16:52 +0000)
commit4e20bb0468b8d0db13287e666b482eb93689be99
tree852306cf8c98c56c9c7db1a0860802199b2b3253
parent3ad6a4b447326bc16c17df65637ca02330b8d090
Vendor import of llvm release_50 branch r310316:
https://llvm.org/svn/llvm-project/llvm/branches/release_50@310316
45 files changed:
bindings/ocaml/llvm/llvm.ml
bindings/ocaml/llvm/llvm.mli
bindings/ocaml/llvm/llvm_ocaml.c
cmake/modules/AddOCaml.cmake
docs/ReleaseNotes.rst
include/llvm/Analysis/ValueTracking.h
include/llvm/CodeGen/MachineFunction.h
include/llvm/CodeGen/MachineInstr.h
lib/Analysis/ValueTracking.cpp
lib/CodeGen/BranchFolding.cpp
lib/CodeGen/MachineFunction.cpp
lib/CodeGen/MachineInstr.cpp
lib/CodeGen/ScheduleDAGInstrs.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/CodeGen/StackColoring.cpp
lib/IR/ConstantFold.cpp
lib/Object/COFFImportFile.cpp
lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp
lib/Target/AArch64/AArch64FrameLowering.cpp
lib/Target/AArch64/AArch64ISelLowering.cpp
lib/Target/AArch64/AArch64InstrInfo.td
lib/Target/AArch64/AArch64MacroFusion.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86InstrSSE.td
lib/Transforms/IPO/ArgumentPromotion.cpp
lib/Transforms/Instrumentation/AddressSanitizer.cpp
lib/Transforms/Scalar/SCCP.cpp
lib/Transforms/Utils/CloneModule.cpp
test/CodeGen/AArch64/aarch64_win64cc_vararg.ll
test/CodeGen/AArch64/misched-fusion-aes.ll
test/CodeGen/AArch64/tbi.ll
test/CodeGen/AArch64/win64_vararg.ll
test/CodeGen/Mips/cconv/pr33883.ll [new file with mode: 0644]
test/CodeGen/Mips/pr33978.ll [new file with mode: 0644]
test/CodeGen/X86/conditional-tailcall-samedest.mir [new file with mode: 0644]
test/CodeGen/X86/pause.ll [new file with mode: 0644]
test/CodeGen/X86/tail-call-mutable-memarg.ll [new file with mode: 0644]
test/DllTool/coff-weak-exports.def
test/Instrumentation/AddressSanitizer/force-dynamic-shadow.ll [new file with mode: 0644]
test/Instrumentation/AddressSanitizer/stack-poisoning-byval-args.ll
test/MC/AArch64/arm64-crypto.s
test/Transforms/ArgumentPromotion/byval.ll
test/Transforms/InstSimplify/pr33957.ll [new file with mode: 0644]
test/Transforms/SCCP/definite-initializer.ll [new file with mode: 0644]
unittests/Transforms/Utils/Cloning.cpp