mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-11-04 05:17:07 +00:00 
			
		
		
		
	Patch by: Mei Ye git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187764 91177308-0d34-0410-b5e6-96231b3b80d8
		
			
				
	
	
		
			39 lines
		
	
	
		
			785 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			785 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
add_llvm_library(LLVMTransformUtils
 | 
						|
  BasicBlockUtils.cpp
 | 
						|
  BreakCriticalEdges.cpp
 | 
						|
  BuildLibCalls.cpp
 | 
						|
  BypassSlowDivision.cpp
 | 
						|
  CloneFunction.cpp
 | 
						|
  CloneModule.cpp
 | 
						|
  CmpInstAnalysis.cpp
 | 
						|
  CodeExtractor.cpp
 | 
						|
  DemoteRegToStack.cpp
 | 
						|
  InlineFunction.cpp
 | 
						|
  InstructionNamer.cpp
 | 
						|
  IntegerDivision.cpp
 | 
						|
  LCSSA.cpp
 | 
						|
  Local.cpp
 | 
						|
  LoopSimplify.cpp
 | 
						|
  LoopUnroll.cpp
 | 
						|
  LoopUnrollRuntime.cpp
 | 
						|
  LowerExpectIntrinsic.cpp
 | 
						|
  LowerInvoke.cpp
 | 
						|
  LowerSwitch.cpp
 | 
						|
  Mem2Reg.cpp
 | 
						|
  MetaRenamer.cpp
 | 
						|
  ModuleUtils.cpp
 | 
						|
  PromoteMemoryToRegister.cpp
 | 
						|
  SSAUpdater.cpp
 | 
						|
  SimplifyCFG.cpp
 | 
						|
  FlattenCFG.cpp
 | 
						|
  SimplifyIndVar.cpp
 | 
						|
  SimplifyInstructions.cpp
 | 
						|
  SimplifyLibCalls.cpp
 | 
						|
  SpecialCaseList.cpp
 | 
						|
  UnifyFunctionExitNodes.cpp
 | 
						|
  Utils.cpp
 | 
						|
  ValueMapper.cpp
 | 
						|
  )
 | 
						|
 | 
						|
add_dependencies(LLVMTransformUtils intrinsics_gen)
 |