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 snapshot to r136592. Thi...



details:   https://anonhg.NetBSD.org/src/rev/3a1c28aec87d
branches:  trunk
changeset: 767894:3a1c28aec87d
user:      joerg <joerg%NetBSD.org@localhost>
date:      Tue Aug 02 17:12:38 2011 +0000

description:
Update LLVM/Clang snapshot to r136592. This brings support for
.code32/.code64 on x86.

diffstat:

 external/bsd/llvm/Makefile.inc                            |  6 +++---
 external/bsd/llvm/lib/libLLVMAnalysis/Makefile            |  4 ++--
 external/bsd/llvm/lib/libLLVMCodeGen/Makefile             |  4 ++--
 external/bsd/llvm/lib/libLLVMMC/Makefile                  |  8 ++++----
 external/bsd/llvm/lib/libLLVMMCParser/Makefile            |  4 ++--
 external/bsd/llvm/lib/libLLVMPowerPCCodeGen/Makefile      |  7 ++-----
 external/bsd/llvm/lib/libLLVMPowerPCMCTargetDesc/Makefile |  9 ++++++---
 external/bsd/llvm/lib/libLLVMSupport/Makefile             |  3 ++-
 external/bsd/llvm/lib/libLLVMX86CodeGen/Makefile          |  5 +----
 external/bsd/llvm/lib/libLLVMX86MCTargetDesc/Makefile     |  9 ++++++---
 external/bsd/llvm/lib/libclangSema/Makefile               |  3 ++-
 external/bsd/llvm/lib/libclangStaticAnalyzerCore/Makefile |  4 +---
 12 files changed, 33 insertions(+), 33 deletions(-)

diffs (267 lines):

diff -r 5e393b5bd686 -r 3a1c28aec87d external/bsd/llvm/Makefile.inc
--- a/external/bsd/llvm/Makefile.inc    Tue Aug 02 16:57:16 2011 +0000
+++ b/external/bsd/llvm/Makefile.inc    Tue Aug 02 17:12:38 2011 +0000
@@ -1,12 +1,12 @@
-#      $NetBSD: Makefile.inc,v 1.18 2011/07/25 16:32:43 joerg Exp $
+#      $NetBSD: Makefile.inc,v 1.19 2011/08/02 17:12:38 joerg Exp $
 
 .if !defined(LLVM_TOPLEVEL_MK)
 LLVM_TOPLEVEL_MK=
 
 .include <bsd.own.mk>
 
-LLVM_REVISION= 135906
-CLANG_REVISION=        135906
+LLVM_REVISION= 136592
+CLANG_REVISION=        136592
 
 LLVM_SRCDIR:=  ${.PARSEDIR}/dist/llvm
 CLANG_SRCDIR:= ${.PARSEDIR}/dist/clang
diff -r 5e393b5bd686 -r 3a1c28aec87d external/bsd/llvm/lib/libLLVMAnalysis/Makefile
--- a/external/bsd/llvm/lib/libLLVMAnalysis/Makefile    Tue Aug 02 16:57:16 2011 +0000
+++ b/external/bsd/llvm/lib/libLLVMAnalysis/Makefile    Tue Aug 02 17:12:38 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 2011/07/04 16:10:39 joerg Exp $
+#      $NetBSD: Makefile,v 1.5 2011/08/02 17:12:38 joerg Exp $
 
 LIB=   LLVMAnalysis
 
@@ -13,7 +13,7 @@
        AliasSetTracker.cpp \
        Analysis.cpp \
        BasicAliasAnalysis.cpp \
-       BlockFrequency.cpp \
+       BlockFrequencyInfo.cpp \
        BranchProbabilityInfo.cpp \
        CFGPrinter.cpp \
        CaptureTracking.cpp \
