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