2008-09-22 03:08:49 +02:00
|
|
|
add_llvm_library(LLVMCodeGen
|
|
|
|
BranchFolding.cpp
|
2009-05-07 07:42:24 +02:00
|
|
|
CodePlacementOpt.cpp
|
2008-09-22 03:08:49 +02:00
|
|
|
DeadMachineInstructionElim.cpp
|
2009-05-22 22:36:31 +02:00
|
|
|
DwarfEHPrepare.cpp
|
2009-06-03 19:47:27 +02:00
|
|
|
ELFCodeEmitter.cpp
|
2008-09-22 03:08:49 +02:00
|
|
|
ELFWriter.cpp
|
2009-08-10 17:55:25 +02:00
|
|
|
ExactHazardRecognizer.cpp
|
2008-09-22 03:08:49 +02:00
|
|
|
GCMetadata.cpp
|
|
|
|
GCMetadataPrinter.cpp
|
|
|
|
GCStrategy.cpp
|
|
|
|
IfConversion.cpp
|
|
|
|
IntrinsicLowering.cpp
|
|
|
|
LLVMTargetMachine.cpp
|
2008-11-20 00:18:57 +01:00
|
|
|
LatencyPriorityQueue.cpp
|
2009-06-11 00:53:59 +02:00
|
|
|
LazyLiveness.cpp
|
2008-09-22 03:08:49 +02:00
|
|
|
LiveInterval.cpp
|
|
|
|
LiveIntervalAnalysis.cpp
|
|
|
|
LiveStackAnalysis.cpp
|
|
|
|
LiveVariables.cpp
|
|
|
|
LowerSubregs.cpp
|
2009-06-03 17:29:09 +02:00
|
|
|
MachOCodeEmitter.cpp
|
2008-09-22 03:08:49 +02:00
|
|
|
MachOWriter.cpp
|
|
|
|
MachineBasicBlock.cpp
|
|
|
|
MachineDominators.cpp
|
|
|
|
MachineFunction.cpp
|
2009-07-31 20:50:22 +02:00
|
|
|
MachineFunctionAnalysis.cpp
|
|
|
|
MachineFunctionPass.cpp
|
2008-09-22 03:08:49 +02:00
|
|
|
MachineInstr.cpp
|
|
|
|
MachineLICM.cpp
|
|
|
|
MachineLoopInfo.cpp
|
|
|
|
MachineModuleInfo.cpp
|
2009-09-16 12:18:36 +02:00
|
|
|
MachineModuleInfoImpls.cpp
|
2008-09-22 03:08:49 +02:00
|
|
|
MachinePassRegistry.cpp
|
|
|
|
MachineRegisterInfo.cpp
|
|
|
|
MachineSink.cpp
|
2009-05-16 02:33:53 +02:00
|
|
|
MachineVerifier.cpp
|
2009-07-06 16:28:32 +02:00
|
|
|
ObjectCodeEmitter.cpp
|
2008-09-22 03:08:49 +02:00
|
|
|
OcamlGC.cpp
|
|
|
|
PHIElimination.cpp
|
|
|
|
Passes.cpp
|
|
|
|
PostRASchedulerList.cpp
|
2008-10-21 04:37:50 +02:00
|
|
|
PreAllocSplitting.cpp
|
2008-09-22 03:08:49 +02:00
|
|
|
PrologEpilogInserter.cpp
|
|
|
|
PseudoSourceValue.cpp
|
|
|
|
RegAllocLinearScan.cpp
|
|
|
|
RegAllocLocal.cpp
|
2008-10-04 23:18:50 +02:00
|
|
|
RegAllocPBQP.cpp
|
2008-09-22 03:08:49 +02:00
|
|
|
RegisterCoalescer.cpp
|
|
|
|
RegisterScavenging.cpp
|
2008-11-20 00:18:57 +01:00
|
|
|
ScheduleDAG.cpp
|
|
|
|
ScheduleDAGEmit.cpp
|
|
|
|
ScheduleDAGInstrs.cpp
|
|
|
|
ScheduleDAGPrinter.cpp
|
2008-09-22 03:08:49 +02:00
|
|
|
ShadowStackGC.cpp
|
2009-05-13 08:27:38 +02:00
|
|
|
ShrinkWrapping.cpp
|
2008-09-22 03:08:49 +02:00
|
|
|
SimpleRegisterCoalescing.cpp
|
2009-08-17 20:47:11 +02:00
|
|
|
SjLjEHPrepare.cpp
|
2009-05-19 02:18:14 +02:00
|
|
|
Spiller.cpp
|
2008-11-04 04:24:04 +01:00
|
|
|
StackProtector.cpp
|
2008-09-22 03:08:49 +02:00
|
|
|
StackSlotColoring.cpp
|
|
|
|
StrongPHIElimination.cpp
|
|
|
|
TargetInstrInfoImpl.cpp
|
|
|
|
TwoAddressInstructionPass.cpp
|
|
|
|
UnreachableBlockElim.cpp
|
|
|
|
VirtRegMap.cpp
|
2009-05-06 16:56:40 +02:00
|
|
|
VirtRegRewriter.cpp
|
2008-09-22 03:08:49 +02:00
|
|
|
)
|
2009-06-26 17:37:00 +02:00
|
|
|
|
2009-07-02 20:53:52 +02:00
|
|
|
target_link_libraries (LLVMCodeGen LLVMCore LLVMScalarOpts)
|