llvm-6502/lib/CodeGen
Chris Lattner 230b4fb8a0 Revert patches 1.79 and 1.80 which had to do with dead MBB's. Now that they
don't exist, we don't have to pretend to handle them.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14567 91177308-0d34-0410-b5e6-96231b3b80d8
2004-07-02 05:52:23 +00:00
..
InstrSched
ModuloScheduling
SelectionDAG
IntrinsicLowering.cpp Move the IntrinsicLowering header into the CodeGen directory, as per PR346 2004-06-20 07:49:54 +00:00
LiveIntervalAnalysis.cpp Revert patches 1.79 and 1.80 which had to do with dead MBB's. Now that they 2004-07-02 05:52:23 +00:00
LiveIntervalAnalysis.h Rename Interval class to LiveInterval to avoid conflicting with the already 2004-06-21 13:10:56 +00:00
LiveVariables.cpp Now that MachineFunction/MachineBasicBlock keep a mapping of blocks to ID #'s 2004-07-01 06:15:32 +00:00
MachineBasicBlock.cpp Change MBB autonumber a bit to get the reverse mapping as well as a forward 2004-07-01 06:02:27 +00:00
MachineCodeEmitter.cpp
MachineCodeForInstruction.cpp Do not find these ugly sparc-specific objects by using the annotation API on 2004-06-27 18:52:17 +00:00
MachineFunction.cpp Make sure that we destroy the MBB's, with all of their instructions, before 2004-07-01 06:29:07 +00:00
MachineInstr.cpp Made a fix so that you can print out MachineInstrs that belong to a MachineBasicBlock that is not yet attached to a MachineFunction. This change includes changing the third operand (TargetMachine) to a pointer for the MachineInstr::print function. 2004-06-25 00:13:11 +00:00
MachineInstrAnnot.cpp
Makefile Making an archive version of the CodeGen library is unnecessary if we just 2004-06-22 17:52:30 +00:00
Passes.cpp
PHIElimination.cpp Start using MBB numbers directly instead of going through the live variables 2004-07-01 04:29:47 +00:00
PhysRegTracker.h
PrologEpilogInserter.cpp
RegAllocLinearScan.cpp Rename Interval class to LiveInterval to avoid conflicting with the already 2004-06-21 13:10:56 +00:00
RegAllocLocal.cpp
RegAllocSimple.cpp Made a fix so that you can print out MachineInstrs that belong to a MachineBasicBlock that is not yet attached to a MachineFunction. This change includes changing the third operand (TargetMachine) to a pointer for the MachineInstr::print function. 2004-06-25 00:13:11 +00:00
TwoAddressInstructionPass.cpp Made a fix so that you can print out MachineInstrs that belong to a MachineBasicBlock that is not yet attached to a MachineFunction. This change includes changing the third operand (TargetMachine) to a pointer for the MachineInstr::print function. 2004-06-25 00:13:11 +00:00
UnreachableBlockElim.cpp Add a trivially simple pass to delete unreachable blocks from the CFG. This 2004-07-02 05:46:10 +00:00
VirtRegMap.cpp Made a fix so that you can print out MachineInstrs that belong to a MachineBasicBlock that is not yet attached to a MachineFunction. This change includes changing the third operand (TargetMachine) to a pointer for the MachineInstr::print function. 2004-06-25 00:13:11 +00:00
VirtRegMap.h