llvm-6502/lib/Target/SparcV9
Chris Lattner f0604b84c7 Pull predecessor and successor iterators out of the CFG*.h files, and plop them into
the BasicBlock class where they should be.  pred_begin/pred_end become methods on BasicBlock,
and the cfg namespace isn't used anymore.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@691 91177308-0d34-0410-b5e6-96231b3b80d8
2001-10-01 13:19:53 +00:00
..
InstrSched Bug fixes: 2001-09-30 23:43:34 +00:00
InstrSelection Change ! ( ...== ...) to !=. 2001-09-30 23:45:08 +00:00
LiveVar Pull predecessor and successor iterators out of the CFG*.h files, and plop them into 2001-10-01 13:19:53 +00:00
RegAlloc removing phy regaloc - incorrect file 2001-09-30 23:52:14 +00:00
Makefile Add EmitAssembly to mf 2001-09-19 13:48:18 +00:00
SparcV9AsmPrinter.cpp Fix emission of return instructions 2001-10-01 02:32:34 +00:00
SparcV9Instr.def Change latency of setuw and setsw to 2 cycles. 2001-09-30 23:46:57 +00:00
SparcV9InstrSelection.cpp Several fixes: 2001-10-01 00:12:53 +00:00
SparcV9Internals.h added suggesting color support 2001-09-30 23:19:57 +00:00
SparcV9RegClassInfo.cpp added support for suggesting colors 2001-09-30 23:16:47 +00:00
SparcV9RegClassInfo.h added support for suggesting colors 2001-09-30 23:16:47 +00:00
SparcV9RegInfo.cpp added support for suggesting colors 2001-09-30 23:16:47 +00:00
SparcV9RegInfo.h Renamed a header file. 2001-09-18 13:04:53 +00:00
SparcV9TargetMachine.cpp Seperate instruction definitions into new SparcInstr.def file 2001-09-19 15:56:23 +00:00