llvm-6502/lib/CodeGen
2004-08-29 22:00:24 +00:00
..
InstrSched Instead of using isDummyPhiInstr, we just compare the opcode with V9::PHI. 2004-08-18 20:04:24 +00:00
ModuloScheduling Instead of using isDummyPhiInstr, we just compare the opcode with V9::PHI. 2004-08-18 20:04:24 +00:00
SelectionDAG
AsmPrinter.cpp Do not use .xword and friends to emit zeros on V9. Apparently there are issues 2004-08-24 00:26:11 +00:00
BranchFolding.cpp Dereferencing end() is bad. 2004-08-01 09:51:42 +00:00
IntrinsicLowering.cpp Fix #includes of i*.h => Instructions.h as per PR403. 2004-07-29 17:30:56 +00:00
LiveInterval.cpp
LiveInterval.h
LiveIntervalAnalysis.cpp Only update LiveVariables if it is available. addIntervalsForSpills 2004-08-27 18:59:22 +00:00
LiveIntervalAnalysis.h Use newly added API in MRegisterInfo. 2004-08-26 22:22:38 +00:00
LiveVariables.cpp Remove dead code. 2004-08-28 22:43:31 +00:00
MachineBasicBlock.cpp
MachineCodeEmitter.cpp
MachineFunction.cpp Move this code to lib/Target/SparcV9/MachineFunctionInfo.cpp 2004-08-16 22:36:34 +00:00
MachineInstr.cpp
Makefile Adding ModuloScheduling so that it compiles for everyone. 2004-08-01 19:00:17 +00:00
Passes.cpp
PHIElimination.cpp
PhysRegTracker.h
PrologEpilogInserter.cpp Put this change back in after testing from Reid proved its innocence. getSpillSize now returns value in bits 2004-08-29 22:00:24 +00:00
RegAllocIterativeScan.cpp Now that LiveIntervals::addIntervalsForSpills is fixed, do not require 2004-08-27 19:00:29 +00:00
RegAllocLinearScan.cpp Now that LiveIntervals::addIntervalsForSpills is fixed, do not require 2004-08-27 19:00:29 +00:00
RegAllocLocal.cpp Reduce usage of MRegisterInfo::getRegClass 2004-08-15 22:23:09 +00:00
RegAllocSimple.cpp Stop using CreateStackObject(RegClass*) 2004-08-15 22:02:22 +00:00
TwoAddressInstructionPass.cpp The insertion method returns void now 2004-08-15 22:14:31 +00:00
UnreachableBlockElim.cpp Fix #includes of i*.h => Instructions.h as per PR403: 2004-07-29 17:23:00 +00:00
VirtRegMap.cpp Stop using CreateStackObject(RegClass*) 2004-08-15 22:02:22 +00:00
VirtRegMap.h