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
/
lib
/
CodeGen
/
MachineBasicBlock.cpp
Age
Commit message (
Expand
)
Author
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