diff -r 5e393b5bd686 -r 3a1c28aec87d external/bsd/llvm/lib/libLLVMCodeGen/Makefile
--- a/external/bsd/llvm/lib/libLLVMCodeGen/Makefile     Tue Aug 02 16:57:16 2011 +0000
+++ b/external/bsd/llvm/lib/libLLVMCodeGen/Makefile     Tue Aug 02 17:12:38 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.5 2011/07/17 20:07:58 joerg Exp $
+#      $NetBSD: Makefile,v 1.6 2011/08/02 17:12:39 joerg Exp $
 
 LIB=   LLVMCodeGen
 
@@ -41,7 +41,7 @@
        LowerSubregs.cpp \
        MachineBasicBlock.cpp \
        MachineBranchProbabilityInfo.cpp \
-       MachineBlockFrequency.cpp \
+       MachineBlockFrequencyInfo.cpp \
        MachineCSE.cpp \
        MachineDominators.cpp \
        MachineFunction.cpp \
diff -r 5e393b5bd686 -r 3a1c28aec87d external/bsd/llvm/lib/libLLVMMC/Makefile
--- a/external/bsd/llvm/lib/libLLVMMC/Makefile  Tue Aug 02 16:57:16 2011 +0000
+++ b/external/bsd/llvm/lib/libLLVMMC/Makefile  Tue Aug 02 17:12:38 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.5 2011/07/25 16:32:43 joerg Exp $
+#      $NetBSD: Makefile,v 1.6 2011/08/02 17:12:39 joerg Exp $
 
 LIB=   LLVMMC
 
@@ -7,6 +7,7 @@
 .PATH: ${LLVM_SRCDIR}/lib/MC
 
 SRCS+= ELFObjectWriter.cpp \
+       MCAsmBackend.cpp \
        MCAsmInfo.cpp \
        MCAsmInfoCOFF.cpp \
        MCAsmInfoDarwin.cpp \
@@ -39,14 +40,13 @@
        MCStreamer.cpp \
        MCSubtargetInfo.cpp \
        MCSymbol.cpp \
+       MCTargetAsmLexer.cpp \
        MCValue.cpp \
        MCWin64EH.cpp \
        MachObjectWriter.cpp \
        WinCOFFStreamer.cpp \
        WinCOFFObjectWriter.cpp \
-       SubtargetFeature.cpp \
-       TargetAsmBackend.cpp \
-       TargetAsmLexer.cpp
+       SubtargetFeature.cpp
 
 .if defined(HOSTLIB)
 .include <bsd.hostlib.mk>
diff -r 5e393b5bd686 -r 3a1c28aec87d external/bsd/llvm/lib/libLLVMMCParser/Makefile
--- a/external/bsd/llvm/lib/libLLVMMCParser/Makefile    Tue Aug 02 16:57:16 2011 +0000
+++ b/external/bsd/llvm/lib/libLLVMMCParser/Makefile    Tue Aug 02 17:12:38 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2011/02/06 01:14:00 joerg Exp $
+#      $NetBSD: Makefile,v 1.2 2011/08/02 17:12:39 joerg Exp $
 
 LIB=   LLVMMCParser
 
@@ -14,7 +14,7 @@
        MCAsmLexer.cpp \
        MCAsmParser.cpp \
        MCAsmParserExtension.cpp \
-       TargetAsmParser.cpp
+       MCTargetAsmParser.cpp
 
 .if defined(HOSTLIB)
 .include <bsd.hostlib.mk>
diff -r 5e393b5bd686 -r 3a1c28aec87d external/bsd/llvm/lib/libLLVMPowerPCCodeGen/Makefile
--- a/external/bsd/llvm/lib/libLLVMPowerPCCodeGen/Makefile      Tue Aug 02 16:57:16 2011 +0000
+++ b/external/bsd/llvm/lib/libLLVMPowerPCCodeGen/Makefile      Tue Aug 02 17:12:38 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2011/07/17 20:07:58 joerg Exp $
+#      $NetBSD: Makefile,v 1.3 2011/08/02 17:12:39 joerg Exp $
 
 LIB=   LLVMPowerPCCodeGen
 
