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
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