Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e84a2ba99fec058f91fb38025fe921ec2bc18e46
/
llvm
/
lib
/
CodeGen
/
MachineBasicBlock.cpp
eb04d9b
Add #include <iostream> since Value.h does not #include it any more.
by Reid Spencer
· 21 years ago
449af59
Change MBB autonumber a bit to get the reverse mapping as well as a forward
by Chris Lattner
· 21 years ago
23dbc81
Made a fix so that you can print out MachineInstrs that belong to a MachineBasicBlock that is not yet attached to a MachineFunction. This change includes changing the third operand (TargetMachine) to a pointer for the MachineInstr::print function.
by Tanya Lattner
· 21 years ago
4300ca9
Make debugging dumps w/ multiple MachineBBs for a given LLVM BB readable.
by Brian Gaeke
· 21 years ago
2150542
Adjust to new TargetMachine interface
by Chris Lattner
· 21 years ago
91fa3a9
Moved MachineBasicBlock deconstructor to cpp file and removed it from LeakDetector to fix memory leak bug.
by Tanya Lattner
· 21 years ago
a578cb7
Added MachineFunction parent* to MachineBasicBlock. Customized ilist template
by Tanya Lattner
· 21 years ago
18dad6e
Eliminate an explicit use of the LLVM basic block, using getParent instead,
by Chris Lattner
· 21 years ago
cb5d22a
Add non-const MachineBasicBlock::getParent() accessor method.
by Brian Gaeke
· 21 years ago
b525d540
Use MachineBasicBlock::getParent().
by Alkis Evlogimenos
· 22 years ago
af2de48
Refactor rewinding code for finding the first terminator of a basic
by Alkis Evlogimenos
· 22 years ago
d23a882
Add a MachineBasicBlock::getParent() method
by Chris Lattner
· 22 years ago
14f3fe8
Add LeakDetection to MachineInstr.
by Alkis Evlogimenos
· 22 years ago
8c63b68
Change MachineBasicBlock's to not be Annotations, instead they are kept as
by Chris Lattner
· 23 years ago
8710aab
Rename MachineCodeForBasicBlock to MachineBasicBlock
by Chris Lattner
· 23 years ago
9baa9ad
Inline some methods from .cpp files into .h files, minor cleanups
by Chris Lattner
· 23 years ago
9f99867
Updates to match misha's changes
by Chris Lattner
· 23 years ago
f0b84ce
Implementation of class MachineCodeForBasicBlock.
by Vikram S. Adve
· 23 years ago