llvm-6502/lib/Target/SparcV9
Brian Gaeke 90c5bbe100 Add M_TERMINATOR_FLAG to terminator instructions (branches and returns).
Also, the RETURN instructions are not used in the sparcv9 backend.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14559 91177308-0d34-0410-b5e6-96231b3b80d8
2004-07-02 04:57:37 +00:00
..
InstrSched Adjust to the new TargetMachine interface 2004-06-02 06:06:20 +00:00
InstrSelection There is no reason to print ValueType here 2004-06-26 19:36:34 +00:00
LiveVar Convert to the new TargetMachine interface. 2004-06-02 05:55:25 +00:00
ModuloScheduling updates to ModuloSched 2004-05-28 20:14:12 +00:00
RegAlloc Collapse together the abstract superclass TargetRegInfo and SparcV9RegInfo, its 2004-06-03 02:45:09 +00:00
.cvsignore Since there is now another derived .inc file, ignore them all. 2003-05-29 20:15:27 +00:00
EmitBytecodeToAssembly.cpp Fix file header comments and include guards -- many files have been moved or 2004-04-25 07:04:49 +00:00
InternalGlobalMapper.cpp Fix a minor bug in the map - since this pass adds a global symbol, it must be 2004-06-08 20:08:30 +00:00
MachineCodeForInstruction.h This class is no longer an annotation 2004-06-27 18:50:49 +00:00
MachineFunctionInfo.h Add a map of MachineCodeForInstruction objects to MachineFunctionInfo 2004-06-27 18:50:30 +00:00
MachineInstrAnnot.h Collapse together the abstract superclass TargetRegInfo and SparcV9RegInfo, its 2004-06-03 02:45:09 +00:00
Makefile Fix file header comments and include guards -- many files have been moved or 2004-04-25 07:04:49 +00:00
MappingInfo.cpp Fix file header comments and include guards -- many files have been moved or 2004-04-25 07:04:49 +00:00
MappingInfo.h Add decl. for new mapping info pass factory method. 2004-06-03 05:02:59 +00:00
SparcV9_F2.td Fix file header comments and include guards -- many files have been moved or 2004-04-25 07:04:49 +00:00
SparcV9_F3.td Fix file header comments and include guards -- many files have been moved or 2004-04-25 07:04:49 +00:00
SparcV9_F4.td Fix file header comments and include guards -- many files have been moved or 2004-04-25 07:04:49 +00:00
SparcV9_Reg.td Fix file header comments and include guards -- many files have been moved or 2004-04-25 07:04:49 +00:00
SparcV9.burg.in Great renaming: Sparc --> SparcV9 2004-02-25 18:44:15 +00:00
SparcV9.td RETURN instructions are not used in the sparc backend. 2004-07-02 04:57:35 +00:00
SparcV9AsmPrinter.cpp Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() 2004-06-17 18:19:28 +00:00
SparcV9CodeEmitter.cpp Encode %fsr correctly; don't fail an assertion. 2004-06-09 21:54:59 +00:00
SparcV9CodeEmitter.h Give SparcV9CodeEmitter a head-of-file comment and a PassName. 2004-04-15 20:23:13 +00:00
SparcV9FrameInfo.cpp Fix file header comments and include guards -- many files have been moved or 2004-04-25 07:04:49 +00:00
SparcV9FrameInfo.h Convert to the new TargetMachine interface. 2004-06-02 05:55:25 +00:00
SparcV9Instr.def Add M_TERMINATOR_FLAG to terminator instructions (branches and returns). 2004-07-02 04:57:37 +00:00
SparcV9InstrInfo.cpp Turn loads of ConstantPointerNulls into loads of zero... don't spill 2004-06-11 02:03:48 +00:00
SparcV9InstrInfo.h There is no "mcff" here; delete the confusing comments that refer to it. 2004-05-30 08:29:16 +00:00
SparcV9InstrSelection.cpp Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() 2004-06-17 18:19:28 +00:00
SparcV9InstrSelectionSupport.h RETURN instructions are not used in the sparc backend. 2004-07-02 04:57:35 +00:00
SparcV9Internals.h Fix file header comments and include guards -- many files have been moved or 2004-04-25 07:04:49 +00:00
SparcV9JITInfo.h Fix file header comments and include guards -- many files have been moved or 2004-04-25 07:04:49 +00:00
SparcV9PeepholeOpts.cpp Convert to the new TargetMachine interface. 2004-06-02 05:55:25 +00:00
SparcV9PreSelection.cpp Make the most commonly preselected instructions add to the names of the 2004-06-23 21:41:32 +00:00
SparcV9PrologEpilogInserter.cpp Convert to the new TargetMachine interface. 2004-06-02 05:55:25 +00:00
SparcV9RegClassInfo.cpp Fix file header comments and include guards -- many files have been moved or 2004-04-25 07:04:49 +00:00
SparcV9RegClassInfo.h Collapse together the abstract superclass TargetRegInfo and SparcV9RegInfo, its 2004-06-03 02:45:09 +00:00
SparcV9RegInfo.cpp Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() 2004-06-17 18:19:28 +00:00
SparcV9RegInfo.h Fix big mistake in my last checkin... the big question is, how did I ever 2004-06-03 05:03:00 +00:00
SparcV9RegisterInfo.cpp Add MRegisterInfo subclass for the SparcV9 target (containing only stub 2004-04-25 06:32:05 +00:00
SparcV9RegisterInfo.h Make comment lines stick out less. 2004-05-27 21:41:48 +00:00
SparcV9SchedInfo.cpp RETURN instructions are not used in the sparc backend. 2004-07-02 04:57:35 +00:00
SparcV9StackSlots.cpp Fix file header comments and include guards -- many files have been moved or 2004-04-25 07:04:49 +00:00
SparcV9TargetMachine.cpp Move the IntrinsicLowering header into the CodeGen directory, as per PR346 2004-06-20 07:49:54 +00:00
SparcV9TargetMachine.h Collapse together the abstract superclass TargetRegInfo and SparcV9RegInfo, its 2004-06-03 02:45:09 +00:00