@@ -6,8 +6,7 @@
 
 .PATH: ${LLVM_SRCDIR}/lib/Target/PowerPC
 
-SRCS+= PPCAsmBackend.cpp \
-       PPCAsmPrinter.cpp \
+SRCS+= PPCAsmPrinter.cpp \
        PPCBranchSelector.cpp \
        PPCCodeEmitter.cpp \
        PPCHazardRecognizers.cpp \
@@ -16,9 +15,7 @@
        PPCISelLowering.cpp \
        PPCFrameLowering.cpp \
        PPCJITInfo.cpp \
-       PPCMCCodeEmitter.cpp \
        PPCMCInstLower.cpp \
-       PPCPredicates.cpp \
        PPCRegisterInfo.cpp \
        PPCSubtarget.cpp \
        PPCTargetMachine.cpp \
diff -r 5e393b5bd686 -r 3a1c28aec87d external/bsd/llvm/lib/libLLVMPowerPCMCTargetDesc/Makefile
--- a/external/bsd/llvm/lib/libLLVMPowerPCMCTargetDesc/Makefile Tue Aug 02 16:57:16 2011 +0000
+++ b/external/bsd/llvm/lib/libLLVMPowerPCMCTargetDesc/Makefile Tue Aug 02 17:12:38 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2011/07/17 20:07:58 joerg Exp $
+#      $NetBSD: Makefile,v 1.2 2011/08/02 17:12:39 joerg Exp $
 
 LIB=   LLVMPowerPCMCTargetDesc
 
@@ -9,8 +9,11 @@
 
 .PATH: ${LLVM_SRCDIR}/lib/Target/PowerPC/MCTargetDesc
 
-SRCS+= PPCMCAsmInfo.cpp \
-       PPCMCTargetDesc.cpp
+SRCS+= PPCAsmBackend.cpp \
+       PPCMCAsmInfo.cpp \
+       PPCMCCodeEmitter.cpp \
+       PPCMCTargetDesc.cpp \
+       PPCPredicates.cpp
 
 .if defined(HOSTLIB)
 .include <bsd.hostlib.mk>
diff -r 5e393b5bd686 -r 3a1c28aec87d external/bsd/llvm/lib/libLLVMSupport/Makefile
--- a/external/bsd/llvm/lib/libLLVMSupport/Makefile     Tue Aug 02 16:57:16 2011 +0000
+++ b/external/bsd/llvm/lib/libLLVMSupport/Makefile     Tue Aug 02 17:12:38 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2011/07/25 16:32:44 joerg Exp $
+#      $NetBSD: Makefile,v 1.4 2011/08/02 17:12:39 joerg Exp $
 
 LIB=   LLVMSupport
 
@@ -12,6 +12,7 @@
        APInt.cpp \
        APSInt.cpp \
        Allocator.cpp \
+       BlockFrequency.cpp \
        BranchProbability.cpp \
        circular_raw_ostream.cpp \
        CommandLine.cpp \
diff -r 5e393b5bd686 -r 3a1c28aec87d external/bsd/llvm/lib/libLLVMX86CodeGen/Makefile
--- a/external/bsd/llvm/lib/libLLVMX86CodeGen/Makefile  Tue Aug 02 16:57:16 2011 +0000
+++ b/external/bsd/llvm/lib/libLLVMX86CodeGen/Makefile  Tue Aug 02 17:12:38 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2011/07/17 20:07:58 joerg Exp $
+#      $NetBSD: Makefile,v 1.4 2011/08/02 17:12:39 joerg Exp $
 
 LIB=   LLVMX86CodeGen
 
@@ -7,7 +7,6 @@
 .PATH: ${LLVM_SRCDIR}/lib/Target/X86
 
 SRCS+= SSEDomainFix.cpp \
-       X86AsmBackend.cpp \
        X86AsmPrinter.cpp \
        X86COFFMachineModuleInfo.cpp \
        X86CodeEmitter.cpp \
