History log of /llvm-project/llvm/lib/CodeGen/MachineBasicBlock.cpp (Results 451 – 457 of 457)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# af2de484 23-Feb-2004 Alkis Evlogimenos <alkis@evlogimenos.com>

Refactor rewinding code for finding the first terminator of a basic
block into MachineBasicBlock::getFirstTerminator().

This also fixes a bug in the implementation of the above in both
RegAllocLocal

Refactor rewinding code for finding the first terminator of a basic
block into MachineBasicBlock::getFirstTerminator().

This also fixes a bug in the implementation of the above in both
RegAllocLocal and InstrSched, where instructions where added after the
terminator if the basic block's only instruction was a terminator (it
shouldn't matter for RegAllocLocal since this case never occurs in
practice).

llvm-svn: 11748

show more ...


# d23a882f 19-Feb-2004 Chris Lattner <sabre@nondot.org>

Add a MachineBasicBlock::getParent() method

llvm-svn: 11622


# 14f3fe81 16-Feb-2004 Alkis Evlogimenos <alkis@evlogimenos.com>

Add LeakDetection to MachineInstr.

Move out of line member functions of MachineBasicBlock to
MachineBasicBlock.cpp.

llvm-svn: 11497


Revision tags: llvmorg-1.1.0, llvmorg-1.0.0
# 8710aab0 28-Oct-2002 Chris Lattner <sabre@nondot.org>

Rename MachineCodeForBasicBlock to MachineBasicBlock

llvm-svn: 4318


# 9baa9ad7 28-Oct-2002 Chris Lattner <sabre@nondot.org>

Inline some methods from .cpp files into .h files, minor cleanups

llvm-svn: 4313


# 9f99867c 28-Oct-2002 Chris Lattner <sabre@nondot.org>

Updates to match misha's changes

llvm-svn: 4302


# f0b84cef 08-Jul-2002 Vikram S. Adve <vadve@cs.uiuc.edu>

Implementation of class MachineCodeForBasicBlock.
Moved here from MachineInstr.cpp to make it an annotation on BasicBlock.

llvm-svn: 2827


1...<<111213141516171819