llvm-6502/lib/Target/SparcV9
Tanya Lattner acd6782470 Chris is a pain ;) Removing reassociate.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19005 91177308-0d34-0410-b5e6-96231b3b80d8
2004-12-16 23:16:16 +00:00
..
InstrSched
LiveVar
ModuloScheduling When writing kernel, save the branches til the end. They are still put in the "right place" in the schedule, but sometimes when folding to make a kernel instructions are added between branches. This is wrong. To avoid this, we handle branches special. 2004-12-03 05:25:22 +00:00
RegAlloc
.cvsignore
DecomposeMultiDimRefs.cpp Decompose* is V9 specific, make it internal 2004-11-07 00:43:24 +00:00
EmitBytecodeToAssembly.cpp
InternalGlobalMapper.cpp Remove extraneous namespacification. In particular, don't define llvm::llvm::createInternalGlobalMapperPass 2004-11-30 00:22:59 +00:00
MachineCodeForInstruction.cpp
MachineCodeForInstruction.h
MachineFunctionInfo.cpp
MachineFunctionInfo.h
MachineInstrAnnot.h
Makefile Use the rules in Makefile.rules to build SparcV9GenCodeEmitter.inc instead 2004-12-16 16:47:56 +00:00
MappingInfo.cpp
MappingInfo.h
SparcV9_F2.td
SparcV9_F3.td
SparcV9_F4.td
SparcV9.burg.in
SparcV9.td
SparcV9AsmPrinter.cpp Fix header 2004-12-16 16:47:03 +00:00
SparcV9BurgISel.cpp Changed the CreateCodeToLoadConst function to preserve SSA form. This basically means adding extra tmp instructions for intermediate values. 2004-11-23 04:22:29 +00:00
SparcV9BurgISel.h
SparcV9CodeEmitter.cpp Use the rules in Makefile.rules to build SparcV9GenCodeEmitter.inc instead 2004-12-16 16:47:56 +00:00
SparcV9CodeEmitter.h Remove JIT-specific code from the code emitter. 2004-11-22 20:25:10 +00:00
SparcV9FrameInfo.cpp
SparcV9FrameInfo.h
SparcV9Instr.def
SparcV9InstrForest.h
SparcV9InstrInfo.h
SparcV9InstrInfo.td
SparcV9Internals.h Remove dead #include 2004-12-16 19:32:38 +00:00
SparcV9JITInfo.cpp Implement the Sparc JIT interfaces, including relocation support. 2004-11-22 20:24:27 +00:00
SparcV9JITInfo.h New methods implemented 2004-11-22 20:24:42 +00:00
SparcV9PeepholeOpts.cpp
SparcV9PreSelection.cpp
SparcV9PrologEpilogInserter.cpp
SparcV9RegClassInfo.cpp
SparcV9RegClassInfo.h
SparcV9RegInfo.cpp
SparcV9RegInfo.h
SparcV9RegisterInfo.cpp
SparcV9RegisterInfo.h
SparcV9RegisterInfo.td
SparcV9Relocations.h Initial checkin of the V9 relocation types 2004-11-22 00:40:51 +00:00
SparcV9SchedInfo.cpp
SparcV9StackSlots.cpp
SparcV9TargetMachine.cpp Chris is a pain ;) Removing reassociate. 2004-12-16 23:16:16 +00:00
SparcV9TargetMachine.h
SparcV9TmpInstr.cpp
SparcV9TmpInstr.h