llvm-6502/lib/Target/SparcV9
2004-11-23 04:22:29 +00:00
..
InstrSched Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
LiveVar Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
ModuloScheduling Fixed a bug where I was trying to ModuloSchedule a loop with no instructions but a terminator. 2004-11-22 20:41:24 +00:00
RegAlloc Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
.cvsignore
DecomposeMultiDimRefs.cpp Decompose* is V9 specific, make it internal 2004-11-07 00:43:24 +00:00
EmitBytecodeToAssembly.cpp 'Pass' should now not be derived from by clients. Instead, they should derive 2004-09-20 04:48:05 +00:00
InternalGlobalMapper.cpp 'Pass' should now not be derived from by clients. Instead, they should derive 2004-09-20 04:48:05 +00:00
MachineCodeForInstruction.cpp
MachineCodeForInstruction.h
MachineFunctionInfo.cpp
MachineFunctionInfo.h
MachineInstrAnnot.h
Makefile Internalize variable names to prevent recursive assignment. Cleanup docs. 2004-10-30 09:19:36 +00:00
MappingInfo.cpp Simplify mapping info generation. In particular, the LLVM-to-MachineInstr map 2004-10-19 05:15:21 +00:00
MappingInfo.h 'Pass' should now not be derived from by clients. Instead, they should derive 2004-09-20 04:48:05 +00:00
SparcV9_F2.td
SparcV9_F3.td
SparcV9_F4.td
SparcV9.burg.in All of these labels are off by one now that the unreachable instruction exists 2004-10-17 05:37:47 +00:00
SparcV9.td
SparcV9AsmPrinter.cpp I forgot that sparc no longer uses the shared asmwriter. Give it support 2004-10-17 02:44:45 +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 Remove some dead vars and some useless namespacification 2004-11-22 21:42:40 +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 Fix file header 2004-10-16 16:37:42 +00:00
SparcV9InstrInfo.h
SparcV9InstrInfo.td
SparcV9Internals.h Decompose* is V9 specific, make it internal 2004-11-07 00:43:24 +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 Add support for undef and unreachable 2004-10-16 18:14:10 +00:00
SparcV9PrologEpilogInserter.cpp
SparcV9RegClassInfo.cpp
SparcV9RegClassInfo.h
SparcV9RegInfo.cpp
SparcV9RegInfo.h
SparcV9RegisterInfo.cpp
SparcV9RegisterInfo.h
SparcV9RegisterInfo.td Revamp the Register class, and allow the use of the RegisterGroup class to 2004-09-14 04:17:02 +00:00
SparcV9Relocations.h Initial checkin of the V9 relocation types 2004-11-22 00:40:51 +00:00
SparcV9SchedInfo.cpp
SparcV9StackSlots.cpp 'Pass' should now not be derived from by clients. Instead, they should derive 2004-09-20 04:48:05 +00:00
SparcV9TargetMachine.cpp Made modsched hidden and changed so it matches the style of other options. 2004-11-19 23:34:33 +00:00
SparcV9TargetMachine.h
SparcV9TmpInstr.cpp
SparcV9TmpInstr.h