llvm-6502/lib/Target/SparcV9
Alkis Evlogimenos 60596382aa Eliminate some extraneous code in SlotCalculator::insertVal().
Rename SlotCalculator::getValSlot() to SlotCalculator::getSlot(),
       SlotCalculator::insertValue() to SlotCalculator::getOrCreateSlot(),
       SlotCalculator::insertVal() to SlotCalculator::insertValue(), and
       SlotCalculator::doInsertVal() to SlotCalculator::doInsertValue().


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9190 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-17 02:02:40 +00:00
..
InstrSched Regularize header file comments 2003-10-13 03:32:08 +00:00
InstrSelection Decrease usage of use_size() 2003-10-15 16:48:29 +00:00
LiveVar Regularize header file comments 2003-10-13 03:32:08 +00:00
ModuloScheduling Regularize header file comments 2003-10-13 03:32:08 +00:00
RegAlloc #include vector which we will need here soon 2003-10-15 22:09:32 +00:00
.cvsignore Since there is now another derived .inc file, ignore them all. 2003-05-29 20:15:27 +00:00
EmitBytecodeToAssembly.cpp Make the symbol prologue/epilogue stuff redundant with MappingInfo, in 2003-09-18 17:37:14 +00:00
MachineCodeForInstruction.h Remove a ton of extraneous #includes 2003-06-22 03:08:05 +00:00
MachineFunctionInfo.h State for frame and constant pool information pulled out of MachineFunction 2002-12-28 20:07:33 +00:00
MachineInstrAnnot.h Values stored in CallArgsDescriptor cannot be const. 2003-07-10 19:46:15 +00:00
Makefile Don't explicitly use $SourceDir to find the tblgen files. This causes make 2003-09-10 14:10:44 +00:00
MappingInfo.cpp Fix spelling. 2003-10-10 17:57:28 +00:00
MappingInfo.h Rename the pass creator fn to mimic the other creator fn names. 2003-09-18 17:37:35 +00:00
SparcV9_F2.td Since we now have TableGen editing modes for VIM and (X)Emacs, we no longer need 2003-08-14 15:16:28 +00:00
SparcV9_F3.td Since we now have TableGen editing modes for VIM and (X)Emacs, we no longer need 2003-08-14 15:16:28 +00:00
SparcV9_F4.td Since we now have TableGen editing modes for VIM and (X)Emacs, we no longer need 2003-08-14 15:16:28 +00:00
SparcV9_Reg.td Since we now have TableGen editing modes for VIM and (X)Emacs, we no longer need 2003-08-14 15:16:28 +00:00
SparcV9.burg.in Include <cstdio> instead of <stdio.h>. 2003-10-10 18:46:52 +00:00
SparcV9.td Since we now have TableGen editing modes for VIM and (X)Emacs, we no longer need 2003-08-14 15:16:28 +00:00
SparcV9AsmPrinter.cpp Eliminate some extraneous code in SlotCalculator::insertVal(). 2003-10-17 02:02:40 +00:00
SparcV9CodeEmitter.cpp Remove WordsEmitted statistic; there's already a non-backend-specific 2003-10-13 19:51:20 +00:00
SparcV9CodeEmitter.h SparcV9CodeEmitter.cpp: 2003-08-06 16:20:22 +00:00
SparcV9Instr.def RDCCR defines arg. #1, not arg. #2. 2003-06-20 11:32:11 +00:00
SparcV9InstrInfo.cpp Don't include "Config/stdlib.h". 2003-10-10 19:12:22 +00:00
SparcV9InstrSelection.cpp Fixed spelling. 2003-09-23 17:28:11 +00:00
SparcV9InstrSelectionSupport.h * Changed Bcc instructions to behave like BPcc instructions 2003-06-06 09:52:23 +00:00
SparcV9Internals.h Fix a typo in Sparc.cpp. 2003-09-18 17:37:46 +00:00
SparcV9PeepholeOpts.cpp Inline simple comparison which is sparc specific anyway 2003-09-01 20:38:03 +00:00
SparcV9PreSelection.cpp The comment seems irrelevant as the pass has become a BasicBlock pass. 2003-10-01 05:24:50 +00:00
SparcV9PrologEpilogInserter.cpp Factory methods for function passes now return type FunctionPass *. 2003-08-14 06:09:32 +00:00
SparcV9RegClassInfo.cpp Fix spelling. 2003-10-10 17:57:28 +00:00
SparcV9RegClassInfo.h Regularize header file comments 2003-10-13 03:32:08 +00:00
SparcV9RegInfo.cpp Fix spelling. 2003-10-10 17:57:28 +00:00
SparcV9SchedInfo.cpp Added 'r' and 'i' versions to WRCCR. 2003-06-06 09:52:58 +00:00
SparcV9StackSlots.cpp Adjust files for move of mapping info stuff into the Sparc directory 2003-08-13 02:38:16 +00:00
SparcV9TargetMachine.cpp Add support for the Invoke instruction by using the LowerInvoke pass 2003-10-05 19:16:09 +00:00