]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Upgrade our copy of clang and llvm to 3.5.1 release. This is a bugfix
authordim <dim@FreeBSD.org>
Sun, 18 Jan 2015 14:14:47 +0000 (14:14 +0000)
committerdim <dim@FreeBSD.org>
Sun, 18 Jan 2015 14:14:47 +0000 (14:14 +0000)
commitc074a2b0d05fdd11d61e6c5ffa970c806be2f31a
tree0e56d6fc0fbb158ec2ac946d1e22170e0107492d
parent814696f72012ae32daa581d7a1d5253a9b439b09
parent3c7e7a1538a873b0d3b012ef8811969ac4552c2a
Upgrade our copy of clang and llvm to 3.5.1 release.  This is a bugfix
only release, no new features have been added.

Please note that this version requires C++11 support to build; see
UPDATING for more information.

Release notes for llvm and clang can be found here:
<http://llvm.org/releases/3.5.1/docs/ReleaseNotes.html>
<http://llvm.org/releases/3.5.1/tools/clang/docs/ReleaseNotes.html>

MFC after: 1 month
X-MFC-With: 276479
90 files changed:
ObsoleteFiles.inc
UPDATING
contrib/llvm/include/llvm/Analysis/AliasSetTracker.h
contrib/llvm/include/llvm/CodeGen/CallingConvLower.h
contrib/llvm/include/llvm/Target/TargetCallingConv.td
contrib/llvm/lib/Analysis/AliasSetTracker.cpp
contrib/llvm/lib/Analysis/BlockFrequencyInfoImpl.cpp
contrib/llvm/lib/Analysis/ValueTracking.cpp
contrib/llvm/lib/MC/MCObjectFileInfo.cpp
contrib/llvm/lib/Target/ARM/ARMFrameLowering.cpp
contrib/llvm/lib/Target/ARM/ARMFrameLowering.h
contrib/llvm/lib/Target/ARM/ARMISelLowering.cpp
contrib/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
contrib/llvm/lib/Target/Mips/Disassembler/MipsDisassembler.cpp
contrib/llvm/lib/Target/Mips/Mips.td
contrib/llvm/lib/Target/Mips/Mips16ISelLowering.cpp
contrib/llvm/lib/Target/Mips/Mips16ISelLowering.h
contrib/llvm/lib/Target/Mips/Mips64InstrInfo.td
contrib/llvm/lib/Target/Mips/MipsABIInfo.cpp
contrib/llvm/lib/Target/Mips/MipsABIInfo.h
contrib/llvm/lib/Target/Mips/MipsAsmPrinter.cpp
contrib/llvm/lib/Target/Mips/MipsCCState.cpp
contrib/llvm/lib/Target/Mips/MipsCCState.h
contrib/llvm/lib/Target/Mips/MipsCallingConv.td
contrib/llvm/lib/Target/Mips/MipsConstantIslandPass.cpp
contrib/llvm/lib/Target/Mips/MipsISelLowering.cpp
contrib/llvm/lib/Target/Mips/MipsISelLowering.h
contrib/llvm/lib/Target/Mips/MipsInstrFPU.td
contrib/llvm/lib/Target/Mips/MipsInstrInfo.td
contrib/llvm/lib/Target/Mips/MipsLongBranch.cpp
contrib/llvm/lib/Target/Mips/MipsRegisterInfo.cpp
contrib/llvm/lib/Target/Mips/MipsSEFrameLowering.cpp
contrib/llvm/lib/Target/Mips/MipsSEISelLowering.cpp
contrib/llvm/lib/Target/Mips/MipsSEISelLowering.h
contrib/llvm/lib/Target/Mips/MipsSubtarget.cpp
contrib/llvm/lib/Target/Mips/MipsSubtarget.h
contrib/llvm/lib/Target/PowerPC/InstPrinter/PPCInstPrinter.cpp
contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp
contrib/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
contrib/llvm/lib/Target/PowerPC/PPCFastISel.cpp
contrib/llvm/lib/Target/PowerPC/PPCFrameLowering.cpp
contrib/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
contrib/llvm/lib/Target/PowerPC/PPCISelLowering.cpp
contrib/llvm/lib/Target/PowerPC/PPCInstr64Bit.td
contrib/llvm/lib/Target/PowerPC/PPCRegisterInfo.td
contrib/llvm/lib/Target/X86/X86FastISel.cpp
contrib/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
contrib/llvm/lib/Transforms/Scalar/MergedLoadStoreMotion.cpp
contrib/llvm/lib/Transforms/Scalar/SROA.cpp
contrib/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
contrib/llvm/patches/README.TXT
contrib/llvm/patches/patch-07-llvm-r216989-r216990-fix-movw-armv6.diff
contrib/llvm/patches/patch-08-clang-r217410-i386-garbage-float.diff
contrib/llvm/patches/patch-09-llvm-r221709-debug-oom.diff
contrib/llvm/patches/patch-10-llvm-r222562-loop-rotate.diff
contrib/llvm/patches/patch-11-add-llvm-gvn-option.diff
contrib/llvm/patches/patch-12-llvm-r218241-dwarf2-warning.diff
contrib/llvm/patches/patch-13-llvm-r215352-aarch64-dyn-loader.diff
contrib/llvm/patches/patch-14-llvm-r216571-dynamiclib-usability.diff
contrib/llvm/patches/patch-15-clang-r221900-freebsd-aarch64.diff
contrib/llvm/patches/patch-16-llvm-r222856-libapr-miscompile.diff
contrib/llvm/patches/patch-17-llvm-r214802-armv6-cp10-cp11.diff
contrib/llvm/patches/patch-18-llvm-r215811-arm-fpu-directive.diff
contrib/llvm/patches/patch-19-enable-armv6-clrex.diff
contrib/llvm/patches/patch-20-llvm-r223147-arm-cpu-directive.diff
contrib/llvm/patches/patch-21-llvm-r221170-ppc-vaarg.diff
contrib/llvm/patches/patch-22-llvm-r221791-ppc-small-pic.diff
contrib/llvm/patches/patch-23-llvm-r224415-ppc-local.diff
contrib/llvm/patches/patch-24-llvm-r213890-ppc-eh_frame.diff
contrib/llvm/patches/patch-25-llvm-r224890-ppc-ctr-tls-loop.diff
contrib/llvm/patches/patch-26-clang-r213790-type_traits-crash.diff
contrib/llvm/patches/patch-27-llvm-r222587-arm-add-pc.diff
contrib/llvm/patches/patch-28-llvm-r222292-aarch64-no-neon.diff
contrib/llvm/tools/clang/include/clang/Basic/DiagnosticSemaKinds.td
contrib/llvm/tools/clang/lib/Basic/Version.cpp
contrib/llvm/tools/clang/lib/CodeGen/CGExprScalar.cpp
contrib/llvm/tools/clang/lib/CodeGen/TargetInfo.cpp
contrib/llvm/tools/clang/lib/Sema/SemaDecl.cpp
contrib/llvm/tools/clang/lib/Sema/SemaTemplate.cpp
contrib/llvm/utils/TableGen/CallingConvEmitter.cpp
etc/mtree/BSD.debug.dist
etc/mtree/BSD.include.dist
etc/mtree/BSD.usr.dist
lib/clang/include/Makefile
lib/clang/include/clang/Basic/Version.inc
lib/clang/include/clang/Config/config.h
lib/clang/include/llvm/Config/config.h
lib/clang/libllvmmipscodegen/Makefile
lib/libclang_rt/Makefile.inc
tools/build/mk/OptionalObsoleteFiles.inc