llvm-6502/lib/Target/SparcV9
Vikram S. Adve efc9433960 Removed misleading const keyword.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4169 91177308-0d34-0410-b5e6-96231b3b80d8
2002-10-14 16:32:24 +00:00
..
InstrSched Use vectors instead of hash_maps for issueGaps and conflictLists. 2002-10-13 00:40:37 +00:00
InstrSelection Significant improvement: GEP used by a load or store no longer generates 2002-10-14 16:30:55 +00:00
LiveVar
RegAlloc Major bug fix: spill code for an instruction in a delay slot was 2002-10-11 16:12:40 +00:00
EmitBytecodeToAssembly.cpp
MachineCodeForInstruction.h
MachineInstrAnnot.h Fixed method getReturnValue(): it should return NULL if the 2002-09-28 17:03:54 +00:00
Makefile Put intermediate source files in a subdirectory here instead of with 2002-09-23 13:12:28 +00:00
MappingInfo.cpp Removed debug info printing 2002-09-17 20:24:46 +00:00
MappingInfo.h
SparcV9.burg.in
SparcV9AsmPrinter.cpp Allow emission of names that start with an underscore. This is needed to 2002-10-14 06:14:18 +00:00
SparcV9Instr.def Don't mark JMPLCALL and JMPLRET as branches. 2002-10-13 00:22:32 +00:00
SparcV9InstrInfo.cpp - Rename Instruction::First*Op to *OpsBegin, and Num*Ops to *OpsEnd to 2002-10-13 19:39:16 +00:00
SparcV9InstrSelection.cpp Removed misleading const keyword. 2002-10-14 16:32:24 +00:00
SparcV9InstrSelectionSupport.h - Renamed Type::isIntegral() to Type::isInteger() 2002-09-03 01:08:28 +00:00
SparcV9Internals.h Eliminate duplicate target pointer in SparcRegInfo. 2002-10-13 00:06:04 +00:00
SparcV9PeepholeOpts.cpp Bug fix: some redundant copies were not being deleted after detection :-|. 2002-09-27 14:27:37 +00:00
SparcV9PreSelection.cpp - Rename Instruction::First*Op to *OpsBegin, and Num*Ops to *OpsEnd to 2002-10-13 19:39:16 +00:00
SparcV9PrologEpilogInserter.cpp Don't use %l0 for large operands to a SAVE since it is needed *before* SAVE! 2002-10-13 00:24:06 +00:00
SparcV9RegClassInfo.cpp
SparcV9RegClassInfo.h
SparcV9RegInfo.cpp Eliminate duplicate target pointer. Also add a few assertions. 2002-10-13 00:05:30 +00:00
SparcV9SchedInfo.cpp
SparcV9StackSlots.cpp Initial version: it adds 2 empty slots at the top of stack 2002-09-21 04:58:26 +00:00
SparcV9TargetMachine.cpp Added class MachineOptInfo as interface to target-specific 2002-09-20 00:52:09 +00:00