@@ -19,8 +18,6 @@
        X86ISelLowering.cpp \
        X86InstrInfo.cpp \
        X86JITInfo.cpp \
-       X86MachObjectWriter.cpp \
-       X86MCCodeEmitter.cpp \
        X86MCInstLower.cpp \
        X86RegisterInfo.cpp \
        X86SelectionDAGInfo.cpp \
diff -r 5e393b5bd686 -r 3a1c28aec87d external/bsd/llvm/lib/libLLVMX86MCTargetDesc/Makefile
--- a/external/bsd/llvm/lib/libLLVMX86MCTargetDesc/Makefile     Tue Aug 02 16:57:16 2011 +0000
+++ b/external/bsd/llvm/lib/libLLVMX86MCTargetDesc/Makefile     Tue Aug 02 17:12:38 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2011/07/17 20:07:59 joerg Exp $
+#      $NetBSD: Makefile,v 1.4 2011/08/02 17:12:39 joerg Exp $
 
 LIB=   LLVMX86MCTargetDesc
 
@@ -9,8 +9,11 @@
 X86_OBJDIR!=   cd ${.CURDIR}/../libLLVMX86CodeGen && ${PRINTOBJDIR}
 CPPFLAGS+=     -I${X86_OBJDIR} -I${LLVM_SRCDIR}/lib/Target/X86
 
-SRCS+= X86MCAsmInfo.cpp \
-       X86MCTargetDesc.cpp
+SRCS+= X86AsmBackend.cpp \
+       X86MCAsmInfo.cpp \
+       X86MCCodeEmitter.cpp \
+       X86MCTargetDesc.cpp \
+       X86MachObjectWriter.cpp
 
 .if defined(HOSTLIB)
 .include <bsd.hostlib.mk>
diff -r 5e393b5bd686 -r 3a1c28aec87d external/bsd/llvm/lib/libclangSema/Makefile
--- a/external/bsd/llvm/lib/libclangSema/Makefile       Tue Aug 02 16:57:16 2011 +0000
+++ b/external/bsd/llvm/lib/libclangSema/Makefile       Tue Aug 02 17:12:38 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2011/07/04 16:10:40 joerg Exp $
+#      $NetBSD: Makefile,v 1.4 2011/08/02 17:12:39 joerg Exp $
 
 LIB=   clangSema
 
@@ -30,6 +30,7 @@
        SemaExprCXX.cpp \
        SemaExprObjC.cpp \
        SemaExprMember.cpp \
+       SemaFixItUtils.cpp \
        SemaInit.cpp \
        SemaLookup.cpp \
        SemaObjCProperty.cpp \
diff -r 5e393b5bd686 -r 3a1c28aec87d external/bsd/llvm/lib/libclangStaticAnalyzerCore/Makefile
--- a/external/bsd/llvm/lib/libclangStaticAnalyzerCore/Makefile Tue Aug 02 16:57:16 2011 +0000
+++ b/external/bsd/llvm/lib/libclangStaticAnalyzerCore/Makefile Tue Aug 02 17:12:38 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2011/03/18 23:32:04 joerg Exp $
+#      $NetBSD: Makefile,v 1.3 2011/08/02 17:12:40 joerg Exp $
 
 LIB=   clangStaticAnalyzerCore
 
@@ -9,7 +9,6 @@
 SRCS+= AggExprVisitor.cpp \
        AnalysisManager.cpp \
        BasicConstraintManager.cpp \
-       BasicStore.cpp \
        BasicValueFactory.cpp \
        BlockCounter.cpp \
        BugReporter.cpp \
@@ -23,7 +22,6 @@
        Environment.cpp \
        ExplodedGraph.cpp \
        ExprEngine.cpp \
-       FlatStore.cpp \
        GRState.cpp \
        HTMLDiagnostics.cpp \
        MemRegion.cpp \



Home | Main Index | Thread Index | Old Index