index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
CodeGen
/
MachineBasicBlock.h
Age
Commit message (
Expand
)
Author
2004-05-12
Fix a comment.
Brian Gaeke
2004-05-12
Add a Number field w/ accessor method, for function-level unique numbering
Brian Gaeke
2004-05-02
Chris told me to take these assertions out a few days ago, but I forgot to
Brian Gaeke
2004-05-01
Move the GraphTraits for MachineBasicBlocks to the MachineBasicBlock file.
Chris Lattner
2004-04-28
Add pred./succ. list size methods.
Brian Gaeke
2004-04-28
Move private methods to end of class decl at Chris's request
Brian Gaeke
2004-04-28
Fix thinkos that Chris caught for me.
Brian Gaeke
2004-04-28
Add machine-code CFG support: MachineBasicBlocks may now have their own
Brian Gaeke
2004-03-31
Add clear() forwarding method.
Brian Gaeke
2004-03-31
MachineBasicBlock::remove should not change the iterator passed into it
Chris Lattner
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-18
eliminate a pair of really inefficient methods now that noone uses them
Chris Lattner
2004-02-16
Add LeakDetection to MachineInstr.
Alkis Evlogimenos
2004-02-13
Mark MachineBasicBlock::operator[] deprecated.
Alkis Evlogimenos
2004-02-13
Include <iosfwd>.
Brian Gaeke
2004-02-12
Move ilist_trairs<MachineInstr> in MachineBasicBlock.
Alkis Evlogimenos
2004-02-12
Add parent pointer to MachineInstr that points to owning
Alkis Evlogimenos
2004-02-12
Change MachineBasicBlock's vector of MachineInstr pointers into an
Alkis Evlogimenos
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-07-26
Code generation phases are not allowed to modify the LLVM representation.
Chris Lattner
2002-12-13
Get rid of deprecated function
Chris Lattner
2002-10-28
Change MachineBasicBlock's to not be Annotations, instead they are kept as
Chris Lattner
2002-10-28
Add BasicBlock list to MchineFunction that will eventually be the only
Chris Lattner
2002-10-28
Remvoe dead fixme and typedef
Chris Lattner
2002-10-28
MachineBasicBlock doesn't need basicblock.h, it needs Annotation.h
Chris Lattner
2002-10-28
Inline some methods from .cpp files into .h files, minor cleanups
Chris Lattner
2002-10-28
Changed `MachineCodeForMethod' to `MachineFunction'.
Misha Brukman
2002-10-27
Prune #includes
Chris Lattner
2002-09-20
Add erase() method for a single element.
Vikram S. Adve
2002-07-08
Interface to class MachineCodeForBasicBlock.
Vikram S. Adve