[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-6156-g094ec9b

Török Edvin edwin at clamav.net
Sun Apr 4 01:06:39 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit 0db264937568be8b340a128efbf633dc0412e079
Author: Török Edvin <edwin at clamav.net>
Date:   Fri Oct 2 12:08:51 2009 +0300

    Update build system, XFAIL tests that need opt (not built).

diff --git a/libclamav/c++/Makefile.am b/libclamav/c++/Makefile.am
index ccd1996..9a1a8ae 100644
--- a/libclamav/c++/Makefile.am
+++ b/libclamav/c++/Makefile.am
@@ -142,6 +142,7 @@ libllvmsupport_la_SOURCES=\
     llvm/lib/Support/StringExtras.cpp\
     llvm/lib/Support/StringMap.cpp\
     llvm/lib/Support/StringPool.cpp\
+    llvm/lib/Support/StringRef.cpp\
     llvm/lib/Support/SystemUtils.cpp\
     llvm/lib/Support/TargetRegistry.cpp\
     llvm/lib/Support/Timer.cpp\
@@ -286,6 +287,7 @@ libllvmtargetx86_la_SOURCES=\
     llvm/lib/Target/X86/X86Subtarget.cpp\
     llvm/lib/Target/X86/X86TargetMachine.cpp\
     llvm/lib/Target/X86/X86FastISel.cpp\
+    llvm/lib/Target/X86/X86TargetObjectFile.cpp\
     llvm/lib/Target/X86/TargetInfo/X86TargetInfo.cpp
 endif
 
@@ -497,7 +499,9 @@ libllvmipa_la_SOURCES=\
  llvm/lib/Analysis/LoopDependenceAnalysis.cpp\
  llvm/lib/Analysis/LoopInfo.cpp\
  llvm/lib/Analysis/LoopPass.cpp\
+ llvm/lib/Analysis/MallocHelper.cpp\
  llvm/lib/Analysis/MemoryDependenceAnalysis.cpp\
+ llvm/lib/Analysis/ProfileInfo.cpp\
  llvm/lib/Analysis/ScalarEvolution.cpp\
  llvm/lib/Analysis/ScalarEvolutionExpander.cpp\
  llvm/lib/Analysis/ValueTracking.cpp\
@@ -510,6 +514,8 @@ libllvmcodegen_la_SOURCES=\
   llvm/lib/CodeGen/CodePlacementOpt.cpp\
   llvm/lib/CodeGen/DeadMachineInstructionElim.cpp\
   llvm/lib/CodeGen/DwarfEHPrepare.cpp\
+  llvm/lib/CodeGen/ELFCodeEmitter.cpp\
+  llvm/lib/CodeGen/ELFWriter.cpp\
   llvm/lib/CodeGen/ExactHazardRecognizer.cpp\
   llvm/lib/CodeGen/GCMetadata.cpp\
   llvm/lib/CodeGen/GCMetadataPrinter.cpp\
@@ -533,6 +539,7 @@ libllvmcodegen_la_SOURCES=\
  llvm/lib/CodeGen/MachineLICM.cpp\
  llvm/lib/CodeGen/MachineLoopInfo.cpp\
  llvm/lib/CodeGen/MachineModuleInfo.cpp\
+ llvm/lib/CodeGen/MachineModuleInfoImpls.cpp\
  llvm/lib/CodeGen/MachinePassRegistry.cpp\
  llvm/lib/CodeGen/MachineRegisterInfo.cpp\
  llvm/lib/CodeGen/MachineSink.cpp\
@@ -548,7 +555,6 @@ libllvmcodegen_la_SOURCES=\
  llvm/lib/CodeGen/RegAllocLinearScan.cpp\
  llvm/lib/CodeGen/RegAllocLocal.cpp\
  llvm/lib/CodeGen/RegAllocPBQP.cpp\
- llvm/lib/CodeGen/RegAllocSimple.cpp\
  llvm/lib/CodeGen/RegisterCoalescer.cpp\
  llvm/lib/CodeGen/RegisterScavenging.cpp\
  llvm/lib/CodeGen/ScheduleDAG.cpp\
@@ -574,6 +580,7 @@ libllvmscalar_la_CPPFLAGS=$(LLVM_INCLUDES) $(LLVM_DEFS)
 libllvmscalar_la_CXXFLAGS=$(LLVM_CXXFLAGS) -fno-exceptions
 libllvmscalar_la_SOURCES=\
  llvm/lib/Transforms/Scalar/CodeGenPrepare.cpp\
+ llvm/lib/Transforms/Scalar/CodeGenLICM.cpp\
  llvm/lib/Transforms/Scalar/DCE.cpp\
  llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
 
@@ -584,6 +591,7 @@ libllvmtransformutils_la_SOURCES=\
   llvm/lib/Transforms/Utils/BasicBlockUtils.cpp\
   llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp\
   llvm/lib/Transforms/Utils/DemoteRegToStack.cpp\
+  llvm/lib/Transforms/Utils/LCSSA.cpp\
   llvm/lib/Transforms/Utils/Local.cpp\
   llvm/lib/Transforms/Utils/LoopSimplify.cpp\
   llvm/lib/Transforms/Utils/LowerAllocations.cpp\
@@ -600,6 +608,7 @@ libllvmexecutionengine_la_SOURCES=\
  llvm/lib/ExecutionEngine/ExecutionEngine.cpp\
  llvm/lib/ExecutionEngine/JIT/Intercept.cpp\
  llvm/lib/ExecutionEngine/JIT/JIT.cpp\
+ llvm/lib/ExecutionEngine/JIT/JITDebugRegisterer.cpp\
  llvm/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp\
  llvm/lib/ExecutionEngine/JIT/JITEmitter.cpp\
  llvm/lib/ExecutionEngine/JIT/JITMemoryManager.cpp\
@@ -652,7 +661,7 @@ libgoogletest_la_SOURCES=\
     llvm/utils/unittest/googletest/gtest-test-part.cc\
     llvm/utils/unittest/googletest/gtest-typed-test.cc\
     llvm/utils/unittest/googletest/gtest.cc\
-    llvm/unittests/TestMain.cpp
+    llvm/utils/unittest/UnitTestMain/TestMain.cpp
 
 llvmunittest_ADT_CPPFLAGS=$(LLVM_INCLUDES) $(LLVM_DEFS) -I$(top_srcdir)/llvm/utils/unittest/googletest/include
 llvmunittest_ADT_CXXFLAGS=$(LLVM_CXXFLAGS) -fno-exceptions -Wno-variadic-macros
@@ -706,8 +715,21 @@ llvmunittest_ExecutionEngine_LDADD=libgoogletest.la libllvminterpreter.la $(libc
 llvmunittest_ExecutionEngine_SOURCES=\
     llvm/unittests/ExecutionEngine/ExecutionEngineTest.cpp
 
+count_CPPFLAGS=$(LLVM_INCLUDES) $(LLVM_DEFS)
+count_SOURCES=llvm/utils/count/count.c
+count_LDADD=libllvmsystem.la
+not_CPPFLAGS=$(LLVM_INCLUDES) $(LLVM_DEFS)
+not_CXXFLAGS=$(LLVM_CXXFLAGS)
+not_SOURCES=llvm/utils/not/not.cpp
+not_LDADD=libllvmsystem.la
+
+FileCheck_CPPFLAGS=$(LLVM_INCLUDES) $(LLVM_DEFS)
+FileCheck_CXXFLAGS=$(LLVM_CXXFLAGS)
+FileCheck_LDADD=libllvmsupport.la libllvmsystem.la 
+FileCheck_SOURCES=llvm/utils/FileCheck/FileCheck.cpp
+
 check_LTLIBRARIES=libllvmbitreader.la libllvmasmprinter.la libllvmbitwriter.la libllvmasmparser.la libgoogletest.la libllvminterpreter.la
-check_PROGRAMS=lli llc llvm-as llvmunittest_ADT llvmunittest_Support llvmunittest_VMCore llvmunittest_ExecutionEngine llvmunittest_JIT
+check_PROGRAMS=count not lli llc llvm-as llvmunittest_ADT llvmunittest_Support llvmunittest_VMCore llvmunittest_ExecutionEngine llvmunittest_JIT FileCheck
 check_SCRIPTS=llvmdejagnu.sh
 TESTS_ENVIRONMENT=export GMAKE=@GMAKE@;
 TESTS=llvmunittest_ADT llvmunittest_Support llvmunittest_VMCore llvmunittest_ExecutionEngine llvmunittest_JIT
@@ -725,9 +747,11 @@ libllvmasmprinter_la_SOURCES=\
 
 if BUILD_X86
 libllvmasmprinter_la_SOURCES+=llvm/lib/Target/X86/AsmPrinter/X86AsmPrinter.cpp\
-    llvm/lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp\
     llvm/lib/Target/X86/AsmPrinter/X86ATTInstPrinter.cpp\
-    llvm/lib/Target/X86/AsmPrinter/X86IntelAsmPrinter.cpp
+    llvm/lib/Target/X86/AsmPrinter/X86IntelInstPrinter.cpp\
+    llvm/lib/Target/X86/AsmPrinter/X86AsmPrinter.cpp\
+    llvm/lib/Target/X86/AsmPrinter/X86MCInstLower.cpp\
+    llvm/lib/Target/X86/X86COFFMachineModuleInfo.cpp
 endif
 
 if BUILD_PPC
@@ -746,8 +770,9 @@ lli_SOURCES=\
 
 llc_CPPFLAGS=$(LLVM_INCLUDES) $(LLVM_DEFS)
 llc_CXXFLAGS=$(LLVM_CXXFLAGS)
-llc_LDADD=libllvmbitreader.la libllvmasmprinter.la $(libclamavcxx_la_LIBADD)
+llc_LDADD=libllvmbitreader.la libllvmasmparser.la libllvmasmprinter.la $(libclamavcxx_la_LIBADD)
 llc_SOURCES=\
+    llvm/lib/MC/MCInstPrinter.cpp\
     llvm/tools/llc/llc.cpp
 
 llvm_as_CPPFLAGS=$(LLVM_INCLUDES) $(LLVM_DEFS)
diff --git a/libclamav/c++/Makefile.in b/libclamav/c++/Makefile.in
index 2346f9e..7c2ee75 100644
--- a/libclamav/c++/Makefile.in
+++ b/libclamav/c++/Makefile.in
@@ -67,19 +67,21 @@ target_triplet = @target@
 @BUILD_ARM_TRUE at am__append_9 = ARMGenRegisterInfo.h.inc ARMGenRegisterNames.inc ARMGenRegisterInfo.inc ARMGenInstrNames.inc ARMGenInstrInfo.inc ARMGenCodeEmitter.inc\
 @BUILD_ARM_TRUE@    ARMGenAsmWriter.inc ARMGenDAGISel.inc ARMGenCallingConv.inc ARMGenSubtarget.inc
 
-check_PROGRAMS = lli$(EXEEXT) llc$(EXEEXT) llvm-as$(EXEEXT) \
-	llvmunittest_ADT$(EXEEXT) llvmunittest_Support$(EXEEXT) \
-	llvmunittest_VMCore$(EXEEXT) \
+check_PROGRAMS = count$(EXEEXT) not$(EXEEXT) lli$(EXEEXT) llc$(EXEEXT) \
+	llvm-as$(EXEEXT) llvmunittest_ADT$(EXEEXT) \
+	llvmunittest_Support$(EXEEXT) llvmunittest_VMCore$(EXEEXT) \
 	llvmunittest_ExecutionEngine$(EXEEXT) \
-	llvmunittest_JIT$(EXEEXT)
+	llvmunittest_JIT$(EXEEXT) FileCheck$(EXEEXT)
 TESTS = llvmunittest_ADT$(EXEEXT) llvmunittest_Support$(EXEEXT) \
 	llvmunittest_VMCore$(EXEEXT) \
 	llvmunittest_ExecutionEngine$(EXEEXT) \
 	llvmunittest_JIT$(EXEEXT)
 @BUILD_X86_TRUE at am__append_10 = llvm/lib/Target/X86/AsmPrinter/X86AsmPrinter.cpp\
- at BUILD_X86_TRUE@    llvm/lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp\
 @BUILD_X86_TRUE@    llvm/lib/Target/X86/AsmPrinter/X86ATTInstPrinter.cpp\
- at BUILD_X86_TRUE@    llvm/lib/Target/X86/AsmPrinter/X86IntelAsmPrinter.cpp
+ at BUILD_X86_TRUE@    llvm/lib/Target/X86/AsmPrinter/X86IntelInstPrinter.cpp\
+ at BUILD_X86_TRUE@    llvm/lib/Target/X86/AsmPrinter/X86AsmPrinter.cpp\
+ at BUILD_X86_TRUE@    llvm/lib/Target/X86/AsmPrinter/X86MCInstLower.cpp\
+ at BUILD_X86_TRUE@    llvm/lib/Target/X86/X86COFFMachineModuleInfo.cpp
 
 @BUILD_PPC_TRUE at am__append_11 = llvm/lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp
 @BUILD_ARM_TRUE at am__append_12 = llvm/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
@@ -146,15 +148,18 @@ am__libllvmasmprinter_la_SOURCES_DIST =  \
 	llvm/lib/CodeGen/MachOCodeEmitter.cpp \
 	llvm/lib/CodeGen/MachOWriter.cpp \
 	llvm/lib/Target/X86/AsmPrinter/X86AsmPrinter.cpp \
-	llvm/lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp \
 	llvm/lib/Target/X86/AsmPrinter/X86ATTInstPrinter.cpp \
-	llvm/lib/Target/X86/AsmPrinter/X86IntelAsmPrinter.cpp \
+	llvm/lib/Target/X86/AsmPrinter/X86IntelInstPrinter.cpp \
+	llvm/lib/Target/X86/AsmPrinter/X86MCInstLower.cpp \
+	llvm/lib/Target/X86/X86COFFMachineModuleInfo.cpp \
 	llvm/lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp \
 	llvm/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
 @BUILD_X86_TRUE at am__objects_1 = libllvmasmprinter_la-X86AsmPrinter.lo \
- at BUILD_X86_TRUE@	libllvmasmprinter_la-X86ATTAsmPrinter.lo \
 @BUILD_X86_TRUE@	libllvmasmprinter_la-X86ATTInstPrinter.lo \
- at BUILD_X86_TRUE@	libllvmasmprinter_la-X86IntelAsmPrinter.lo
+ at BUILD_X86_TRUE@	libllvmasmprinter_la-X86IntelInstPrinter.lo \
+ at BUILD_X86_TRUE@	libllvmasmprinter_la-X86AsmPrinter.lo \
+ at BUILD_X86_TRUE@	libllvmasmprinter_la-X86MCInstLower.lo \
+ at BUILD_X86_TRUE@	libllvmasmprinter_la-X86COFFMachineModuleInfo.lo
 @BUILD_PPC_TRUE at am__objects_2 = libllvmasmprinter_la-PPCAsmPrinter.lo
 @BUILD_ARM_TRUE at am__objects_3 = libllvmasmprinter_la-ARMAsmPrinter.lo
 am_libllvmasmprinter_la_OBJECTS =  \
@@ -198,6 +203,8 @@ am_libllvmcodegen_la_OBJECTS = libllvmcodegen_la-BranchFolding.lo \
 	libllvmcodegen_la-CodePlacementOpt.lo \
 	libllvmcodegen_la-DeadMachineInstructionElim.lo \
 	libllvmcodegen_la-DwarfEHPrepare.lo \
+	libllvmcodegen_la-ELFCodeEmitter.lo \
+	libllvmcodegen_la-ELFWriter.lo \
 	libllvmcodegen_la-ExactHazardRecognizer.lo \
 	libllvmcodegen_la-GCMetadata.lo \
 	libllvmcodegen_la-GCMetadataPrinter.lo \
@@ -221,6 +228,7 @@ am_libllvmcodegen_la_OBJECTS = libllvmcodegen_la-BranchFolding.lo \
 	libllvmcodegen_la-MachineLICM.lo \
 	libllvmcodegen_la-MachineLoopInfo.lo \
 	libllvmcodegen_la-MachineModuleInfo.lo \
+	libllvmcodegen_la-MachineModuleInfoImpls.lo \
 	libllvmcodegen_la-MachinePassRegistry.lo \
 	libllvmcodegen_la-MachineRegisterInfo.lo \
 	libllvmcodegen_la-MachineSink.lo \
@@ -236,7 +244,6 @@ am_libllvmcodegen_la_OBJECTS = libllvmcodegen_la-BranchFolding.lo \
 	libllvmcodegen_la-RegAllocLinearScan.lo \
 	libllvmcodegen_la-RegAllocLocal.lo \
 	libllvmcodegen_la-RegAllocPBQP.lo \
-	libllvmcodegen_la-RegAllocSimple.lo \
 	libllvmcodegen_la-RegisterCoalescer.lo \
 	libllvmcodegen_la-RegisterScavenging.lo \
 	libllvmcodegen_la-ScheduleDAG.lo \
@@ -288,6 +295,7 @@ am_libllvmexecutionengine_la_OBJECTS =  \
 	libllvmexecutionengine_la-ExecutionEngine.lo \
 	libllvmexecutionengine_la-Intercept.lo \
 	libllvmexecutionengine_la-JIT.lo \
+	libllvmexecutionengine_la-JITDebugRegisterer.lo \
 	libllvmexecutionengine_la-JITDwarfEmitter.lo \
 	libllvmexecutionengine_la-JITEmitter.lo \
 	libllvmexecutionengine_la-JITMemoryManager.lo \
@@ -318,8 +326,9 @@ am_libllvmipa_la_OBJECTS = libllvmipa_la-AliasAnalysis.lo \
 	libllvmipa_la-IVUsers.lo libllvmipa_la-LiveValues.lo \
 	libllvmipa_la-LoopDependenceAnalysis.lo \
 	libllvmipa_la-LoopInfo.lo libllvmipa_la-LoopPass.lo \
+	libllvmipa_la-MallocHelper.lo \
 	libllvmipa_la-MemoryDependenceAnalysis.lo \
-	libllvmipa_la-ScalarEvolution.lo \
+	libllvmipa_la-ProfileInfo.lo libllvmipa_la-ScalarEvolution.lo \
 	libllvmipa_la-ScalarEvolutionExpander.lo \
 	libllvmipa_la-ValueTracking.lo libllvmipa_la-CallGraph.lo
 libllvmipa_la_OBJECTS = $(am_libllvmipa_la_OBJECTS)
@@ -345,7 +354,8 @@ libllvmmc_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 libllvmscalar_la_LIBADD =
 am_libllvmscalar_la_OBJECTS = libllvmscalar_la-CodeGenPrepare.lo \
-	libllvmscalar_la-DCE.lo libllvmscalar_la-LoopStrengthReduce.lo
+	libllvmscalar_la-CodeGenLICM.lo libllvmscalar_la-DCE.lo \
+	libllvmscalar_la-LoopStrengthReduce.lo
 libllvmscalar_la_OBJECTS = $(am_libllvmscalar_la_OBJECTS)
 libllvmscalar_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
 	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
@@ -399,6 +409,7 @@ am_libllvmsupport_la_OBJECTS = libllvmsupport_la-APFloat.lo \
 	libllvmsupport_la-SourceMgr.lo libllvmsupport_la-Statistic.lo \
 	libllvmsupport_la-StringExtras.lo \
 	libllvmsupport_la-StringMap.lo libllvmsupport_la-StringPool.lo \
+	libllvmsupport_la-StringRef.lo \
 	libllvmsupport_la-SystemUtils.lo \
 	libllvmsupport_la-TargetRegistry.lo libllvmsupport_la-Timer.lo \
 	libllvmsupport_la-Triple.lo libllvmsupport_la-Twine.lo \
@@ -549,6 +560,7 @@ am__libllvmtargetx86_la_SOURCES_DIST =  \
 	llvm/lib/Target/X86/X86Subtarget.cpp \
 	llvm/lib/Target/X86/X86TargetMachine.cpp \
 	llvm/lib/Target/X86/X86FastISel.cpp \
+	llvm/lib/Target/X86/X86TargetObjectFile.cpp \
 	llvm/lib/Target/X86/TargetInfo/X86TargetInfo.cpp
 @BUILD_X86_TRUE at am_libllvmtargetx86_la_OBJECTS =  \
 @BUILD_X86_TRUE@	libllvmtargetx86_la-X86CodeEmitter.lo \
@@ -564,6 +576,7 @@ am__libllvmtargetx86_la_SOURCES_DIST =  \
 @BUILD_X86_TRUE@	libllvmtargetx86_la-X86Subtarget.lo \
 @BUILD_X86_TRUE@	libllvmtargetx86_la-X86TargetMachine.lo \
 @BUILD_X86_TRUE@	libllvmtargetx86_la-X86FastISel.lo \
+ at BUILD_X86_TRUE@	libllvmtargetx86_la-X86TargetObjectFile.lo \
 @BUILD_X86_TRUE@	libllvmtargetx86_la-X86TargetInfo.lo
 libllvmtargetx86_la_OBJECTS = $(am_libllvmtargetx86_la_OBJECTS)
 libllvmtargetx86_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
@@ -577,6 +590,7 @@ am_libllvmtransformutils_la_OBJECTS =  \
 	libllvmtransformutils_la-BasicBlockUtils.lo \
 	libllvmtransformutils_la-BreakCriticalEdges.lo \
 	libllvmtransformutils_la-DemoteRegToStack.lo \
+	libllvmtransformutils_la-LCSSA.lo \
 	libllvmtransformutils_la-Local.lo \
 	libllvmtransformutils_la-LoopSimplify.lo \
 	libllvmtransformutils_la-LowerAllocations.lo \
@@ -593,10 +607,19 @@ libllvmtransformutils_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
 	$(libllvmtransformutils_la_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
 	$(LDFLAGS) -o $@
 PROGRAMS = $(noinst_PROGRAMS)
-am_llc_OBJECTS = llc-llc.$(OBJEXT)
+am_FileCheck_OBJECTS = FileCheck-FileCheck.$(OBJEXT)
+FileCheck_OBJECTS = $(am_FileCheck_OBJECTS)
+FileCheck_DEPENDENCIES = libllvmsupport.la libllvmsystem.la
+FileCheck_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
+	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(FileCheck_CXXFLAGS) \
+	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
+am_count_OBJECTS = count-count.$(OBJEXT)
+count_OBJECTS = $(am_count_OBJECTS)
+count_DEPENDENCIES = libllvmsystem.la
+am_llc_OBJECTS = llc-MCInstPrinter.$(OBJEXT) llc-llc.$(OBJEXT)
 llc_OBJECTS = $(am_llc_OBJECTS)
-llc_DEPENDENCIES = libllvmbitreader.la libllvmasmprinter.la \
-	$(libclamavcxx_la_LIBADD)
+llc_DEPENDENCIES = libllvmbitreader.la libllvmasmparser.la \
+	libllvmasmprinter.la $(libclamavcxx_la_LIBADD)
 llc_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
 	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(llc_CXXFLAGS) \
 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
@@ -682,6 +705,12 @@ llvmunittest_VMCore_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
 	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
 	$(llvmunittest_VMCore_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
 	$(LDFLAGS) -o $@
+am_not_OBJECTS = not-not.$(OBJEXT)
+not_OBJECTS = $(am_not_OBJECTS)
+not_DEPENDENCIES = libllvmsystem.la
+not_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
+	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(not_CXXFLAGS) \
+	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 am_tblgen_OBJECTS = tblgen-AsmMatcherEmitter.$(OBJEXT) \
 	tblgen-AsmWriterEmitter.$(OBJEXT) \
 	tblgen-CallingConvEmitter.$(OBJEXT) \
@@ -757,11 +786,13 @@ SOURCES = $(libclamavcxx_la_SOURCES) $(libgoogletest_la_SOURCES) \
 	$(libllvmsystem_la_SOURCES) $(libllvmtarget_la_SOURCES) \
 	$(libllvmtargetarm_la_SOURCES) $(libllvmtargetppc_la_SOURCES) \
 	$(libllvmtargetx86_la_SOURCES) \
-	$(libllvmtransformutils_la_SOURCES) $(llc_SOURCES) \
-	$(lli_SOURCES) $(llvm_as_SOURCES) $(llvmunittest_ADT_SOURCES) \
+	$(libllvmtransformutils_la_SOURCES) $(FileCheck_SOURCES) \
+	$(count_SOURCES) $(llc_SOURCES) $(lli_SOURCES) \
+	$(llvm_as_SOURCES) $(llvmunittest_ADT_SOURCES) \
 	$(llvmunittest_ExecutionEngine_SOURCES) \
 	$(llvmunittest_JIT_SOURCES) $(llvmunittest_Support_SOURCES) \
-	$(llvmunittest_VMCore_SOURCES) $(tblgen_SOURCES)
+	$(llvmunittest_VMCore_SOURCES) $(not_SOURCES) \
+	$(tblgen_SOURCES)
 DIST_SOURCES = $(libclamavcxx_la_SOURCES) $(libgoogletest_la_SOURCES) \
 	$(libllvmasmparser_la_SOURCES) \
 	$(am__libllvmasmprinter_la_SOURCES_DIST) \
@@ -775,11 +806,13 @@ DIST_SOURCES = $(libclamavcxx_la_SOURCES) $(libgoogletest_la_SOURCES) \
 	$(am__libllvmtargetarm_la_SOURCES_DIST) \
 	$(am__libllvmtargetppc_la_SOURCES_DIST) \
 	$(am__libllvmtargetx86_la_SOURCES_DIST) \
-	$(libllvmtransformutils_la_SOURCES) $(llc_SOURCES) \
-	$(lli_SOURCES) $(llvm_as_SOURCES) $(llvmunittest_ADT_SOURCES) \
+	$(libllvmtransformutils_la_SOURCES) $(FileCheck_SOURCES) \
+	$(count_SOURCES) $(llc_SOURCES) $(lli_SOURCES) \
+	$(llvm_as_SOURCES) $(llvmunittest_ADT_SOURCES) \
 	$(llvmunittest_ExecutionEngine_SOURCES) \
 	$(llvmunittest_JIT_SOURCES) $(llvmunittest_Support_SOURCES) \
-	$(llvmunittest_VMCore_SOURCES) $(tblgen_SOURCES)
+	$(llvmunittest_VMCore_SOURCES) $(not_SOURCES) \
+	$(tblgen_SOURCES)
 ETAGS = etags
 CTAGS = ctags
 # If stdout is a non-dumb tty, use colors.  If test -t is not supported,
@@ -1042,6 +1075,7 @@ libllvmsupport_la_SOURCES = \
     llvm/lib/Support/StringExtras.cpp\
     llvm/lib/Support/StringMap.cpp\
     llvm/lib/Support/StringPool.cpp\
+    llvm/lib/Support/StringRef.cpp\
     llvm/lib/Support/SystemUtils.cpp\
     llvm/lib/Support/TargetRegistry.cpp\
     llvm/lib/Support/Timer.cpp\
@@ -1143,6 +1177,7 @@ BUILT_SOURCES = llvm/include/llvm/Intrinsics.gen $(am__append_7) \
 @BUILD_X86_TRUE@    llvm/lib/Target/X86/X86Subtarget.cpp\
 @BUILD_X86_TRUE@    llvm/lib/Target/X86/X86TargetMachine.cpp\
 @BUILD_X86_TRUE@    llvm/lib/Target/X86/X86FastISel.cpp\
+ at BUILD_X86_TRUE@    llvm/lib/Target/X86/X86TargetObjectFile.cpp\
 @BUILD_X86_TRUE@    llvm/lib/Target/X86/TargetInfo/X86TargetInfo.cpp
 
 
@@ -1282,7 +1317,9 @@ libllvmipa_la_SOURCES = \
  llvm/lib/Analysis/LoopDependenceAnalysis.cpp\
  llvm/lib/Analysis/LoopInfo.cpp\
  llvm/lib/Analysis/LoopPass.cpp\
+ llvm/lib/Analysis/MallocHelper.cpp\
  llvm/lib/Analysis/MemoryDependenceAnalysis.cpp\
+ llvm/lib/Analysis/ProfileInfo.cpp\
  llvm/lib/Analysis/ScalarEvolution.cpp\
  llvm/lib/Analysis/ScalarEvolutionExpander.cpp\
  llvm/lib/Analysis/ValueTracking.cpp\
@@ -1295,6 +1332,8 @@ libllvmcodegen_la_SOURCES = \
   llvm/lib/CodeGen/CodePlacementOpt.cpp\
   llvm/lib/CodeGen/DeadMachineInstructionElim.cpp\
   llvm/lib/CodeGen/DwarfEHPrepare.cpp\
+  llvm/lib/CodeGen/ELFCodeEmitter.cpp\
+  llvm/lib/CodeGen/ELFWriter.cpp\
   llvm/lib/CodeGen/ExactHazardRecognizer.cpp\
   llvm/lib/CodeGen/GCMetadata.cpp\
   llvm/lib/CodeGen/GCMetadataPrinter.cpp\
@@ -1318,6 +1357,7 @@ libllvmcodegen_la_SOURCES = \
  llvm/lib/CodeGen/MachineLICM.cpp\
  llvm/lib/CodeGen/MachineLoopInfo.cpp\
  llvm/lib/CodeGen/MachineModuleInfo.cpp\
+ llvm/lib/CodeGen/MachineModuleInfoImpls.cpp\
  llvm/lib/CodeGen/MachinePassRegistry.cpp\
  llvm/lib/CodeGen/MachineRegisterInfo.cpp\
  llvm/lib/CodeGen/MachineSink.cpp\
@@ -1333,7 +1373,6 @@ libllvmcodegen_la_SOURCES = \
  llvm/lib/CodeGen/RegAllocLinearScan.cpp\
  llvm/lib/CodeGen/RegAllocLocal.cpp\
  llvm/lib/CodeGen/RegAllocPBQP.cpp\
- llvm/lib/CodeGen/RegAllocSimple.cpp\
  llvm/lib/CodeGen/RegisterCoalescer.cpp\
  llvm/lib/CodeGen/RegisterScavenging.cpp\
  llvm/lib/CodeGen/ScheduleDAG.cpp\
@@ -1358,6 +1397,7 @@ libllvmscalar_la_CPPFLAGS = $(LLVM_INCLUDES) $(LLVM_DEFS)
 libllvmscalar_la_CXXFLAGS = $(LLVM_CXXFLAGS) -fno-exceptions
 libllvmscalar_la_SOURCES = \
  llvm/lib/Transforms/Scalar/CodeGenPrepare.cpp\
+ llvm/lib/Transforms/Scalar/CodeGenLICM.cpp\
  llvm/lib/Transforms/Scalar/DCE.cpp\
  llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
 
@@ -1368,6 +1408,7 @@ libllvmtransformutils_la_SOURCES = \
   llvm/lib/Transforms/Utils/BasicBlockUtils.cpp\
   llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp\
   llvm/lib/Transforms/Utils/DemoteRegToStack.cpp\
+  llvm/lib/Transforms/Utils/LCSSA.cpp\
   llvm/lib/Transforms/Utils/Local.cpp\
   llvm/lib/Transforms/Utils/LoopSimplify.cpp\
   llvm/lib/Transforms/Utils/LowerAllocations.cpp\
@@ -1384,6 +1425,7 @@ libllvmexecutionengine_la_SOURCES = \
  llvm/lib/ExecutionEngine/ExecutionEngine.cpp\
  llvm/lib/ExecutionEngine/JIT/Intercept.cpp\
  llvm/lib/ExecutionEngine/JIT/JIT.cpp\
+ llvm/lib/ExecutionEngine/JIT/JITDebugRegisterer.cpp\
  llvm/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp\
  llvm/lib/ExecutionEngine/JIT/JITEmitter.cpp\
  llvm/lib/ExecutionEngine/JIT/JITMemoryManager.cpp\
@@ -1436,7 +1478,7 @@ libgoogletest_la_SOURCES = \
     llvm/utils/unittest/googletest/gtest-test-part.cc\
     llvm/utils/unittest/googletest/gtest-typed-test.cc\
     llvm/utils/unittest/googletest/gtest.cc\
-    llvm/unittests/TestMain.cpp
+    llvm/utils/unittest/UnitTestMain/TestMain.cpp
 
 llvmunittest_ADT_CPPFLAGS = $(LLVM_INCLUDES) $(LLVM_DEFS) -I$(top_srcdir)/llvm/utils/unittest/googletest/include
 llvmunittest_ADT_CXXFLAGS = $(LLVM_CXXFLAGS) -fno-exceptions -Wno-variadic-macros
@@ -1490,6 +1532,17 @@ llvmunittest_ExecutionEngine_LDADD = libgoogletest.la libllvminterpreter.la $(li
 llvmunittest_ExecutionEngine_SOURCES = \
     llvm/unittests/ExecutionEngine/ExecutionEngineTest.cpp
 
+count_CPPFLAGS = $(LLVM_INCLUDES) $(LLVM_DEFS)
+count_SOURCES = llvm/utils/count/count.c
+count_LDADD = libllvmsystem.la
+not_CPPFLAGS = $(LLVM_INCLUDES) $(LLVM_DEFS)
+not_CXXFLAGS = $(LLVM_CXXFLAGS)
+not_SOURCES = llvm/utils/not/not.cpp
+not_LDADD = libllvmsystem.la
+FileCheck_CPPFLAGS = $(LLVM_INCLUDES) $(LLVM_DEFS)
+FileCheck_CXXFLAGS = $(LLVM_CXXFLAGS)
+FileCheck_LDADD = libllvmsupport.la libllvmsystem.la 
+FileCheck_SOURCES = llvm/utils/FileCheck/FileCheck.cpp
 check_LTLIBRARIES = libllvmbitreader.la libllvmasmprinter.la libllvmbitwriter.la libllvmasmparser.la libgoogletest.la libllvminterpreter.la
 check_SCRIPTS = llvmdejagnu.sh
 TESTS_ENVIRONMENT = export GMAKE=@GMAKE@;
@@ -1512,8 +1565,9 @@ lli_SOURCES = \
 
 llc_CPPFLAGS = $(LLVM_INCLUDES) $(LLVM_DEFS)
 llc_CXXFLAGS = $(LLVM_CXXFLAGS)
-llc_LDADD = libllvmbitreader.la libllvmasmprinter.la $(libclamavcxx_la_LIBADD)
+llc_LDADD = libllvmbitreader.la libllvmasmparser.la libllvmasmprinter.la $(libclamavcxx_la_LIBADD)
 llc_SOURCES = \
+    llvm/lib/MC/MCInstPrinter.cpp\
     llvm/tools/llc/llc.cpp
 
 llvm_as_CPPFLAGS = $(LLVM_INCLUDES) $(LLVM_DEFS)
@@ -1656,6 +1710,12 @@ clean-noinstPROGRAMS:
 	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 	echo " rm -f" $$list; \
 	rm -f $$list
+FileCheck$(EXEEXT): $(FileCheck_OBJECTS) $(FileCheck_DEPENDENCIES) 
+	@rm -f FileCheck$(EXEEXT)
+	$(AM_V_CXXLD)$(FileCheck_LINK) $(FileCheck_OBJECTS) $(FileCheck_LDADD) $(LIBS)
+count$(EXEEXT): $(count_OBJECTS) $(count_DEPENDENCIES) 
+	@rm -f count$(EXEEXT)
+	$(AM_V_CCLD)$(LINK) $(count_OBJECTS) $(count_LDADD) $(LIBS)
 llc$(EXEEXT): $(llc_OBJECTS) $(llc_DEPENDENCIES) 
 	@rm -f llc$(EXEEXT)
 	$(AM_V_CXXLD)$(llc_LINK) $(llc_OBJECTS) $(llc_LDADD) $(LIBS)
@@ -1680,6 +1740,9 @@ llvmunittest_Support$(EXEEXT): $(llvmunittest_Support_OBJECTS) $(llvmunittest_Su
 llvmunittest_VMCore$(EXEEXT): $(llvmunittest_VMCore_OBJECTS) $(llvmunittest_VMCore_DEPENDENCIES) 
 	@rm -f llvmunittest_VMCore$(EXEEXT)
 	$(AM_V_CXXLD)$(llvmunittest_VMCore_LINK) $(llvmunittest_VMCore_OBJECTS) $(llvmunittest_VMCore_LDADD) $(LIBS)
+not$(EXEEXT): $(not_OBJECTS) $(not_DEPENDENCIES) 
+	@rm -f not$(EXEEXT)
+	$(AM_V_CXXLD)$(not_LINK) $(not_OBJECTS) $(not_LDADD) $(LIBS)
 tblgen$(EXEEXT): $(tblgen_OBJECTS) $(tblgen_DEPENDENCIES) 
 	@rm -f tblgen$(EXEEXT)
 	$(AM_V_CXXLD)$(tblgen_LINK) $(tblgen_OBJECTS) $(tblgen_LDADD) $(LIBS)
@@ -1690,6 +1753,8 @@ mostlyclean-compile:
 distclean-compile:
 	-rm -f *.tab.c
 
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/FileCheck-FileCheck.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/count-count.Po at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libclamavcxx_la-bytecode2llvm.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libgoogletest_la-TestMain.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libgoogletest_la-gtest-death-test.Plo at am__quote@
@@ -1708,10 +1773,11 @@ distclean-compile:
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmasmprinter_la-MachOWriter.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmasmprinter_la-OcamlGCPrinter.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmasmprinter_la-PPCAsmPrinter.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmasmprinter_la-X86ATTAsmPrinter.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmasmprinter_la-X86ATTInstPrinter.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmasmprinter_la-X86AsmPrinter.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmasmprinter_la-X86IntelAsmPrinter.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmasmprinter_la-X86COFFMachineModuleInfo.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmasmprinter_la-X86IntelInstPrinter.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmasmprinter_la-X86MCInstLower.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmbitreader_la-BitReader.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmbitreader_la-BitcodeReader.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmbitreader_la-Deserialize.Plo at am__quote@
@@ -1728,6 +1794,8 @@ distclean-compile:
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-CodePlacementOpt.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-DeadMachineInstructionElim.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-DwarfEHPrepare.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-ELFCodeEmitter.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-ELFWriter.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-ExactHazardRecognizer.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-GCMetadata.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-GCMetadataPrinter.Plo at am__quote@
@@ -1751,6 +1819,7 @@ distclean-compile:
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-MachineLICM.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-MachineLoopInfo.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-MachineModuleInfo.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-MachineModuleInfoImpls.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-MachinePassRegistry.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-MachineRegisterInfo.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-MachineSink.Plo at am__quote@
@@ -1766,7 +1835,6 @@ distclean-compile:
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-RegAllocLinearScan.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-RegAllocLocal.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-RegAllocPBQP.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-RegAllocSimple.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-RegisterCoalescer.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-RegisterScavenging.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-ScheduleDAG.Plo at am__quote@
@@ -1819,6 +1887,7 @@ distclean-compile:
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmexecutionengine_la-ExecutionEngine.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmexecutionengine_la-Intercept.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmexecutionengine_la-JIT.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmexecutionengine_la-JITDebugRegisterer.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmexecutionengine_la-JITDwarfEmitter.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmexecutionengine_la-JITEmitter.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmexecutionengine_la-JITMemoryManager.Plo at am__quote@
@@ -1840,7 +1909,9 @@ distclean-compile:
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmipa_la-LoopDependenceAnalysis.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmipa_la-LoopInfo.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmipa_la-LoopPass.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmipa_la-MallocHelper.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmipa_la-MemoryDependenceAnalysis.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmipa_la-ProfileInfo.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmipa_la-ScalarEvolution.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmipa_la-ScalarEvolutionExpander.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmipa_la-ValueTracking.Plo at am__quote@
@@ -1864,6 +1935,7 @@ distclean-compile:
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmmc_la-MCSymbol.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmmc_la-MCValue.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmmc_la-TargetAsmParser.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmscalar_la-CodeGenLICM.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmscalar_la-CodeGenPrepare.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmscalar_la-DCE.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmscalar_la-LoopStrengthReduce.Plo at am__quote@
@@ -1921,6 +1993,7 @@ distclean-compile:
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsupport_la-StringExtras.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsupport_la-StringMap.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsupport_la-StringPool.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsupport_la-StringRef.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsupport_la-SystemUtils.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsupport_la-TargetRegistry.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsupport_la-Timer.Plo at am__quote@
@@ -2012,10 +2085,12 @@ distclean-compile:
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtargetx86_la-X86Subtarget.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtargetx86_la-X86TargetInfo.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtargetx86_la-X86TargetMachine.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtargetx86_la-X86TargetObjectFile.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtransformutils_la-AddrModeMatcher.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtransformutils_la-BasicBlockUtils.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtransformutils_la-BreakCriticalEdges.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtransformutils_la-DemoteRegToStack.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtransformutils_la-LCSSA.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtransformutils_la-Local.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtransformutils_la-LoopSimplify.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtransformutils_la-LowerAllocations.Plo at am__quote@
@@ -2025,6 +2100,7 @@ distclean-compile:
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtransformutils_la-PromoteMemoryToRegister.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtransformutils_la-SimplifyCFG.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtransformutils_la-UnifyFunctionExitNodes.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/llc-MCInstPrinter.Po at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/llc-llc.Po at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/lli-lli.Po at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/llvm_as-llvm-as.Po at am__quote@
@@ -2055,6 +2131,7 @@ distclean-compile:
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/llvmunittest_VMCore-ConstantsTest.Po at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/llvmunittest_VMCore-MetadataTest.Po at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/llvmunittest_VMCore-PassManagerTest.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/not-not.Po at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/tblgen-AsmMatcherEmitter.Po at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/tblgen-AsmWriterEmitter.Po at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/tblgen-CallingConvEmitter.Po at am__quote@
@@ -2142,6 +2219,22 @@ libllvmsupport_la-regstrlcpy.lo: llvm/lib/Support/regstrlcpy.c
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libllvmsupport_la-regstrlcpy.lo `test -f 'llvm/lib/Support/regstrlcpy.c' || echo '$(srcdir)/'`llvm/lib/Support/regstrlcpy.c
 
+count-count.o: llvm/utils/count/count.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(count_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT count-count.o -MD -MP -MF $(DEPDIR)/count-count.Tpo -c -o count-count.o `test -f 'llvm/utils/count/count.c' || echo '$(srcdir)/'`llvm/utils/count/count.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/count-count.Tpo $(DEPDIR)/count-count.Po
+ at am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='llvm/utils/count/count.c' object='count-count.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(count_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o count-count.o `test -f 'llvm/utils/count/count.c' || echo '$(srcdir)/'`llvm/utils/count/count.c
+
+count-count.obj: llvm/utils/count/count.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(count_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT count-count.obj -MD -MP -MF $(DEPDIR)/count-count.Tpo -c -o count-count.obj `if test -f 'llvm/utils/count/count.c'; then $(CYGPATH_W) 'llvm/utils/count/count.c'; else $(CYGPATH_W) '$(srcdir)/llvm/utils/count/count.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/count-count.Tpo $(DEPDIR)/count-count.Po
+ at am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='llvm/utils/count/count.c' object='count-count.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(count_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o count-count.obj `if test -f 'llvm/utils/count/count.c'; then $(CYGPATH_W) 'llvm/utils/count/count.c'; else $(CYGPATH_W) '$(srcdir)/llvm/utils/count/count.c'; fi`
+
 .cc.o:
 @am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 @am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@@ -2222,13 +2315,13 @@ libgoogletest_la-gtest.lo: llvm/utils/unittest/googletest/gtest.cc
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgoogletest_la_CPPFLAGS) $(CPPFLAGS) $(libgoogletest_la_CXXFLAGS) $(CXXFLAGS) -c -o libgoogletest_la-gtest.lo `test -f 'llvm/utils/unittest/googletest/gtest.cc' || echo '$(srcdir)/'`llvm/utils/unittest/googletest/gtest.cc
 
-libgoogletest_la-TestMain.lo: llvm/unittests/TestMain.cpp
- at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgoogletest_la_CPPFLAGS) $(CPPFLAGS) $(libgoogletest_la_CXXFLAGS) $(CXXFLAGS) -MT libgoogletest_la-TestMain.lo -MD -MP -MF $(DEPDIR)/libgoogletest_la-TestMain.Tpo -c -o libgoogletest_la-TestMain.lo `test -f 'llvm/unittests/TestMain.cpp' || echo '$(srcdir)/'`llvm/unittests/TestMain.cpp
+libgoogletest_la-TestMain.lo: llvm/utils/unittest/UnitTestMain/TestMain.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgoogletest_la_CPPFLAGS) $(CPPFLAGS) $(libgoogletest_la_CXXFLAGS) $(CXXFLAGS) -MT libgoogletest_la-TestMain.lo -MD -MP -MF $(DEPDIR)/libgoogletest_la-TestMain.Tpo -c -o libgoogletest_la-TestMain.lo `test -f 'llvm/utils/unittest/UnitTestMain/TestMain.cpp' || echo '$(srcdir)/'`llvm/utils/unittest/UnitTestMain/TestMain.cpp
 @am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgoogletest_la-TestMain.Tpo $(DEPDIR)/libgoogletest_la-TestMain.Plo
 @am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/unittests/TestMain.cpp' object='libgoogletest_la-TestMain.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/unittest/UnitTestMain/TestMain.cpp' object='libgoogletest_la-TestMain.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgoogletest_la_CPPFLAGS) $(CPPFLAGS) $(libgoogletest_la_CXXFLAGS) $(CXXFLAGS) -c -o libgoogletest_la-TestMain.lo `test -f 'llvm/unittests/TestMain.cpp' || echo '$(srcdir)/'`llvm/unittests/TestMain.cpp
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgoogletest_la_CPPFLAGS) $(CPPFLAGS) $(libgoogletest_la_CXXFLAGS) $(CXXFLAGS) -c -o libgoogletest_la-TestMain.lo `test -f 'llvm/utils/unittest/UnitTestMain/TestMain.cpp' || echo '$(srcdir)/'`llvm/utils/unittest/UnitTestMain/TestMain.cpp
 
 libllvmasmparser_la-LLLexer.lo: llvm/lib/AsmParser/LLLexer.cpp
 @am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmasmparser_la_CPPFLAGS) $(CPPFLAGS) $(libllvmasmparser_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmasmparser_la-LLLexer.lo -MD -MP -MF $(DEPDIR)/libllvmasmparser_la-LLLexer.Tpo -c -o libllvmasmparser_la-LLLexer.lo `test -f 'llvm/lib/AsmParser/LLLexer.cpp' || echo '$(srcdir)/'`llvm/lib/AsmParser/LLLexer.cpp
@@ -2302,14 +2395,6 @@ libllvmasmprinter_la-X86AsmPrinter.lo: llvm/lib/Target/X86/AsmPrinter/X86AsmPrin
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmasmprinter_la_CPPFLAGS) $(CPPFLAGS) $(libllvmasmprinter_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmasmprinter_la-X86AsmPrinter.lo `test -f 'llvm/lib/Target/X86/AsmPrinter/X86AsmPrinter.cpp' || echo '$(srcdir)/'`llvm/lib/Target/X86/AsmPrinter/X86AsmPrinter.cpp
 
-libllvmasmprinter_la-X86ATTAsmPrinter.lo: llvm/lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp
- at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmasmprinter_la_CPPFLAGS) $(CPPFLAGS) $(libllvmasmprinter_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmasmprinter_la-X86ATTAsmPrinter.lo -MD -MP -MF $(DEPDIR)/libllvmasmprinter_la-X86ATTAsmPrinter.Tpo -c -o libllvmasmprinter_la-X86ATTAsmPrinter.lo `test -f 'llvm/lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp' || echo '$(srcdir)/'`llvm/lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp
- at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmasmprinter_la-X86ATTAsmPrinter.Tpo $(DEPDIR)/libllvmasmprinter_la-X86ATTAsmPrinter.Plo
- at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp' object='libllvmasmprinter_la-X86ATTAsmPrinter.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmasmprinter_la_CPPFLAGS) $(CPPFLAGS) $(libllvmasmprinter_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmasmprinter_la-X86ATTAsmPrinter.lo `test -f 'llvm/lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp' || echo '$(srcdir)/'`llvm/lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp
-
 libllvmasmprinter_la-X86ATTInstPrinter.lo: llvm/lib/Target/X86/AsmPrinter/X86ATTInstPrinter.cpp
 @am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmasmprinter_la_CPPFLAGS) $(CPPFLAGS) $(libllvmasmprinter_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmasmprinter_la-X86ATTInstPrinter.lo -MD -MP -MF $(DEPDIR)/libllvmasmprinter_la-X86ATTInstPrinter.Tpo -c -o libllvmasmprinter_la-X86ATTInstPrinter.lo `test -f 'llvm/lib/Target/X86/AsmPrinter/X86ATTInstPrinter.cpp' || echo '$(srcdir)/'`llvm/lib/Target/X86/AsmPrinter/X86ATTInstPrinter.cpp
 @am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmasmprinter_la-X86ATTInstPrinter.Tpo $(DEPDIR)/libllvmasmprinter_la-X86ATTInstPrinter.Plo
@@ -2318,13 +2403,29 @@ libllvmasmprinter_la-X86ATTInstPrinter.lo: llvm/lib/Target/X86/AsmPrinter/X86ATT
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmasmprinter_la_CPPFLAGS) $(CPPFLAGS) $(libllvmasmprinter_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmasmprinter_la-X86ATTInstPrinter.lo `test -f 'llvm/lib/Target/X86/AsmPrinter/X86ATTInstPrinter.cpp' || echo '$(srcdir)/'`llvm/lib/Target/X86/AsmPrinter/X86ATTInstPrinter.cpp
 
-libllvmasmprinter_la-X86IntelAsmPrinter.lo: llvm/lib/Target/X86/AsmPrinter/X86IntelAsmPrinter.cpp
- at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmasmprinter_la_CPPFLAGS) $(CPPFLAGS) $(libllvmasmprinter_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmasmprinter_la-X86IntelAsmPrinter.lo -MD -MP -MF $(DEPDIR)/libllvmasmprinter_la-X86IntelAsmPrinter.Tpo -c -o libllvmasmprinter_la-X86IntelAsmPrinter.lo `test -f 'llvm/lib/Target/X86/AsmPrinter/X86IntelAsmPrinter.cpp' || echo '$(srcdir)/'`llvm/lib/Target/X86/AsmPrinter/X86IntelAsmPrinter.cpp
- at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmasmprinter_la-X86IntelAsmPrinter.Tpo $(DEPDIR)/libllvmasmprinter_la-X86IntelAsmPrinter.Plo
+libllvmasmprinter_la-X86IntelInstPrinter.lo: llvm/lib/Target/X86/AsmPrinter/X86IntelInstPrinter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmasmprinter_la_CPPFLAGS) $(CPPFLAGS) $(libllvmasmprinter_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmasmprinter_la-X86IntelInstPrinter.lo -MD -MP -MF $(DEPDIR)/libllvmasmprinter_la-X86IntelInstPrinter.Tpo -c -o libllvmasmprinter_la-X86IntelInstPrinter.lo `test -f 'llvm/lib/Target/X86/AsmPrinter/X86IntelInstPrinter.cpp' || echo '$(srcdir)/'`llvm/lib/Target/X86/AsmPrinter/X86IntelInstPrinter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmasmprinter_la-X86IntelInstPrinter.Tpo $(DEPDIR)/libllvmasmprinter_la-X86IntelInstPrinter.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/X86/AsmPrinter/X86IntelInstPrinter.cpp' object='libllvmasmprinter_la-X86IntelInstPrinter.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmasmprinter_la_CPPFLAGS) $(CPPFLAGS) $(libllvmasmprinter_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmasmprinter_la-X86IntelInstPrinter.lo `test -f 'llvm/lib/Target/X86/AsmPrinter/X86IntelInstPrinter.cpp' || echo '$(srcdir)/'`llvm/lib/Target/X86/AsmPrinter/X86IntelInstPrinter.cpp
+
+libllvmasmprinter_la-X86MCInstLower.lo: llvm/lib/Target/X86/AsmPrinter/X86MCInstLower.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmasmprinter_la_CPPFLAGS) $(CPPFLAGS) $(libllvmasmprinter_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmasmprinter_la-X86MCInstLower.lo -MD -MP -MF $(DEPDIR)/libllvmasmprinter_la-X86MCInstLower.Tpo -c -o libllvmasmprinter_la-X86MCInstLower.lo `test -f 'llvm/lib/Target/X86/AsmPrinter/X86MCInstLower.cpp' || echo '$(srcdir)/'`llvm/lib/Target/X86/AsmPrinter/X86MCInstLower.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmasmprinter_la-X86MCInstLower.Tpo $(DEPDIR)/libllvmasmprinter_la-X86MCInstLower.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/X86/AsmPrinter/X86MCInstLower.cpp' object='libllvmasmprinter_la-X86MCInstLower.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmasmprinter_la_CPPFLAGS) $(CPPFLAGS) $(libllvmasmprinter_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmasmprinter_la-X86MCInstLower.lo `test -f 'llvm/lib/Target/X86/AsmPrinter/X86MCInstLower.cpp' || echo '$(srcdir)/'`llvm/lib/Target/X86/AsmPrinter/X86MCInstLower.cpp
+
+libllvmasmprinter_la-X86COFFMachineModuleInfo.lo: llvm/lib/Target/X86/X86COFFMachineModuleInfo.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmasmprinter_la_CPPFLAGS) $(CPPFLAGS) $(libllvmasmprinter_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmasmprinter_la-X86COFFMachineModuleInfo.lo -MD -MP -MF $(DEPDIR)/libllvmasmprinter_la-X86COFFMachineModuleInfo.Tpo -c -o libllvmasmprinter_la-X86COFFMachineModuleInfo.lo `test -f 'llvm/lib/Target/X86/X86COFFMachineModuleInfo.cpp' || echo '$(srcdir)/'`llvm/lib/Target/X86/X86COFFMachineModuleInfo.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmasmprinter_la-X86COFFMachineModuleInfo.Tpo $(DEPDIR)/libllvmasmprinter_la-X86COFFMachineModuleInfo.Plo
 @am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/X86/AsmPrinter/X86IntelAsmPrinter.cpp' object='libllvmasmprinter_la-X86IntelAsmPrinter.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/X86/X86COFFMachineModuleInfo.cpp' object='libllvmasmprinter_la-X86COFFMachineModuleInfo.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmasmprinter_la_CPPFLAGS) $(CPPFLAGS) $(libllvmasmprinter_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmasmprinter_la-X86IntelAsmPrinter.lo `test -f 'llvm/lib/Target/X86/AsmPrinter/X86IntelAsmPrinter.cpp' || echo '$(srcdir)/'`llvm/lib/Target/X86/AsmPrinter/X86IntelAsmPrinter.cpp
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmasmprinter_la_CPPFLAGS) $(CPPFLAGS) $(libllvmasmprinter_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmasmprinter_la-X86COFFMachineModuleInfo.lo `test -f 'llvm/lib/Target/X86/X86COFFMachineModuleInfo.cpp' || echo '$(srcdir)/'`llvm/lib/Target/X86/X86COFFMachineModuleInfo.cpp
 
 libllvmasmprinter_la-PPCAsmPrinter.lo: llvm/lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp
 @am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmasmprinter_la_CPPFLAGS) $(CPPFLAGS) $(libllvmasmprinter_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmasmprinter_la-PPCAsmPrinter.lo -MD -MP -MF $(DEPDIR)/libllvmasmprinter_la-PPCAsmPrinter.Tpo -c -o libllvmasmprinter_la-PPCAsmPrinter.lo `test -f 'llvm/lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp' || echo '$(srcdir)/'`llvm/lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp
@@ -2470,6 +2571,22 @@ libllvmcodegen_la-DwarfEHPrepare.lo: llvm/lib/CodeGen/DwarfEHPrepare.cpp
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-DwarfEHPrepare.lo `test -f 'llvm/lib/CodeGen/DwarfEHPrepare.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/DwarfEHPrepare.cpp
 
+libllvmcodegen_la-ELFCodeEmitter.lo: llvm/lib/CodeGen/ELFCodeEmitter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-ELFCodeEmitter.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-ELFCodeEmitter.Tpo -c -o libllvmcodegen_la-ELFCodeEmitter.lo `test -f 'llvm/lib/CodeGen/ELFCodeEmitter.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/ELFCodeEmitter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-ELFCodeEmitter.Tpo $(DEPDIR)/libllvmcodegen_la-ELFCodeEmitter.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/ELFCodeEmitter.cpp' object='libllvmcodegen_la-ELFCodeEmitter.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-ELFCodeEmitter.lo `test -f 'llvm/lib/CodeGen/ELFCodeEmitter.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/ELFCodeEmitter.cpp
+
+libllvmcodegen_la-ELFWriter.lo: llvm/lib/CodeGen/ELFWriter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-ELFWriter.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-ELFWriter.Tpo -c -o libllvmcodegen_la-ELFWriter.lo `test -f 'llvm/lib/CodeGen/ELFWriter.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/ELFWriter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-ELFWriter.Tpo $(DEPDIR)/libllvmcodegen_la-ELFWriter.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/ELFWriter.cpp' object='libllvmcodegen_la-ELFWriter.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-ELFWriter.lo `test -f 'llvm/lib/CodeGen/ELFWriter.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/ELFWriter.cpp
+
 libllvmcodegen_la-ExactHazardRecognizer.lo: llvm/lib/CodeGen/ExactHazardRecognizer.cpp
 @am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-ExactHazardRecognizer.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-ExactHazardRecognizer.Tpo -c -o libllvmcodegen_la-ExactHazardRecognizer.lo `test -f 'llvm/lib/CodeGen/ExactHazardRecognizer.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/ExactHazardRecognizer.cpp
 @am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-ExactHazardRecognizer.Tpo $(DEPDIR)/libllvmcodegen_la-ExactHazardRecognizer.Plo
@@ -2654,6 +2771,14 @@ libllvmcodegen_la-MachineModuleInfo.lo: llvm/lib/CodeGen/MachineModuleInfo.cpp
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-MachineModuleInfo.lo `test -f 'llvm/lib/CodeGen/MachineModuleInfo.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/MachineModuleInfo.cpp
 
+libllvmcodegen_la-MachineModuleInfoImpls.lo: llvm/lib/CodeGen/MachineModuleInfoImpls.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-MachineModuleInfoImpls.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-MachineModuleInfoImpls.Tpo -c -o libllvmcodegen_la-MachineModuleInfoImpls.lo `test -f 'llvm/lib/CodeGen/MachineModuleInfoImpls.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/MachineModuleInfoImpls.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-MachineModuleInfoImpls.Tpo $(DEPDIR)/libllvmcodegen_la-MachineModuleInfoImpls.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/MachineModuleInfoImpls.cpp' object='libllvmcodegen_la-MachineModuleInfoImpls.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-MachineModuleInfoImpls.lo `test -f 'llvm/lib/CodeGen/MachineModuleInfoImpls.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/MachineModuleInfoImpls.cpp
+
 libllvmcodegen_la-MachinePassRegistry.lo: llvm/lib/CodeGen/MachinePassRegistry.cpp
 @am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-MachinePassRegistry.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-MachinePassRegistry.Tpo -c -o libllvmcodegen_la-MachinePassRegistry.lo `test -f 'llvm/lib/CodeGen/MachinePassRegistry.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/MachinePassRegistry.cpp
 @am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-MachinePassRegistry.Tpo $(DEPDIR)/libllvmcodegen_la-MachinePassRegistry.Plo
@@ -2774,14 +2899,6 @@ libllvmcodegen_la-RegAllocPBQP.lo: llvm/lib/CodeGen/RegAllocPBQP.cpp
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-RegAllocPBQP.lo `test -f 'llvm/lib/CodeGen/RegAllocPBQP.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/RegAllocPBQP.cpp
 
-libllvmcodegen_la-RegAllocSimple.lo: llvm/lib/CodeGen/RegAllocSimple.cpp
- at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-RegAllocSimple.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-RegAllocSimple.Tpo -c -o libllvmcodegen_la-RegAllocSimple.lo `test -f 'llvm/lib/CodeGen/RegAllocSimple.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/RegAllocSimple.cpp
- at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-RegAllocSimple.Tpo $(DEPDIR)/libllvmcodegen_la-RegAllocSimple.Plo
- at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/RegAllocSimple.cpp' object='libllvmcodegen_la-RegAllocSimple.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-RegAllocSimple.lo `test -f 'llvm/lib/CodeGen/RegAllocSimple.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/RegAllocSimple.cpp
-
 libllvmcodegen_la-RegisterCoalescer.lo: llvm/lib/CodeGen/RegisterCoalescer.cpp
 @am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-RegisterCoalescer.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-RegisterCoalescer.Tpo -c -o libllvmcodegen_la-RegisterCoalescer.lo `test -f 'llvm/lib/CodeGen/RegisterCoalescer.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/RegisterCoalescer.cpp
 @am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-RegisterCoalescer.Tpo $(DEPDIR)/libllvmcodegen_la-RegisterCoalescer.Plo
@@ -3198,6 +3315,14 @@ libllvmexecutionengine_la-JIT.lo: llvm/lib/ExecutionEngine/JIT/JIT.cpp
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmexecutionengine_la_CPPFLAGS) $(CPPFLAGS) $(libllvmexecutionengine_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmexecutionengine_la-JIT.lo `test -f 'llvm/lib/ExecutionEngine/JIT/JIT.cpp' || echo '$(srcdir)/'`llvm/lib/ExecutionEngine/JIT/JIT.cpp
 
+libllvmexecutionengine_la-JITDebugRegisterer.lo: llvm/lib/ExecutionEngine/JIT/JITDebugRegisterer.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmexecutionengine_la_CPPFLAGS) $(CPPFLAGS) $(libllvmexecutionengine_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmexecutionengine_la-JITDebugRegisterer.lo -MD -MP -MF $(DEPDIR)/libllvmexecutionengine_la-JITDebugRegisterer.Tpo -c -o libllvmexecutionengine_la-JITDebugRegisterer.lo `test -f 'llvm/lib/ExecutionEngine/JIT/JITDebugRegisterer.cpp' || echo '$(srcdir)/'`llvm/lib/ExecutionEngine/JIT/JITDebugRegisterer.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmexecutionengine_la-JITDebugRegisterer.Tpo $(DEPDIR)/libllvmexecutionengine_la-JITDebugRegisterer.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/ExecutionEngine/JIT/JITDebugRegisterer.cpp' object='libllvmexecutionengine_la-JITDebugRegisterer.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmexecutionengine_la_CPPFLAGS) $(CPPFLAGS) $(libllvmexecutionengine_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmexecutionengine_la-JITDebugRegisterer.lo `test -f 'llvm/lib/ExecutionEngine/JIT/JITDebugRegisterer.cpp' || echo '$(srcdir)/'`llvm/lib/ExecutionEngine/JIT/JITDebugRegisterer.cpp
+
 libllvmexecutionengine_la-JITDwarfEmitter.lo: llvm/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp
 @am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmexecutionengine_la_CPPFLAGS) $(CPPFLAGS) $(libllvmexecutionengine_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmexecutionengine_la-JITDwarfEmitter.lo -MD -MP -MF $(DEPDIR)/libllvmexecutionengine_la-JITDwarfEmitter.Tpo -c -o libllvmexecutionengine_la-JITDwarfEmitter.lo `test -f 'llvm/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp' || echo '$(srcdir)/'`llvm/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp
 @am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmexecutionengine_la-JITDwarfEmitter.Tpo $(DEPDIR)/libllvmexecutionengine_la-JITDwarfEmitter.Plo
@@ -3358,6 +3483,14 @@ libllvmipa_la-LoopPass.lo: llvm/lib/Analysis/LoopPass.cpp
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmipa_la_CPPFLAGS) $(CPPFLAGS) $(libllvmipa_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmipa_la-LoopPass.lo `test -f 'llvm/lib/Analysis/LoopPass.cpp' || echo '$(srcdir)/'`llvm/lib/Analysis/LoopPass.cpp
 
+libllvmipa_la-MallocHelper.lo: llvm/lib/Analysis/MallocHelper.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmipa_la_CPPFLAGS) $(CPPFLAGS) $(libllvmipa_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmipa_la-MallocHelper.lo -MD -MP -MF $(DEPDIR)/libllvmipa_la-MallocHelper.Tpo -c -o libllvmipa_la-MallocHelper.lo `test -f 'llvm/lib/Analysis/MallocHelper.cpp' || echo '$(srcdir)/'`llvm/lib/Analysis/MallocHelper.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmipa_la-MallocHelper.Tpo $(DEPDIR)/libllvmipa_la-MallocHelper.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Analysis/MallocHelper.cpp' object='libllvmipa_la-MallocHelper.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmipa_la_CPPFLAGS) $(CPPFLAGS) $(libllvmipa_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmipa_la-MallocHelper.lo `test -f 'llvm/lib/Analysis/MallocHelper.cpp' || echo '$(srcdir)/'`llvm/lib/Analysis/MallocHelper.cpp
+
 libllvmipa_la-MemoryDependenceAnalysis.lo: llvm/lib/Analysis/MemoryDependenceAnalysis.cpp
 @am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmipa_la_CPPFLAGS) $(CPPFLAGS) $(libllvmipa_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmipa_la-MemoryDependenceAnalysis.lo -MD -MP -MF $(DEPDIR)/libllvmipa_la-MemoryDependenceAnalysis.Tpo -c -o libllvmipa_la-MemoryDependenceAnalysis.lo `test -f 'llvm/lib/Analysis/MemoryDependenceAnalysis.cpp' || echo '$(srcdir)/'`llvm/lib/Analysis/MemoryDependenceAnalysis.cpp
 @am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmipa_la-MemoryDependenceAnalysis.Tpo $(DEPDIR)/libllvmipa_la-MemoryDependenceAnalysis.Plo
@@ -3366,6 +3499,14 @@ libllvmipa_la-MemoryDependenceAnalysis.lo: llvm/lib/Analysis/MemoryDependenceAna
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmipa_la_CPPFLAGS) $(CPPFLAGS) $(libllvmipa_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmipa_la-MemoryDependenceAnalysis.lo `test -f 'llvm/lib/Analysis/MemoryDependenceAnalysis.cpp' || echo '$(srcdir)/'`llvm/lib/Analysis/MemoryDependenceAnalysis.cpp
 
+libllvmipa_la-ProfileInfo.lo: llvm/lib/Analysis/ProfileInfo.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmipa_la_CPPFLAGS) $(CPPFLAGS) $(libllvmipa_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmipa_la-ProfileInfo.lo -MD -MP -MF $(DEPDIR)/libllvmipa_la-ProfileInfo.Tpo -c -o libllvmipa_la-ProfileInfo.lo `test -f 'llvm/lib/Analysis/ProfileInfo.cpp' || echo '$(srcdir)/'`llvm/lib/Analysis/ProfileInfo.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmipa_la-ProfileInfo.Tpo $(DEPDIR)/libllvmipa_la-ProfileInfo.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Analysis/ProfileInfo.cpp' object='libllvmipa_la-ProfileInfo.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmipa_la_CPPFLAGS) $(CPPFLAGS) $(libllvmipa_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmipa_la-ProfileInfo.lo `test -f 'llvm/lib/Analysis/ProfileInfo.cpp' || echo '$(srcdir)/'`llvm/lib/Analysis/ProfileInfo.cpp
+
 libllvmipa_la-ScalarEvolution.lo: llvm/lib/Analysis/ScalarEvolution.cpp
 @am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmipa_la_CPPFLAGS) $(CPPFLAGS) $(libllvmipa_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmipa_la-ScalarEvolution.lo -MD -MP -MF $(DEPDIR)/libllvmipa_la-ScalarEvolution.Tpo -c -o libllvmipa_la-ScalarEvolution.lo `test -f 'llvm/lib/Analysis/ScalarEvolution.cpp' || echo '$(srcdir)/'`llvm/lib/Analysis/ScalarEvolution.cpp
 @am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmipa_la-ScalarEvolution.Tpo $(DEPDIR)/libllvmipa_la-ScalarEvolution.Plo
@@ -3566,6 +3707,14 @@ libllvmscalar_la-CodeGenPrepare.lo: llvm/lib/Transforms/Scalar/CodeGenPrepare.cp
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmscalar_la_CPPFLAGS) $(CPPFLAGS) $(libllvmscalar_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmscalar_la-CodeGenPrepare.lo `test -f 'llvm/lib/Transforms/Scalar/CodeGenPrepare.cpp' || echo '$(srcdir)/'`llvm/lib/Transforms/Scalar/CodeGenPrepare.cpp
 
+libllvmscalar_la-CodeGenLICM.lo: llvm/lib/Transforms/Scalar/CodeGenLICM.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmscalar_la_CPPFLAGS) $(CPPFLAGS) $(libllvmscalar_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmscalar_la-CodeGenLICM.lo -MD -MP -MF $(DEPDIR)/libllvmscalar_la-CodeGenLICM.Tpo -c -o libllvmscalar_la-CodeGenLICM.lo `test -f 'llvm/lib/Transforms/Scalar/CodeGenLICM.cpp' || echo '$(srcdir)/'`llvm/lib/Transforms/Scalar/CodeGenLICM.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmscalar_la-CodeGenLICM.Tpo $(DEPDIR)/libllvmscalar_la-CodeGenLICM.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Transforms/Scalar/CodeGenLICM.cpp' object='libllvmscalar_la-CodeGenLICM.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmscalar_la_CPPFLAGS) $(CPPFLAGS) $(libllvmscalar_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmscalar_la-CodeGenLICM.lo `test -f 'llvm/lib/Transforms/Scalar/CodeGenLICM.cpp' || echo '$(srcdir)/'`llvm/lib/Transforms/Scalar/CodeGenLICM.cpp
+
 libllvmscalar_la-DCE.lo: llvm/lib/Transforms/Scalar/DCE.cpp
 @am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmscalar_la_CPPFLAGS) $(CPPFLAGS) $(libllvmscalar_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmscalar_la-DCE.lo -MD -MP -MF $(DEPDIR)/libllvmscalar_la-DCE.Tpo -c -o libllvmscalar_la-DCE.lo `test -f 'llvm/lib/Transforms/Scalar/DCE.cpp' || echo '$(srcdir)/'`llvm/lib/Transforms/Scalar/DCE.cpp
 @am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmscalar_la-DCE.Tpo $(DEPDIR)/libllvmscalar_la-DCE.Plo
@@ -4006,6 +4155,14 @@ libllvmsupport_la-StringPool.lo: llvm/lib/Support/StringPool.cpp
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsupport_la-StringPool.lo `test -f 'llvm/lib/Support/StringPool.cpp' || echo '$(srcdir)/'`llvm/lib/Support/StringPool.cpp
 
+libllvmsupport_la-StringRef.lo: llvm/lib/Support/StringRef.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsupport_la-StringRef.lo -MD -MP -MF $(DEPDIR)/libllvmsupport_la-StringRef.Tpo -c -o libllvmsupport_la-StringRef.lo `test -f 'llvm/lib/Support/StringRef.cpp' || echo '$(srcdir)/'`llvm/lib/Support/StringRef.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-StringRef.Tpo $(DEPDIR)/libllvmsupport_la-StringRef.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/StringRef.cpp' object='libllvmsupport_la-StringRef.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsupport_la-StringRef.lo `test -f 'llvm/lib/Support/StringRef.cpp' || echo '$(srcdir)/'`llvm/lib/Support/StringRef.cpp
+
 libllvmsupport_la-SystemUtils.lo: llvm/lib/Support/SystemUtils.cpp
 @am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsupport_la-SystemUtils.lo -MD -MP -MF $(DEPDIR)/libllvmsupport_la-SystemUtils.Tpo -c -o libllvmsupport_la-SystemUtils.lo `test -f 'llvm/lib/Support/SystemUtils.cpp' || echo '$(srcdir)/'`llvm/lib/Support/SystemUtils.cpp
 @am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-SystemUtils.Tpo $(DEPDIR)/libllvmsupport_la-SystemUtils.Plo
@@ -4694,6 +4851,14 @@ libllvmtargetx86_la-X86FastISel.lo: llvm/lib/Target/X86/X86FastISel.cpp
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtargetx86_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtargetx86_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmtargetx86_la-X86FastISel.lo `test -f 'llvm/lib/Target/X86/X86FastISel.cpp' || echo '$(srcdir)/'`llvm/lib/Target/X86/X86FastISel.cpp
 
+libllvmtargetx86_la-X86TargetObjectFile.lo: llvm/lib/Target/X86/X86TargetObjectFile.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtargetx86_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtargetx86_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmtargetx86_la-X86TargetObjectFile.lo -MD -MP -MF $(DEPDIR)/libllvmtargetx86_la-X86TargetObjectFile.Tpo -c -o libllvmtargetx86_la-X86TargetObjectFile.lo `test -f 'llvm/lib/Target/X86/X86TargetObjectFile.cpp' || echo '$(srcdir)/'`llvm/lib/Target/X86/X86TargetObjectFile.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtargetx86_la-X86TargetObjectFile.Tpo $(DEPDIR)/libllvmtargetx86_la-X86TargetObjectFile.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/X86/X86TargetObjectFile.cpp' object='libllvmtargetx86_la-X86TargetObjectFile.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtargetx86_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtargetx86_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmtargetx86_la-X86TargetObjectFile.lo `test -f 'llvm/lib/Target/X86/X86TargetObjectFile.cpp' || echo '$(srcdir)/'`llvm/lib/Target/X86/X86TargetObjectFile.cpp
+
 libllvmtargetx86_la-X86TargetInfo.lo: llvm/lib/Target/X86/TargetInfo/X86TargetInfo.cpp
 @am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtargetx86_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtargetx86_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmtargetx86_la-X86TargetInfo.lo -MD -MP -MF $(DEPDIR)/libllvmtargetx86_la-X86TargetInfo.Tpo -c -o libllvmtargetx86_la-X86TargetInfo.lo `test -f 'llvm/lib/Target/X86/TargetInfo/X86TargetInfo.cpp' || echo '$(srcdir)/'`llvm/lib/Target/X86/TargetInfo/X86TargetInfo.cpp
 @am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtargetx86_la-X86TargetInfo.Tpo $(DEPDIR)/libllvmtargetx86_la-X86TargetInfo.Plo
@@ -4734,6 +4899,14 @@ libllvmtransformutils_la-DemoteRegToStack.lo: llvm/lib/Transforms/Utils/DemoteRe
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtransformutils_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtransformutils_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmtransformutils_la-DemoteRegToStack.lo `test -f 'llvm/lib/Transforms/Utils/DemoteRegToStack.cpp' || echo '$(srcdir)/'`llvm/lib/Transforms/Utils/DemoteRegToStack.cpp
 
+libllvmtransformutils_la-LCSSA.lo: llvm/lib/Transforms/Utils/LCSSA.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtransformutils_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtransformutils_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmtransformutils_la-LCSSA.lo -MD -MP -MF $(DEPDIR)/libllvmtransformutils_la-LCSSA.Tpo -c -o libllvmtransformutils_la-LCSSA.lo `test -f 'llvm/lib/Transforms/Utils/LCSSA.cpp' || echo '$(srcdir)/'`llvm/lib/Transforms/Utils/LCSSA.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtransformutils_la-LCSSA.Tpo $(DEPDIR)/libllvmtransformutils_la-LCSSA.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Transforms/Utils/LCSSA.cpp' object='libllvmtransformutils_la-LCSSA.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtransformutils_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtransformutils_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmtransformutils_la-LCSSA.lo `test -f 'llvm/lib/Transforms/Utils/LCSSA.cpp' || echo '$(srcdir)/'`llvm/lib/Transforms/Utils/LCSSA.cpp
+
 libllvmtransformutils_la-Local.lo: llvm/lib/Transforms/Utils/Local.cpp
 @am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtransformutils_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtransformutils_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmtransformutils_la-Local.lo -MD -MP -MF $(DEPDIR)/libllvmtransformutils_la-Local.Tpo -c -o libllvmtransformutils_la-Local.lo `test -f 'llvm/lib/Transforms/Utils/Local.cpp' || echo '$(srcdir)/'`llvm/lib/Transforms/Utils/Local.cpp
 @am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtransformutils_la-Local.Tpo $(DEPDIR)/libllvmtransformutils_la-Local.Plo
@@ -4806,6 +4979,38 @@ libllvmtransformutils_la-UnifyFunctionExitNodes.lo: llvm/lib/Transforms/Utils/Un
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtransformutils_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtransformutils_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmtransformutils_la-UnifyFunctionExitNodes.lo `test -f 'llvm/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp' || echo '$(srcdir)/'`llvm/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp
 
+FileCheck-FileCheck.o: llvm/utils/FileCheck/FileCheck.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(FileCheck_CPPFLAGS) $(CPPFLAGS) $(FileCheck_CXXFLAGS) $(CXXFLAGS) -MT FileCheck-FileCheck.o -MD -MP -MF $(DEPDIR)/FileCheck-FileCheck.Tpo -c -o FileCheck-FileCheck.o `test -f 'llvm/utils/FileCheck/FileCheck.cpp' || echo '$(srcdir)/'`llvm/utils/FileCheck/FileCheck.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/FileCheck-FileCheck.Tpo $(DEPDIR)/FileCheck-FileCheck.Po
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/FileCheck/FileCheck.cpp' object='FileCheck-FileCheck.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(FileCheck_CPPFLAGS) $(CPPFLAGS) $(FileCheck_CXXFLAGS) $(CXXFLAGS) -c -o FileCheck-FileCheck.o `test -f 'llvm/utils/FileCheck/FileCheck.cpp' || echo '$(srcdir)/'`llvm/utils/FileCheck/FileCheck.cpp
+
+FileCheck-FileCheck.obj: llvm/utils/FileCheck/FileCheck.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(FileCheck_CPPFLAGS) $(CPPFLAGS) $(FileCheck_CXXFLAGS) $(CXXFLAGS) -MT FileCheck-FileCheck.obj -MD -MP -MF $(DEPDIR)/FileCheck-FileCheck.Tpo -c -o FileCheck-FileCheck.obj `if test -f 'llvm/utils/FileCheck/FileCheck.cpp'; then $(CYGPATH_W) 'llvm/utils/FileCheck/FileCheck.cpp'; else $(CYGPATH_W) '$(srcdir)/llvm/utils/FileCheck/FileCheck.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/FileCheck-FileCheck.Tpo $(DEPDIR)/FileCheck-FileCheck.Po
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/FileCheck/FileCheck.cpp' object='FileCheck-FileCheck.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(FileCheck_CPPFLAGS) $(CPPFLAGS) $(FileCheck_CXXFLAGS) $(CXXFLAGS) -c -o FileCheck-FileCheck.obj `if test -f 'llvm/utils/FileCheck/FileCheck.cpp'; then $(CYGPATH_W) 'llvm/utils/FileCheck/FileCheck.cpp'; else $(CYGPATH_W) '$(srcdir)/llvm/utils/FileCheck/FileCheck.cpp'; fi`
+
+llc-MCInstPrinter.o: llvm/lib/MC/MCInstPrinter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(llc_CPPFLAGS) $(CPPFLAGS) $(llc_CXXFLAGS) $(CXXFLAGS) -MT llc-MCInstPrinter.o -MD -MP -MF $(DEPDIR)/llc-MCInstPrinter.Tpo -c -o llc-MCInstPrinter.o `test -f 'llvm/lib/MC/MCInstPrinter.cpp' || echo '$(srcdir)/'`llvm/lib/MC/MCInstPrinter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/llc-MCInstPrinter.Tpo $(DEPDIR)/llc-MCInstPrinter.Po
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/MC/MCInstPrinter.cpp' object='llc-MCInstPrinter.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(llc_CPPFLAGS) $(CPPFLAGS) $(llc_CXXFLAGS) $(CXXFLAGS) -c -o llc-MCInstPrinter.o `test -f 'llvm/lib/MC/MCInstPrinter.cpp' || echo '$(srcdir)/'`llvm/lib/MC/MCInstPrinter.cpp
+
+llc-MCInstPrinter.obj: llvm/lib/MC/MCInstPrinter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(llc_CPPFLAGS) $(CPPFLAGS) $(llc_CXXFLAGS) $(CXXFLAGS) -MT llc-MCInstPrinter.obj -MD -MP -MF $(DEPDIR)/llc-MCInstPrinter.Tpo -c -o llc-MCInstPrinter.obj `if test -f 'llvm/lib/MC/MCInstPrinter.cpp'; then $(CYGPATH_W) 'llvm/lib/MC/MCInstPrinter.cpp'; else $(CYGPATH_W) '$(srcdir)/llvm/lib/MC/MCInstPrinter.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/llc-MCInstPrinter.Tpo $(DEPDIR)/llc-MCInstPrinter.Po
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/MC/MCInstPrinter.cpp' object='llc-MCInstPrinter.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(llc_CPPFLAGS) $(CPPFLAGS) $(llc_CXXFLAGS) $(CXXFLAGS) -c -o llc-MCInstPrinter.obj `if test -f 'llvm/lib/MC/MCInstPrinter.cpp'; then $(CYGPATH_W) 'llvm/lib/MC/MCInstPrinter.cpp'; else $(CYGPATH_W) '$(srcdir)/llvm/lib/MC/MCInstPrinter.cpp'; fi`
+
 llc-llc.o: llvm/tools/llc/llc.cpp
 @am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(llc_CPPFLAGS) $(CPPFLAGS) $(llc_CXXFLAGS) $(CXXFLAGS) -MT llc-llc.o -MD -MP -MF $(DEPDIR)/llc-llc.Tpo -c -o llc-llc.o `test -f 'llvm/tools/llc/llc.cpp' || echo '$(srcdir)/'`llvm/tools/llc/llc.cpp
 @am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/llc-llc.Tpo $(DEPDIR)/llc-llc.Po
@@ -5286,6 +5491,22 @@ llvmunittest_VMCore-PassManagerTest.obj: llvm/unittests/VMCore/PassManagerTest.c
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(llvmunittest_VMCore_CPPFLAGS) $(CPPFLAGS) $(llvmunittest_VMCore_CXXFLAGS) $(CXXFLAGS) -c -o llvmunittest_VMCore-PassManagerTest.obj `if test -f 'llvm/unittests/VMCore/PassManagerTest.cpp'; then $(CYGPATH_W) 'llvm/unittests/VMCore/PassManagerTest.cpp'; else $(CYGPATH_W) '$(srcdir)/llvm/unittests/VMCore/PassManagerTest.cpp'; fi`
 
+not-not.o: llvm/utils/not/not.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(not_CPPFLAGS) $(CPPFLAGS) $(not_CXXFLAGS) $(CXXFLAGS) -MT not-not.o -MD -MP -MF $(DEPDIR)/not-not.Tpo -c -o not-not.o `test -f 'llvm/utils/not/not.cpp' || echo '$(srcdir)/'`llvm/utils/not/not.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/not-not.Tpo $(DEPDIR)/not-not.Po
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/not/not.cpp' object='not-not.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(not_CPPFLAGS) $(CPPFLAGS) $(not_CXXFLAGS) $(CXXFLAGS) -c -o not-not.o `test -f 'llvm/utils/not/not.cpp' || echo '$(srcdir)/'`llvm/utils/not/not.cpp
+
+not-not.obj: llvm/utils/not/not.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(not_CPPFLAGS) $(CPPFLAGS) $(not_CXXFLAGS) $(CXXFLAGS) -MT not-not.obj -MD -MP -MF $(DEPDIR)/not-not.Tpo -c -o not-not.obj `if test -f 'llvm/utils/not/not.cpp'; then $(CYGPATH_W) 'llvm/utils/not/not.cpp'; else $(CYGPATH_W) '$(srcdir)/llvm/utils/not/not.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/not-not.Tpo $(DEPDIR)/not-not.Po
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/not/not.cpp' object='not-not.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(not_CPPFLAGS) $(CPPFLAGS) $(not_CXXFLAGS) $(CXXFLAGS) -c -o not-not.obj `if test -f 'llvm/utils/not/not.cpp'; then $(CYGPATH_W) 'llvm/utils/not/not.cpp'; else $(CYGPATH_W) '$(srcdir)/llvm/utils/not/not.cpp'; fi`
+
 tblgen-AsmMatcherEmitter.o: llvm/utils/TableGen/AsmMatcherEmitter.cpp
 @am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -MT tblgen-AsmMatcherEmitter.o -MD -MP -MF $(DEPDIR)/tblgen-AsmMatcherEmitter.Tpo -c -o tblgen-AsmMatcherEmitter.o `test -f 'llvm/utils/TableGen/AsmMatcherEmitter.cpp' || echo '$(srcdir)/'`llvm/utils/TableGen/AsmMatcherEmitter.cpp
 @am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-AsmMatcherEmitter.Tpo $(DEPDIR)/tblgen-AsmMatcherEmitter.Po
diff --git a/libclamav/c++/llvm/test/CodeGen/Generic/GC/argpromotion.ll b/libclamav/c++/llvm/test/CodeGen/Generic/GC/argpromotion.ll
index dda376d..88fe6dd 100644
--- a/libclamav/c++/llvm/test/CodeGen/Generic/GC/argpromotion.ll
+++ b/libclamav/c++/llvm/test/CodeGen/Generic/GC/argpromotion.ll
@@ -1,4 +1,5 @@
 ; RUN: opt < %s -anders-aa -argpromotion
+; XFAIL: *
 
 declare void @llvm.gcroot(i8**, i8*)
 
diff --git a/libclamav/c++/llvm/test/CodeGen/Generic/GC/deadargelim.ll b/libclamav/c++/llvm/test/CodeGen/Generic/GC/deadargelim.ll
index 1760190..b057030 100644
--- a/libclamav/c++/llvm/test/CodeGen/Generic/GC/deadargelim.ll
+++ b/libclamav/c++/llvm/test/CodeGen/Generic/GC/deadargelim.ll
@@ -1,4 +1,5 @@
 ; RUN: opt < %s -deadargelim
+; XFAIL: *
 
 declare void @llvm.gcroot(i8**, i8*)
 
diff --git a/libclamav/c++/llvm/test/CodeGen/Generic/GC/inline.ll b/libclamav/c++/llvm/test/CodeGen/Generic/GC/inline.ll
index 9da33ae..bd6d378 100644
--- a/libclamav/c++/llvm/test/CodeGen/Generic/GC/inline.ll
+++ b/libclamav/c++/llvm/test/CodeGen/Generic/GC/inline.ll
@@ -1,4 +1,5 @@
 ; RUN: opt < %s -inline -S | grep example
+; XFAIL: *
 
 	%IntArray = type { i32, [0 x i32*] }
 
diff --git a/libclamav/c++/llvm/test/CodeGen/Generic/GC/inline2.ll b/libclamav/c++/llvm/test/CodeGen/Generic/GC/inline2.ll
index 1594705..127bbdf 100644
--- a/libclamav/c++/llvm/test/CodeGen/Generic/GC/inline2.ll
+++ b/libclamav/c++/llvm/test/CodeGen/Generic/GC/inline2.ll
@@ -1,5 +1,6 @@
 ; RUN: opt < %s -inline -S | grep sample
 ; RUN: opt < %s -inline -S | grep example
+; XFAIL: *
 
 	%IntArray = type { i32, [0 x i32*] }
 
diff --git a/libclamav/c++/llvm/test/CodeGen/PowerPC/ppcf128-1.ll b/libclamav/c++/llvm/test/CodeGen/PowerPC/ppcf128-1.ll
index 1047fe5..84ec588 100644
--- a/libclamav/c++/llvm/test/CodeGen/PowerPC/ppcf128-1.ll
+++ b/libclamav/c++/llvm/test/CodeGen/PowerPC/ppcf128-1.ll
@@ -1,4 +1,5 @@
 ; RUN: opt < %s -std-compile-opts | llc > %t
+; XFAIL: *
 ; ModuleID = 'ld3.c'
 target datalayout = "E-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f128:64:128"
 target triple = "powerpc-apple-darwin8"
diff --git a/libclamav/c++/llvm/test/CodeGen/PowerPC/vec_shuffle.ll b/libclamav/c++/llvm/test/CodeGen/PowerPC/vec_shuffle.ll
index 8270632..d025bbc 100644
--- a/libclamav/c++/llvm/test/CodeGen/PowerPC/vec_shuffle.ll
+++ b/libclamav/c++/llvm/test/CodeGen/PowerPC/vec_shuffle.ll
@@ -6,6 +6,7 @@
 ; RUN: grep vmrgl   %t | count 6
 ; RUN: grep vpkuhum %t | count 1
 ; RUN: grep vpkuwum %t | count 1
+; XFAIL: *
 
 define void @VSLDOI_xy(<8 x i16>* %A, <8 x i16>* %B) {
 entry:
diff --git a/libclamav/c++/llvm/test/CodeGen/X86/2009-03-23-i80-fp80.ll b/libclamav/c++/llvm/test/CodeGen/X86/2009-03-23-i80-fp80.ll
index e542325..d85e46e 100644
--- a/libclamav/c++/llvm/test/CodeGen/X86/2009-03-23-i80-fp80.ll
+++ b/libclamav/c++/llvm/test/CodeGen/X86/2009-03-23-i80-fp80.ll
@@ -1,5 +1,6 @@
 ; RUN: opt < %s -instcombine -S | grep 302245289961712575840256
 ; RUN: opt < %s -instcombine -S | grep K40018000000000000000
+; XFAIL: *
 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128"
 target triple = "i686-apple-darwin9"
 
diff --git a/libclamav/c++/llvm/test/CodeGen/X86/asm-block-labels.ll b/libclamav/c++/llvm/test/CodeGen/X86/asm-block-labels.ll
index a43d430..a6acf1d 100644
--- a/libclamav/c++/llvm/test/CodeGen/X86/asm-block-labels.ll
+++ b/libclamav/c++/llvm/test/CodeGen/X86/asm-block-labels.ll
@@ -1,4 +1,5 @@
 ; RUN: opt < %s -std-compile-opts | llc
+; XFAIL: *
 ; ModuleID = 'block12.c'
 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128"
 target triple = "i686-apple-darwin8"
diff --git a/libclamav/c++/llvm/test/CodeGen/X86/nancvt.ll b/libclamav/c++/llvm/test/CodeGen/X86/nancvt.ll
index 0b56644..c30767c 100644
--- a/libclamav/c++/llvm/test/CodeGen/X86/nancvt.ll
+++ b/libclamav/c++/llvm/test/CodeGen/X86/nancvt.ll
@@ -3,6 +3,7 @@
 ; RUN: grep 2147228864 %t | count 3
 ; RUN: grep 2146502828 %t | count 3
 ; RUN: grep 2143034560 %t | count 3
+; XFAIL: *
 ; Compile time conversions of NaNs.
 ; ModuleID = 'nan2.c'
 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128"
diff --git a/libclamav/c++/llvm/test/CodeGen/X86/vec_ins_extract.ll b/libclamav/c++/llvm/test/CodeGen/X86/vec_ins_extract.ll
index bf43deb..d43b95b 100644
--- a/libclamav/c++/llvm/test/CodeGen/X86/vec_ins_extract.ll
+++ b/libclamav/c++/llvm/test/CodeGen/X86/vec_ins_extract.ll
@@ -1,5 +1,6 @@
 ; RUN: opt < %s -scalarrepl -instcombine | \
 ; RUN:   llc -march=x86 -mcpu=yonah | not grep sub.*esp
+; XFAIL: *
 
 ; This checks that various insert/extract idiom work without going to the
 ; stack.
diff --git a/libclamav/c++/llvm/utils/unittest/googletest/gtest-death-test.cc b/libclamav/c++/llvm/utils/unittest/googletest/gtest-death-test.cc
index 617e301..7eb2642 100644
--- a/libclamav/c++/llvm/utils/unittest/googletest/gtest-death-test.cc
+++ b/libclamav/c++/llvm/utils/unittest/googletest/gtest-death-test.cc
@@ -454,9 +454,11 @@ class NoExecDeathTest : public ForkingDeathTest {
 // straightforward fork, with a simple pipe to transmit the status byte.
 DeathTest::TestRole NoExecDeathTest::AssumeRole() {
   const size_t thread_count = GetThreadCount();
+#if 0
   if (thread_count != 1) {
     GTEST_LOG_(WARNING, DeathTestThreadWarning(thread_count));
   }
+#endif
 
   int pipe_fd[2];
   GTEST_DEATH_TEST_CHECK_(pipe(pipe_fd) != -1);
diff --git a/libclamav/c++/llvmdejagnu.sh b/libclamav/c++/llvmdejagnu.sh
index 447ed01..0c0f528 100755
--- a/libclamav/c++/llvmdejagnu.sh
+++ b/libclamav/c++/llvmdejagnu.sh
@@ -1,16 +1,7 @@
 #!/bin/bash
 mkdir -p llvm/Release/bin
 mkdir -p llvm/Debug/bin
-cp lli llc llvm-as llvm/Release/bin/
-cp lli llc llvm-as llvm/Debug/bin/
+cp lli llc llvm-as not count FileCheck tblgen llvm/Release/bin/
+cp lli llc llvm-as not count FileCheck tblgen llvm/Debug/bin/
 
-failed=
-$GMAKE -C llvm/test TESTSUITE=CodeGen || failed=CodeGen
-$GMAKE -C llvm/test TESTSUITE=ExecutionEngine || failed="$failed ExecutionEngine"
-$GMAKE -C llvm/test TESTSUITE=Integer || failed="$failed Integer"
-$GMAKE -C llvm/test TESTSUITE=TableGen || failed="$failed TableGen"
-$GMAKE -C llvm/test TESTSUITE=Verifier || failed="$failed Verifier"
-
-test -z "$failed" && exit 0
-echo "LLVM dejagnu tests failed: $failed"
-exit 1
+exec $GMAKE -C llvm check-lit TESTSUITE="CodeGen ExecutionEngine Integer TableGen Verifier"

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list