mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 00:32:55 +00:00
Move MachineCodeForInstruction.h and MachineFunctionInfo.h into lib/Target/SparcV9
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15830 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
753c16c9cb
commit
85015a0891
@ -13,12 +13,12 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "SchedPriorities.h"
|
||||
#include "llvm/CodeGen/MachineInstr.h"
|
||||
#include "llvm/CodeGen/MachineCodeForInstruction.h"
|
||||
#include "llvm/CodeGen/MachineFunction.h"
|
||||
#include "../../Target/SparcV9/LiveVar/FunctionLiveVarInfo.h"
|
||||
#include "llvm/Target/TargetMachine.h"
|
||||
#include "llvm/BasicBlock.h"
|
||||
#include "llvm/CodeGen/MachineInstr.h"
|
||||
#include "llvm/CodeGen/MachineFunction.h"
|
||||
#include "llvm/Target/TargetMachine.h"
|
||||
#include "../../Target/SparcV9/MachineCodeForInstruction.h"
|
||||
#include "../../Target/SparcV9/LiveVar/FunctionLiveVarInfo.h"
|
||||
#include "Support/CommandLine.h"
|
||||
#include <algorithm>
|
||||
#include <iostream>
|
||||
|
@ -16,10 +16,10 @@
|
||||
#include "SchedGraph.h"
|
||||
#include "llvm/Function.h"
|
||||
#include "llvm/Instructions.h"
|
||||
#include "llvm/CodeGen/MachineCodeForInstruction.h"
|
||||
#include "llvm/CodeGen/MachineFunction.h"
|
||||
#include "llvm/Target/TargetInstrInfo.h"
|
||||
#include "llvm/Target/TargetMachine.h"
|
||||
#include "../../Target/SparcV9/MachineCodeForInstruction.h"
|
||||
#include "../../Target/SparcV9/SparcV9RegInfo.h"
|
||||
#include "Support/STLExtras.h"
|
||||
#include <iostream>
|
||||
|
@ -22,13 +22,13 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "llvm/CodeGen/MachineCodeForInstruction.h"
|
||||
#include "../Target/SparcV9/MachineCodeForInstruction.h"
|
||||
#include "llvm/Function.h"
|
||||
#include "llvm/Instructions.h"
|
||||
#include "llvm/Type.h"
|
||||
#include "llvm/CodeGen/MachineInstr.h"
|
||||
#include "llvm/CodeGen/MachineFunction.h"
|
||||
#include "llvm/CodeGen/MachineFunctionInfo.h"
|
||||
#include "../Target/SparcV9/MachineFunctionInfo.h"
|
||||
#include "../Target/SparcV9/MachineInstrAnnot.h"
|
||||
#include "../Target/SparcV9/SparcV9TmpInstr.h"
|
||||
using namespace llvm;
|
||||
|
@ -16,7 +16,6 @@
|
||||
#include "llvm/CodeGen/MachineFunctionPass.h"
|
||||
#include "llvm/CodeGen/MachineInstr.h"
|
||||
#include "llvm/CodeGen/SSARegMap.h"
|
||||
#include "llvm/CodeGen/MachineFunctionInfo.h"
|
||||
#include "llvm/CodeGen/MachineFrameInfo.h"
|
||||
#include "llvm/CodeGen/MachineConstantPool.h"
|
||||
#include "llvm/CodeGen/Passes.h"
|
||||
@ -25,6 +24,7 @@
|
||||
#include "llvm/Function.h"
|
||||
#include "llvm/Instructions.h"
|
||||
#include "llvm/Type.h"
|
||||
#include "../Target/SparcV9/MachineFunctionInfo.h" // FIXME
|
||||
#include "Support/LeakDetector.h"
|
||||
#include "Support/GraphWriter.h"
|
||||
#include <fstream>
|
||||
|
@ -18,10 +18,8 @@
|
||||
#include "llvm/Instructions.h"
|
||||
#include "llvm/Function.h"
|
||||
#include "llvm/CodeGen/MachineFunction.h"
|
||||
#include "llvm/CodeGen/MachineCodeForInstruction.h"
|
||||
#include "llvm/CodeGen/Passes.h"
|
||||
#include "llvm/Support/CFG.h"
|
||||
#include "Support/Casting.h"
|
||||
#include "llvm/Target/TargetSchedInfo.h"
|
||||
#include "Support/Debug.h"
|
||||
#include "Support/GraphWriter.h"
|
||||
@ -31,6 +29,7 @@
|
||||
#include <sstream>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
#include "../../Target/SparcV9/MachineCodeForInstruction.h"
|
||||
#include "../../Target/SparcV9/SparcV9TmpInstr.h"
|
||||
#include "../../Target/SparcV9/SparcV9Internals.h"
|
||||
#include "../../Target/SparcV9/SparcV9RegisterInfo.h"
|
||||
|
@ -13,12 +13,12 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "SchedPriorities.h"
|
||||
#include "llvm/CodeGen/MachineInstr.h"
|
||||
#include "llvm/CodeGen/MachineCodeForInstruction.h"
|
||||
#include "llvm/CodeGen/MachineFunction.h"
|
||||
#include "../../Target/SparcV9/LiveVar/FunctionLiveVarInfo.h"
|
||||
#include "llvm/Target/TargetMachine.h"
|
||||
#include "llvm/BasicBlock.h"
|
||||
#include "llvm/CodeGen/MachineInstr.h"
|
||||
#include "llvm/CodeGen/MachineFunction.h"
|
||||
#include "llvm/Target/TargetMachine.h"
|
||||
#include "../../Target/SparcV9/MachineCodeForInstruction.h"
|
||||
#include "../../Target/SparcV9/LiveVar/FunctionLiveVarInfo.h"
|
||||
#include "Support/CommandLine.h"
|
||||
#include <algorithm>
|
||||
#include <iostream>
|
||||
|
@ -16,10 +16,10 @@
|
||||
#include "SchedGraph.h"
|
||||
#include "llvm/Function.h"
|
||||
#include "llvm/Instructions.h"
|
||||
#include "llvm/CodeGen/MachineCodeForInstruction.h"
|
||||
#include "llvm/CodeGen/MachineFunction.h"
|
||||
#include "llvm/Target/TargetInstrInfo.h"
|
||||
#include "llvm/Target/TargetMachine.h"
|
||||
#include "../../Target/SparcV9/MachineCodeForInstruction.h"
|
||||
#include "../../Target/SparcV9/SparcV9RegInfo.h"
|
||||
#include "Support/STLExtras.h"
|
||||
#include <iostream>
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===-- llvm/CodeGen/MachineCodeForInstruction.h ----------------*- C++ -*-===//
|
||||
//===-- MachineCodeForInstruction.h -----------------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
@ -25,8 +25,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_CODEGEN_MACHINECODE_FOR_INSTRUCTION_H
|
||||
#define LLVM_CODEGEN_MACHINECODE_FOR_INSTRUCTION_H
|
||||
#ifndef MACHINECODE_FOR_INSTRUCTION_H
|
||||
#define MACHINECODE_FOR_INSTRUCTION_H
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===-- llvm/CodeGen/MachineFunctionInfo.h ----------------------*- C++ -*-===//
|
||||
//===-- MachineFunctionInfo.h -----------------------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
@ -15,10 +15,10 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_CODEGEN_MACHINEFUNCTIONINFO_H
|
||||
#define LLVM_CODEGEN_MACHINEFUNCTIONINFO_H
|
||||
#ifndef MACHINEFUNCTIONINFO_H
|
||||
#define MACHINEFUNCTIONINFO_H
|
||||
|
||||
#include "llvm/CodeGen/MachineCodeForInstruction.h"
|
||||
#include "MachineCodeForInstruction.h"
|
||||
#include "Support/HashExtras.h"
|
||||
#include "Support/hash_set"
|
||||
|
||||
|
@ -46,7 +46,7 @@
|
||||
#include "llvm/Pass.h"
|
||||
#include "llvm/Module.h"
|
||||
#include "llvm/CodeGen/MachineFunction.h"
|
||||
#include "llvm/CodeGen/MachineCodeForInstruction.h"
|
||||
#include "MachineCodeForInstruction.h"
|
||||
#include "Support/StringExtras.h"
|
||||
|
||||
namespace llvm {
|
||||
|
@ -18,10 +18,8 @@
|
||||
#include "llvm/Instructions.h"
|
||||
#include "llvm/Function.h"
|
||||
#include "llvm/CodeGen/MachineFunction.h"
|
||||
#include "llvm/CodeGen/MachineCodeForInstruction.h"
|
||||
#include "llvm/CodeGen/Passes.h"
|
||||
#include "llvm/Support/CFG.h"
|
||||
#include "Support/Casting.h"
|
||||
#include "llvm/Target/TargetSchedInfo.h"
|
||||
#include "Support/Debug.h"
|
||||
#include "Support/GraphWriter.h"
|
||||
@ -31,6 +29,7 @@
|
||||
#include <sstream>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
#include "../../Target/SparcV9/MachineCodeForInstruction.h"
|
||||
#include "../../Target/SparcV9/SparcV9TmpInstr.h"
|
||||
#include "../../Target/SparcV9/SparcV9Internals.h"
|
||||
#include "../../Target/SparcV9/SparcV9RegisterInfo.h"
|
||||
|
@ -26,6 +26,8 @@
|
||||
#include "RegAllocCommon.h"
|
||||
#include "RegClass.h"
|
||||
#include "../LiveVar/FunctionLiveVarInfo.h"
|
||||
#include "../MachineCodeForInstruction.h"
|
||||
#include "../MachineFunctionInfo.h"
|
||||
#include "../SparcV9InstrInfo.h"
|
||||
#include "../SparcV9TmpInstr.h"
|
||||
#include "llvm/Constants.h"
|
||||
@ -34,9 +36,7 @@
|
||||
#include "llvm/Module.h"
|
||||
#include "llvm/Type.h"
|
||||
#include "llvm/Analysis/LoopInfo.h"
|
||||
#include "llvm/CodeGen/MachineCodeForInstruction.h"
|
||||
#include "llvm/CodeGen/MachineFunction.h"
|
||||
#include "llvm/CodeGen/MachineFunctionInfo.h"
|
||||
#include "llvm/CodeGen/MachineInstr.h"
|
||||
#include "llvm/CodeGen/MachineInstrBuilder.h"
|
||||
#include "../MachineInstrAnnot.h"
|
||||
|
@ -25,12 +25,12 @@
|
||||
#include "llvm/Assembly/Writer.h"
|
||||
#include "llvm/CodeGen/MachineConstantPool.h"
|
||||
#include "llvm/CodeGen/MachineFunction.h"
|
||||
#include "llvm/CodeGen/MachineFunctionInfo.h"
|
||||
#include "llvm/CodeGen/MachineInstr.h"
|
||||
#include "llvm/Support/Mangler.h"
|
||||
#include "Support/StringExtras.h"
|
||||
#include "Support/Statistic.h"
|
||||
#include "SparcV9Internals.h"
|
||||
#include "MachineFunctionInfo.h"
|
||||
#include <string>
|
||||
using namespace llvm;
|
||||
|
||||
|
@ -21,15 +21,14 @@
|
||||
#include "SparcV9TmpInstr.h"
|
||||
#include "SparcV9FrameInfo.h"
|
||||
#include "SparcV9RegisterInfo.h"
|
||||
#include "MachineFunctionInfo.h"
|
||||
#include "llvm/CodeGen/IntrinsicLowering.h"
|
||||
#include "llvm/CodeGen/MachineConstantPool.h"
|
||||
#include "llvm/CodeGen/MachineFunction.h"
|
||||
#include "llvm/CodeGen/MachineFunctionInfo.h"
|
||||
#include "llvm/CodeGen/MachineInstr.h"
|
||||
#include "llvm/CodeGen/MachineInstrBuilder.h"
|
||||
#include "llvm/Constants.h"
|
||||
#include "llvm/DerivedTypes.h"
|
||||
#include "llvm/GlobalValue.h"
|
||||
#include "llvm/Instructions.h"
|
||||
#include "llvm/Intrinsics.h"
|
||||
#include "llvm/Module.h"
|
||||
|
@ -26,7 +26,6 @@
|
||||
#include "llvm/PassManager.h"
|
||||
#include "llvm/CodeGen/MachineCodeEmitter.h"
|
||||
#include "llvm/CodeGen/MachineConstantPool.h"
|
||||
#include "llvm/CodeGen/MachineFunctionInfo.h"
|
||||
#include "llvm/CodeGen/MachineFunctionPass.h"
|
||||
#include "llvm/CodeGen/MachineInstr.h"
|
||||
#include "llvm/Target/TargetMachine.h"
|
||||
@ -38,6 +37,7 @@
|
||||
#include "SparcV9TargetMachine.h"
|
||||
#include "SparcV9RegInfo.h"
|
||||
#include "SparcV9CodeEmitter.h"
|
||||
#include "MachineFunctionInfo.h"
|
||||
#include "Config/alloca.h"
|
||||
|
||||
namespace llvm {
|
||||
|
@ -12,8 +12,8 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "llvm/CodeGen/MachineFunction.h"
|
||||
#include "llvm/CodeGen/MachineFunctionInfo.h"
|
||||
#include "llvm/Target/TargetFrameInfo.h"
|
||||
#include "MachineFunctionInfo.h"
|
||||
#include "SparcV9FrameInfo.h"
|
||||
|
||||
using namespace llvm;
|
||||
|
@ -20,9 +20,9 @@
|
||||
#include "SparcV9RegClassInfo.h"
|
||||
#include "SparcV9RegisterInfo.h"
|
||||
#include "SparcV9FrameInfo.h"
|
||||
#include "MachineFunctionInfo.h"
|
||||
#include "MachineCodeForInstruction.h"
|
||||
#include "llvm/CodeGen/MachineFunctionPass.h"
|
||||
#include "llvm/CodeGen/MachineFunctionInfo.h"
|
||||
#include "llvm/CodeGen/MachineCodeForInstruction.h"
|
||||
#include "llvm/CodeGen/MachineInstrBuilder.h"
|
||||
#include "llvm/Pass.h"
|
||||
#include "llvm/Function.h"
|
||||
|
@ -13,9 +13,9 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "llvm/CodeGen/MachineFunction.h"
|
||||
#include "llvm/CodeGen/MachineFunctionInfo.h"
|
||||
#include "llvm/CodeGen/MachineInstrBuilder.h"
|
||||
#include "llvm/CodeGen/MachineCodeForInstruction.h"
|
||||
#include "MachineFunctionInfo.h"
|
||||
#include "MachineCodeForInstruction.h"
|
||||
#include "MachineInstrAnnot.h"
|
||||
#include "RegAlloc/LiveRangeInfo.h"
|
||||
#include "RegAlloc/LiveRange.h"
|
||||
|
@ -17,10 +17,9 @@
|
||||
#include "llvm/Constant.h"
|
||||
#include "llvm/DerivedTypes.h"
|
||||
#include "llvm/Function.h"
|
||||
#include "llvm/CodeGen/MachineFunctionInfo.h"
|
||||
#include "llvm/CodeGen/MachineFunctionPass.h"
|
||||
|
||||
namespace llvm {
|
||||
#include "MachineFunctionInfo.h"
|
||||
using namespace llvm;
|
||||
|
||||
namespace {
|
||||
class StackSlots : public MachineFunctionPass {
|
||||
@ -47,8 +46,7 @@ namespace {
|
||||
};
|
||||
}
|
||||
|
||||
Pass *createStackSlotsPass(const TargetMachine &Target) {
|
||||
Pass *llvm::createStackSlotsPass(const TargetMachine &Target) {
|
||||
return new StackSlots(Target);
|
||||
}
|
||||
|
||||
} // End llvm namespace
|
||||
|
@ -19,13 +19,13 @@
|
||||
#include "llvm/CodeGen/InstrScheduling.h"
|
||||
#include "llvm/CodeGen/IntrinsicLowering.h"
|
||||
#include "llvm/CodeGen/MachineFunction.h"
|
||||
#include "llvm/CodeGen/MachineFunctionInfo.h"
|
||||
#include "llvm/CodeGen/MachineCodeForInstruction.h"
|
||||
#include "llvm/CodeGen/Passes.h"
|
||||
#include "llvm/Target/TargetOptions.h"
|
||||
#include "llvm/Target/TargetMachineRegistry.h"
|
||||
#include "llvm/Transforms/Scalar.h"
|
||||
#include "MappingInfo.h"
|
||||
#include "MachineFunctionInfo.h"
|
||||
#include "MachineCodeForInstruction.h"
|
||||
#include "SparcV9Internals.h"
|
||||
#include "SparcV9TargetMachine.h"
|
||||
#include "SparcV9BurgISel.h"
|
||||
|
@ -16,7 +16,7 @@
|
||||
#define SPARCV9TMPINSTR_H
|
||||
|
||||
#include "llvm/Instruction.h"
|
||||
#include "llvm/CodeGen/MachineCodeForInstruction.h"
|
||||
#include "MachineCodeForInstruction.h"
|
||||
|
||||
namespace llvm {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user