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