aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2011-11-10 19:01:51 -0800
committerStephen Hines <srhines@google.com>2011-11-14 09:12:12 -0800
commitf2a027ee44593147a4aee5566a13f682a1964773 (patch)
tree86dcaf48aa06689504e022058ea977e3ce5a43ef /lib/CodeGen
parent4fffbb4e26c7ee764a853e54ba11aa57087b6ab1 (diff)
downloadexternal_llvm-f2a027ee44593147a4aee5566a13f682a1964773.zip
external_llvm-f2a027ee44593147a4aee5566a13f682a1964773.tar.gz
external_llvm-f2a027ee44593147a4aee5566a13f682a1964773.tar.bz2
Update LLVM to svn 144354.
Change-Id: I1935ffce1c5d5eec52ad8b69bab9ee0c281aef16
Diffstat (limited to 'lib/CodeGen')
-rw-r--r--lib/CodeGen/Android.mk1
-rw-r--r--lib/CodeGen/AsmPrinter/Android.mk1
-rw-r--r--lib/CodeGen/SelectionDAG/Android.mk1
3 files changed, 2 insertions, 1 deletions
diff --git a/lib/CodeGen/Android.mk b/lib/CodeGen/Android.mk
index 79571a7..adef8ef 100644
--- a/lib/CodeGen/Android.mk
+++ b/lib/CodeGen/Android.mk
@@ -39,6 +39,7 @@ codegen_SRC_FILES := \
LocalStackSlotAllocation.cpp \
MachineBasicBlock.cpp \
MachineBlockFrequencyInfo.cpp \
+ MachineBlockPlacement.cpp \
MachineBranchProbabilityInfo.cpp \
MachineCSE.cpp \
MachineDominators.cpp \
diff --git a/lib/CodeGen/AsmPrinter/Android.mk b/lib/CodeGen/AsmPrinter/Android.mk
index 843ff24..d5496de 100644
--- a/lib/CodeGen/AsmPrinter/Android.mk
+++ b/lib/CodeGen/AsmPrinter/Android.mk
@@ -13,6 +13,7 @@ LOCAL_SRC_FILES := \
AsmPrinterInlineAsm.cpp \
ARMException.cpp \
DIE.cpp \
+ DwarfAccelTable.cpp \
DwarfCFIException.cpp \
DwarfCompileUnit.cpp \
DwarfDebug.cpp \
diff --git a/lib/CodeGen/SelectionDAG/Android.mk b/lib/CodeGen/SelectionDAG/Android.mk
index 2937196..4fc5cc9 100644
--- a/lib/CodeGen/SelectionDAG/Android.mk
+++ b/lib/CodeGen/SelectionDAG/Android.mk
@@ -13,7 +13,6 @@ codegen_selectiondag_SRC_FILES := \
LegalizeVectorOps.cpp \
LegalizeVectorTypes.cpp \
ScheduleDAGFast.cpp \
- ScheduleDAGList.cpp \
ScheduleDAGRRList.cpp \
ScheduleDAGSDNodes.cpp \
SelectionDAG.cpp \