llvm-6502/lib/Target/SparcV9
Chris Lattner a0877726df Tell PassManager that this pass does not invalidate the CFG so that dominator
information and Loop info will not have to be recomputed after this runs.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4269 91177308-0d34-0410-b5e6-96231b3b80d8
2002-10-23 03:30:47 +00:00
..
InstrSched Tell PassManager that this pass does not invalidate the CFG so that dominator 2002-10-23 03:30:47 +00:00
InstrSelection Tell PassManager that this pass does not invalidate the CFG so that dominator 2002-10-23 03:30:47 +00:00
LiveVar - Do not expose ::ID from any of the analyses anymore. 2002-08-21 17:09:45 +00:00
RegAlloc Ensure definate initialization 2002-10-22 23:34:11 +00:00
EmitBytecodeToAssembly.cpp changed implementation of LLVM BYTECODE Length 2002-07-25 17:22:48 +00:00
MachineCodeForInstruction.h Change machinecode for instruction to not inherit from vector. 2002-08-09 20:04:28 +00:00
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 moved from CodeGen to this dir 2002-07-22 22:09:35 +00:00
SparcV9.burg.in LoadIdx non-terminal no longer needed. 2002-08-24 20:58:04 +00:00
SparcV9AsmPrinter.cpp Make sure to escape \'s when they are output 2002-10-15 19:56:24 +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 - Clean up interface to Sparc register handling a bit: 2002-08-12 21:25:05 +00:00
SparcV9RegClassInfo.h - Clean up interface to Sparc register handling a bit: 2002-08-12 21:25:05 +00:00
SparcV9RegInfo.cpp - Two minor improvements to the MachineInstr class to reduce footprint and 2002-10-22 23:16:21 +00:00
SparcV9SchedInfo.cpp Fix two resource names. 2002-08-22 02:58:57 +00:00
SparcV9StackSlots.cpp Minor cleanups 2002-10-23 01:12:01 +00:00
SparcV9TargetMachine.cpp Added class MachineOptInfo as interface to target-specific 2002-09-20 00:52:09 +00:00