summaryrefslogtreecommitdiffstats
path: root/lib/clang/libllvmcodegen
diff options
context:
space:
mode:
authorrdivacky <rdivacky@FreeBSD.org>2010-06-09 19:32:20 +0000
committerrdivacky <rdivacky@FreeBSD.org>2010-06-09 19:32:20 +0000
commitb45271f609e8549582d20aeb42901fd1bb0de186 (patch)
tree807a6949d3dcd7e0705ad73bc45f2bcd39f9baf9 /lib/clang/libllvmcodegen
parentaad55b23d0526ba56425551b7700ea1fbf2b1353 (diff)
downloadFreeBSD-src-b45271f609e8549582d20aeb42901fd1bb0de186.zip
FreeBSD-src-b45271f609e8549582d20aeb42901fd1bb0de186.tar.gz
Import the build makefiles for clang/LLVM.
Approved by: ed (mentor)
Diffstat (limited to 'lib/clang/libllvmcodegen')
-rw-r--r--lib/clang/libllvmcodegen/Makefile40
1 files changed, 40 insertions, 0 deletions
diff --git a/lib/clang/libllvmcodegen/Makefile b/lib/clang/libllvmcodegen/Makefile
new file mode 100644
index 0000000..40ae083
--- /dev/null
+++ b/lib/clang/libllvmcodegen/Makefile
@@ -0,0 +1,40 @@
+# $FreeBSD$
+
+LIB= llvmcodegen
+
+SRCDIR= lib/CodeGen
+SRCS= AggressiveAntiDepBreaker.cpp Analysis.cpp BranchFolding.cpp \
+ CalcSpillWeights.cpp CodePlacementOpt.cpp \
+ CriticalAntiDepBreaker.cpp DeadMachineInstructionElim.cpp \
+ DwarfEHPrepare.cpp ELFCodeEmitter.cpp ELFWriter.cpp \
+ ExactHazardRecognizer.cpp GCMetadata.cpp GCMetadataPrinter.cpp \
+ GCStrategy.cpp IfConversion.cpp IntrinsicLowering.cpp \
+ LLVMTargetMachine.cpp LatencyPriorityQueue.cpp \
+ LiveInterval.cpp LiveIntervalAnalysis.cpp \
+ LiveStackAnalysis.cpp LiveVariables.cpp LowerSubregs.cpp \
+ MachineBasicBlock.cpp MachineCSE.cpp MachineDominators.cpp \
+ MachineFunction.cpp MachineFunctionAnalysis.cpp \
+ MachineFunctionPass.cpp MachineFunctionPrinterPass.cpp \
+ MachineInstr.cpp MachineLICM.cpp MachineLoopInfo.cpp \
+ MachineModuleInfo.cpp MachineModuleInfoImpls.cpp \
+ MachinePassRegistry.cpp MachineRegisterInfo.cpp \
+ MachineSSAUpdater.cpp MachineSink.cpp MachineVerifier.cpp \
+ ObjectCodeEmitter.cpp OcamlGC.cpp OptimizeExts.cpp \
+ OptimizePHIs.cpp PHIElimination.cpp Passes.cpp \
+ PostRASchedulerList.cpp PreAllocSplitting.cpp \
+ ProcessImplicitDefs.cpp PrologEpilogInserter.cpp \
+ PseudoSourceValue.cpp RegAllocFast.cpp RegAllocLinearScan.cpp \
+ RegAllocLocal.cpp RegAllocPBQP.cpp RegisterCoalescer.cpp \
+ RegisterScavenging.cpp ScheduleDAG.cpp ScheduleDAGEmit.cpp \
+ ScheduleDAGInstrs.cpp ScheduleDAGPrinter.cpp ShadowStackGC.cpp \
+ ShrinkWrapping.cpp SimpleRegisterCoalescing.cpp \
+ SjLjEHPrepare.cpp SlotIndexes.cpp Spiller.cpp \
+ StackProtector.cpp StackSlotColoring.cpp \
+ StrongPHIElimination.cpp TailDuplication.cpp \
+ TargetInstrInfoImpl.cpp TargetLoweringObjectFileImpl.cpp \
+ TwoAddressInstructionPass.cpp UnreachableBlockElim.cpp \
+ VirtRegMap.cpp VirtRegRewriter.cpp
+
+TGHDRS= Intrinsics
+
+.include "../clang.lib.mk"
OpenPOWER on IntegriCloud