Make a new llvm/Target #include directory.
Move files from lib/CodeGen/TargetMachine to lib/Target Move TargetData.h and TargetMachine.h to Target/{Data.h|Machine.h} Prepare to split TargetMachine.h into several smaller files llvm-svn: 566
Showing
- llvm/include/llvm/CodeGen/MachineInstr.h 1 addition, 1 deletionllvm/include/llvm/CodeGen/MachineInstr.h
- llvm/include/llvm/CodeGen/RegClass.h 1 addition, 6 deletionsllvm/include/llvm/CodeGen/RegClass.h
- llvm/include/llvm/Target/Data.h 3 additions, 3 deletionsllvm/include/llvm/Target/Data.h
- llvm/include/llvm/Target/Machine.h 10 additions, 17 deletionsllvm/include/llvm/Target/Machine.h
- llvm/include/llvm/Target/Sparc.h 0 additions, 0 deletionsllvm/include/llvm/Target/Sparc.h
- llvm/include/llvm/Target/TargetMachineImpls.h 17 additions, 0 deletionsllvm/include/llvm/Target/TargetMachineImpls.h
- llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp 1 addition, 1 deletionllvm/lib/CodeGen/InstrSched/InstrScheduling.cpp
- llvm/lib/CodeGen/InstrSched/SchedGraph.cpp 1 addition, 1 deletionllvm/lib/CodeGen/InstrSched/SchedGraph.cpp
- llvm/lib/CodeGen/Makefile 1 addition, 1 deletionllvm/lib/CodeGen/Makefile
- llvm/lib/CodeGen/RegAlloc/RegClass.h 1 addition, 6 deletionsllvm/lib/CodeGen/RegAlloc/RegClass.h
- llvm/lib/CodeGen/TargetMachine/Makefile 0 additions, 5 deletionsllvm/lib/CodeGen/TargetMachine/Makefile
- llvm/lib/ExecutionEngine/Interpreter/Execution.cpp 1 addition, 1 deletionllvm/lib/ExecutionEngine/Interpreter/Execution.cpp
- llvm/lib/Target/Makefile 1 addition, 1 deletionllvm/lib/Target/Makefile
- llvm/lib/Target/Sparc/SparcInternals.h 1 addition, 1 deletionllvm/lib/Target/Sparc/SparcInternals.h
- llvm/lib/Target/Sparc/SparcV9RegInfo.h 2 additions, 4 deletionsllvm/lib/Target/Sparc/SparcV9RegInfo.h
- llvm/lib/Target/TargetData.cpp 1 addition, 1 deletionllvm/lib/Target/TargetData.cpp
- llvm/lib/Target/TargetMachine.cpp 6 additions, 22 deletionsllvm/lib/Target/TargetMachine.cpp
- llvm/tools/llc/llc.cpp 23 additions, 31 deletionsllvm/tools/llc/llc.cpp
Loading
Please register or sign in to comment