]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Vendor import of llvm release_38 branch r258549:
authordim <dim@FreeBSD.org>
Fri, 22 Jan 2016 21:16:09 +0000 (21:16 +0000)
committerdim <dim@FreeBSD.org>
Fri, 22 Jan 2016 21:16:09 +0000 (21:16 +0000)
commit21029d6a214a88783711894533b519ce0e65cc90
treeb27dffbc94bfeb477e1ff5e484d34d409ec05813
parentd686ff024731a6edac15edc457c494395b960c32
Vendor import of llvm release_38 branch r258549:
https://llvm.org/svn/llvm-project/llvm/branches/release_38@258549
62 files changed:
include/llvm/CodeGen/MachineFunction.h
include/llvm/CodeGen/SelectionDAGNodes.h
include/llvm/IR/GlobalValue.h
include/llvm/Transforms/Utils/Local.h
include/llvm/Transforms/Utils/SimplifyLibCalls.h
lib/CodeGen/AsmPrinter/DebugLocEntry.h
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/CodeGenPrepare.cpp
lib/CodeGen/MachineFunction.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/IR/Globals.cpp
lib/Target/AArch64/AArch64ISelLowering.cpp
lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/X86/X86CallingConv.td
lib/Target/X86/X86FrameLowering.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
lib/Transforms/Utils/InlineFunction.cpp
lib/Transforms/Utils/Local.cpp
lib/Transforms/Utils/SimplifyLibCalls.cpp
test/CodeGen/AArch64/cxx-tlscc.ll
test/CodeGen/ARM/cse-flags.ll [new file with mode: 0644]
test/CodeGen/ARM/cxx-tlscc.ll
test/CodeGen/ARM/memfunc.ll
test/CodeGen/X86/2014-05-30-CombineAddNSW.ll [deleted file]
test/CodeGen/X86/cxx_tlscc64.ll
test/CodeGen/X86/x86-shrink-wrap-unwind.ll
test/DebugInfo/ARM/PR26163.ll [new file with mode: 0644]
test/ExecutionEngine/MCJIT/remote/cross-module-a.ll
test/ExecutionEngine/MCJIT/remote/multi-module-a.ll
test/ExecutionEngine/MCJIT/remote/simpletest-remote.ll
test/ExecutionEngine/MCJIT/remote/stubs-remote.ll
test/ExecutionEngine/MCJIT/remote/test-common-symbols-remote.ll
test/ExecutionEngine/MCJIT/remote/test-data-align-remote.ll
test/ExecutionEngine/MCJIT/remote/test-fp-no-external-funcs-remote.ll
test/ExecutionEngine/MCJIT/remote/test-global-init-nonzero-remote.ll
test/ExecutionEngine/MCJIT/remote/test-global-init-nonzero-sm-pic.ll
test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-remote.ll
test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-sm-pic.ll
test/ExecutionEngine/OrcMCJIT/remote/cross-module-a.ll
test/ExecutionEngine/OrcMCJIT/remote/multi-module-a.ll
test/ExecutionEngine/OrcMCJIT/remote/simpletest-remote.ll
test/ExecutionEngine/OrcMCJIT/remote/stubs-remote.ll
test/ExecutionEngine/OrcMCJIT/remote/test-common-symbols-remote.ll
test/ExecutionEngine/OrcMCJIT/remote/test-data-align-remote.ll
test/ExecutionEngine/OrcMCJIT/remote/test-fp-no-external-funcs-remote.ll
test/ExecutionEngine/OrcMCJIT/remote/test-global-init-nonzero-remote.ll
test/ExecutionEngine/OrcMCJIT/remote/test-global-init-nonzero-sm-pic.ll
test/ExecutionEngine/OrcMCJIT/remote/test-ptr-reloc-remote.ll
test/ExecutionEngine/OrcMCJIT/remote/test-ptr-reloc-sm-pic.ll
test/MC/AArch64/inst-directive.s
test/Transforms/CodeGenPrepare/ARM/bitreverse-recognize.ll [new file with mode: 0644]
test/Transforms/CodeGenPrepare/ARM/lit.local.cfg [new file with mode: 0644]
test/Transforms/CodeGenPrepare/bitreverse-hang.ll [new file with mode: 0644]
test/Transforms/Inline/inline-funclets.ll [new file with mode: 0644]
test/Transforms/InstCombine/bitreverse-hang.ll [new file with mode: 0644]
test/Transforms/InstCombine/bitreverse-recognize.ll [deleted file]
test/Transforms/InstCombine/cos-2.ll
test/Transforms/InstCombine/double-float-shrink-1.ll
tools/lli/lli.cpp
utils/release/test-release.sh