llvm-6502/lib/Target/SparcV9
Vikram S. Adve aebdbe6988 Bug fix in folding getElementPtr instructions: don't fold one into
a predecessor if it has a non-zero first index and the predecessor
ends with a struct index.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3982 91177308-0d34-0410-b5e6-96231b3b80d8
2002-09-29 22:55:05 +00:00
..
InstrSched
InstrSelection Bug fix in folding getElementPtr instructions: don't fold one into 2002-09-29 22:55:05 +00:00
LiveVar
RegAlloc Added a couple of helper methods for live range construction. 2002-09-28 17:05:43 +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
MappingInfo.h
SparcV9.burg.in
SparcV9AsmPrinter.cpp
SparcV9Instr.def Return address register should be marked as "result" for the JMPL instruction 2002-09-28 17:00:15 +00:00
SparcV9InstrInfo.cpp Modify operand order for Create{Sign,Zero}ExtensionInstructions. 2002-09-27 14:29:45 +00:00
SparcV9InstrSelection.cpp Simplify Call translation slightly. 2002-09-28 16:55:41 +00:00
SparcV9InstrSelectionSupport.h
SparcV9Internals.h Simplified code that handles call args and rets, so it no longer 2002-09-28 16:56:59 +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 Decompose FP-to-UInt casts into FP-to-ULong-toUInt. 2002-09-27 14:24:45 +00:00
SparcV9PrologEpilogInserter.cpp
SparcV9RegClassInfo.cpp
SparcV9RegClassInfo.h
SparcV9RegInfo.cpp Live ranges for Return value and return address of a Call are no longer 2002-09-28 16:59:05 +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