index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
MachineBasicBlock.cpp
Age
Commit message (
Expand
)
Author
2007-10-03
Use empty() member functions when that's what's being tested for instead
Dan Gohman
2007-09-02
Silence warning while compiling with gcc 4.2
Anton Korobeynikov
2007-06-29
Fix misue of iterator pointing to erased object. Uncovered by
David Greene
2007-06-18
Move CorrectExtraCFGEdges() from BranchFolding.cpp to a MachineBasicBlock met...
Evan Cheng
2007-06-04
Move ReplaceUsesOfBlockWith() out of BranchFolding into a MachineBasicBlock g...
Evan Cheng
2007-05-17
Move isSuccessor() offline, change it to use std::find.
Evan Cheng
2007-04-30
print isLandingPad() for MBBs
Chris Lattner
2007-03-09
Print preds / succs BB numbers.
Evan Cheng
2007-02-19
Re-apply my liveintervalanalysis changes. Now with PR1207 fixes.
Evan Cheng
2007-02-19
For PR1207:
Reid Spencer
2007-02-17
Added removeLiveIn.
Evan Cheng
2007-02-10
Add live-ins to MachineBasicBlock.
Evan Cheng
2006-12-16
The best unbreakage yet, addressing Bill's concerns.
Jeff Cohen
2006-12-15
An even better unbreakage...
Jeff Cohen
2006-12-07
Removed more <iostream> includes
Bill Wendling
2006-11-27
Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead
Evan Cheng
2006-11-18
Implement operator<< for machine basic blocks to make it easier to dump them.
Chris Lattner
2006-10-24
add moveBefore/moveAfter helper methods
Chris Lattner
2006-10-06
print labels even if a MBB doesn't have a corresponding LLVM BB, just don't
Chris Lattner
2006-10-06
MachineBasicBlock::splice was incorrectly updating parent pointers on
Chris Lattner
2006-10-03
Print the MBB ID # along with the bb tag in the -print-machine-instrs output.
Chris Lattner
2006-09-26
print the preds of each MBB
Chris Lattner
2006-05-12
Refactor a bunch of includes so that TargetMachine.h doesn't have to include
Owen Anderson
2006-05-04
Remove and simplify some more machineinstr/machineoperand stuff.
Chris Lattner
2006-05-04
Remove a bunch more dead V9 specific stuff
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-04-01
print the machine CFG in the -print-machineinstrs dump
Chris Lattner
2005-01-30
Improve conformance with the Misha spelling benchmark suite
Chris Lattner
2005-01-29
adjust to ilist changes.
Chris Lattner
2004-10-26
Move method bodies that depend on <algorithm> from MBB.h to MBB.cpp
Chris Lattner
2004-09-05
Indent to 2 spaces.
Alkis Evlogimenos
2004-09-01
Changes For Bug 352
Reid Spencer
2004-07-04
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2004-07-01
Change MBB autonumber a bit to get the reverse mapping as well as a forward
Chris Lattner
2004-06-25
Made a fix so that you can print out MachineInstrs that belong to a MachineBa...
Tanya Lattner
2004-06-17
Make debugging dumps w/ multiple MachineBBs for a given LLVM BB readable.
Brian Gaeke
2004-06-02
Adjust to new TargetMachine interface
Chris Lattner
2004-05-24
Moved MachineBasicBlock deconstructor to cpp file and removed it from LeakDet...
Tanya Lattner
2004-05-24
Added MachineFunction parent* to MachineBasicBlock. Customized ilist template
Tanya Lattner
2004-05-24
Eliminate an explicit use of the LLVM basic block, using getParent instead,
Chris Lattner
2004-05-12
Add non-const MachineBasicBlock::getParent() accessor method.
Brian Gaeke
2004-02-23
Use MachineBasicBlock::getParent().
Alkis Evlogimenos
2004-02-23
Refactor rewinding code for finding the first terminator of a basic
Alkis Evlogimenos
2004-02-19
Add a MachineBasicBlock::getParent() method
Chris Lattner
2004-02-16
Add LeakDetection to MachineInstr.
Alkis Evlogimenos
2002-10-28
Change MachineBasicBlock's to not be Annotations, instead they are kept as
Chris Lattner
2002-10-28
Rename MachineCodeForBasicBlock to MachineBasicBlock
Chris Lattner
2002-10-28
Inline some methods from .cpp files into .h files, minor cleanups
Chris Lattner
2002-10-28
Updates to match misha's changes
Chris Lattner
2002-07-08
Implementation of class MachineCodeForBasicBlock.
Vikram S. Adve