Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/llvm Update LLVM/Clang to r195771 from the 3.4 ...
details: https://anonhg.NetBSD.org/src/rev/76c0ceec228f
branches: trunk
changeset: 324961:76c0ceec228f
user: joerg <joerg%NetBSD.org@localhost>
date: Thu Nov 28 14:19:59 2013 +0000
description:
Update LLVM/Clang to r195771 from the 3.4 release branch.
diffstat:
external/bsd/llvm/Makefile | 12 ++++++------
external/bsd/llvm/Makefile.inc | 5 +++--
external/bsd/llvm/lib/Makefile | 3 ++-
external/bsd/llvm/lib/libLLVMAnalysis/Makefile | 3 ++-
external/bsd/llvm/lib/libLLVMIR/Makefile | 3 ++-
external/bsd/llvm/lib/libLLVMMipsMCTargetDesc/Makefile | 5 +++--
external/bsd/llvm/lib/libLLVMScalarOpts/Makefile | 4 +++-
external/bsd/llvm/lib/libclangIndex/Makefile | 5 +++--
external/bsd/llvm/lib/liblldCore/Makefile | 3 ++-
external/bsd/llvm/lib/liblldDriver/Makefile | 3 +--
10 files changed, 27 insertions(+), 19 deletions(-)
diffs (195 lines):
diff -r b1291af24c45 -r 76c0ceec228f external/bsd/llvm/Makefile
--- a/external/bsd/llvm/Makefile Thu Nov 28 14:19:18 2013 +0000
+++ b/external/bsd/llvm/Makefile Thu Nov 28 14:19:59 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2013/09/29 12:11:59 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2013/11/28 14:19:59 joerg Exp $
.include <bsd.init.mk>
@@ -15,12 +15,12 @@
.include "Makefile.inc"
checkout:
- svn co -r ${CLANG_REVISION} ${SVN_ROOT}/cfe/trunk ${CLANG_SRCDIR}
- svn co -r ${COMPILER_RT_REVISION} ${SVN_ROOT}/compiler-rt/trunk \
+ svn co -r ${CLANG_REVISION} ${SVN_ROOT}/cfe/${SVN_BRANCH} ${CLANG_SRCDIR}
+ svn co -r ${COMPILER_RT_REVISION} ${SVN_ROOT}/compiler-rt/${SVN_BRANCH} \
${COMPILER_RT_SRCDIR}
- svn co -r ${LLD_REVISION} ${SVN_ROOT}/lld/trunk ${LLD_SRCDIR}
- svn co -r ${LLDB_REVISION} ${SVN_ROOT}/lldb/trunk ${LLDB_SRCDIR}
- svn co -r ${LLVM_REVISION} ${SVN_ROOT}/llvm/trunk ${LLVM_SRCDIR}
+ svn co -r ${LLD_REVISION} ${SVN_ROOT}/lld/${SVN_BRANCH} ${LLD_SRCDIR}
+ svn co -r ${LLDB_REVISION} ${SVN_ROOT}/lldb/${SVN_BRANCH} ${LLDB_SRCDIR}
+ svn co -r ${LLVM_REVISION} ${SVN_ROOT}/llvm/${SVN_BRANCH} ${LLVM_SRCDIR}
checkout-mclinker:
if [ -d ${MCLINKER_SRCDIR}/.git ]; then \
diff -r b1291af24c45 -r 76c0ceec228f external/bsd/llvm/Makefile.inc
--- a/external/bsd/llvm/Makefile.inc Thu Nov 28 14:19:18 2013 +0000
+++ b/external/bsd/llvm/Makefile.inc Thu Nov 28 14:19:59 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.62 2013/11/11 23:51:36 joerg Exp $
+# $NetBSD: Makefile.inc,v 1.63 2013/11/28 14:19:59 joerg Exp $
.if !defined(LLVM_TOPLEVEL_MK)
LLVM_TOPLEVEL_MK=
@@ -6,8 +6,9 @@
.include <bsd.own.mk>
SVN_ROOT= http://llvm.org/svn/llvm-project
+SVN_BRANCH= branches/release_34
-COMMON_REVISION= 194393
+COMMON_REVISION= 195771
CLANG_REVISION= ${COMMON_REVISION}
COMPILER_RT_REVISION= ${COMMON_REVISION}
LLD_REVISION= ${COMMON_REVISION}
diff -r b1291af24c45 -r 76c0ceec228f external/bsd/llvm/lib/Makefile
--- a/external/bsd/llvm/lib/Makefile Thu Nov 28 14:19:18 2013 +0000
+++ b/external/bsd/llvm/lib/Makefile Thu Nov 28 14:19:59 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2013/10/20 14:53:22 joerg Exp $
+# $NetBSD: Makefile,v 1.36 2013/11/28 14:19:59 joerg Exp $
.include <bsd.own.mk>
@@ -207,6 +207,7 @@
liblldbPluginSymbolFileDWARF \
liblldbPluginSymbolFileSymtab \
liblldbPluginSymbolVendorELF \
+ liblldbPluginSystemRuntimeMacOSX \
liblldbPluginUnwindAssemblyInstEmulation \
liblldbPluginUnwindAssemblyX86 \
liblldbSymbol \
diff -r b1291af24c45 -r 76c0ceec228f external/bsd/llvm/lib/libLLVMAnalysis/Makefile
--- a/external/bsd/llvm/lib/libLLVMAnalysis/Makefile Thu Nov 28 14:19:18 2013 +0000
+++ b/external/bsd/llvm/lib/libLLVMAnalysis/Makefile Thu Nov 28 14:19:59 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2013/10/14 01:37:39 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2013/11/28 14:19:59 joerg Exp $
LIB= LLVMAnalysis
@@ -21,6 +21,7 @@
CodeMetrics.cpp \
ConstantFolding.cpp \
CostModel.cpp \
+ Delinearization.cpp \
DependenceAnalysis.cpp \
DomPrinter.cpp \
DominanceFrontier.cpp \
diff -r b1291af24c45 -r 76c0ceec228f external/bsd/llvm/lib/libLLVMIR/Makefile
--- a/external/bsd/llvm/lib/libLLVMIR/Makefile Thu Nov 28 14:19:18 2013 +0000
+++ b/external/bsd/llvm/lib/libLLVMIR/Makefile Thu Nov 28 14:19:59 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2013/11/11 23:51:36 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2013/11/28 14:19:59 joerg Exp $
LIB= LLVMIR
@@ -34,6 +34,7 @@
Metadata.cpp \
Module.cpp \
Pass.cpp \
+ PassManager.cpp \
PassRegistry.cpp \
PrintModulePass.cpp \
Type.cpp \
diff -r b1291af24c45 -r 76c0ceec228f external/bsd/llvm/lib/libLLVMMipsMCTargetDesc/Makefile
--- a/external/bsd/llvm/lib/libLLVMMipsMCTargetDesc/Makefile Thu Nov 28 14:19:18 2013 +0000
+++ b/external/bsd/llvm/lib/libLLVMMipsMCTargetDesc/Makefile Thu Nov 28 14:19:59 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2013/10/14 01:37:39 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2013/11/28 14:19:59 joerg Exp $
LIB= LLVMMipsMCTargetDesc
@@ -14,7 +14,8 @@
MipsMCAsmInfo.cpp \
MipsMCCodeEmitter.cpp \
MipsMCTargetDesc.cpp \
- MipsReginfo.cpp
+ MipsReginfo.cpp \
+ MipsTargetStreamer.cpp
.if defined(HOSTLIB)
.include <bsd.hostlib.mk>
diff -r b1291af24c45 -r 76c0ceec228f external/bsd/llvm/lib/libLLVMScalarOpts/Makefile
--- a/external/bsd/llvm/lib/libLLVMScalarOpts/Makefile Thu Nov 28 14:19:18 2013 +0000
+++ b/external/bsd/llvm/lib/libLLVMScalarOpts/Makefile Thu Nov 28 14:19:59 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2013/09/21 22:28:12 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2013/11/28 14:19:59 joerg Exp $
LIB= LLVMScalarOpts
@@ -22,6 +22,7 @@
LoopDeletion.cpp \
LoopIdiomRecognize.cpp \
LoopInstSimplify.cpp \
+ LoopRerollPass.cpp \
LoopRotation.cpp \
LoopStrengthReduce.cpp \
LoopUnrollPass.cpp \
@@ -33,6 +34,7 @@
Reg2Mem.cpp \
SCCP.cpp \
SROA.cpp \
+ SampleProfile.cpp \
Scalar.cpp \
ScalarReplAggregates.cpp \
SimplifyCFGPass.cpp \
diff -r b1291af24c45 -r 76c0ceec228f external/bsd/llvm/lib/libclangIndex/Makefile
--- a/external/bsd/llvm/lib/libclangIndex/Makefile Thu Nov 28 14:19:18 2013 +0000
+++ b/external/bsd/llvm/lib/libclangIndex/Makefile Thu Nov 28 14:19:59 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2013/09/02 14:34:56 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2013/11/28 14:19:59 joerg Exp $
LIB= clangIndex
@@ -6,7 +6,8 @@
.PATH: ${CLANG_SRCDIR}/lib/Index
-SRCS+= USRGeneration.cpp
+SRCS+= CommentToXML.cpp \
+ USRGeneration.cpp
.if defined(HOSTLIB)
.include <bsd.hostlib.mk>
diff -r b1291af24c45 -r 76c0ceec228f external/bsd/llvm/lib/liblldCore/Makefile
--- a/external/bsd/llvm/lib/liblldCore/Makefile Thu Nov 28 14:19:18 2013 +0000
+++ b/external/bsd/llvm/lib/liblldCore/Makefile Thu Nov 28 14:19:59 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2013/10/14 01:37:40 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2013/11/28 14:19:59 joerg Exp $
LIB= lldCore
@@ -9,6 +9,7 @@
SRCS+= DefinedAtom.cpp \
Error.cpp \
File.cpp \
+ InputGraph.cpp \
LinkingContext.cpp \
PassManager.cpp \
Resolver.cpp \
diff -r b1291af24c45 -r 76c0ceec228f external/bsd/llvm/lib/liblldDriver/Makefile
--- a/external/bsd/llvm/lib/liblldDriver/Makefile Thu Nov 28 14:19:18 2013 +0000
+++ b/external/bsd/llvm/lib/liblldDriver/Makefile Thu Nov 28 14:19:59 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2013/10/30 20:27:39 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2013/11/28 14:20:00 joerg Exp $
LIB= lldDriver
@@ -10,7 +10,6 @@
DarwinLdDriver.cpp \
Driver.cpp \
GnuLdDriver.cpp \
- InputGraph.cpp \
UniversalDriver.cpp \
WinLinkDriver.cpp
Home |
Main Index |
Thread Index |
Old Index