Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
ba4733d901b1c2b994f66707657342b8c81c92bc
/
lib
/
CodeGen
/
MachineBasicBlock.cpp
07000c6
Refactor a bunch of includes so that TargetMachine.h doesn't have to include
by Owen Anderson
· 19 years ago
8b915b4
Remove and simplify some more machineinstr/machineoperand stuff.
by Chris Lattner
· 19 years ago
4efeab2
Remove a bunch more dead V9 specific stuff
by Chris Lattner
· 19 years ago
edf128a
Remove trailing whitespace
by Misha Brukman
· 20 years ago
380ae49
print the machine CFG in the -print-machineinstrs dump
by Chris Lattner
· 20 years ago
bca8144
Improve conformance with the Misha spelling benchmark suite
by Chris Lattner
· 20 years ago
9d5d759
adjust to ilist changes.
by Chris Lattner
· 20 years ago
52c09d7
Move method bodies that depend on <algorithm> from MBB.h to MBB.cpp
by Chris Lattner
· 21 years ago
a638286
Indent to 2 spaces.
by Alkis Evlogimenos
· 21 years ago
551ccae
Changes For Bug 352
by Reid Spencer
· 21 years ago
954da37
Add #include <iostream> since Value.h does not #include it any more.
by Reid Spencer
· 21 years ago
ca48eb9
Change MBB autonumber a bit to get the reverse mapping as well as a forward
by Chris Lattner
· 21 years ago
b140762
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
988b7ba
Make debugging dumps w/ multiple MachineBBs for a given LLVM BB readable.
by Brian Gaeke
· 21 years ago
9bcdcd1
Adjust to new TargetMachine interface
by Chris Lattner
· 21 years ago
17fb34b
Moved MachineBasicBlock deconstructor to cpp file and removed it from LeakDetector to fix memory leak bug.
by Tanya Lattner
· 21 years ago
792699c
Added MachineFunction parent* to MachineBasicBlock. Customized ilist template
by Tanya Lattner
· 21 years ago
5bf3ce2
Eliminate an explicit use of the LLVM basic block, using getParent instead,
by Chris Lattner
· 21 years ago
0bcb1ad
Add non-const MachineBasicBlock::getParent() accessor method.
by Brian Gaeke
· 21 years ago
e699b16
Use MachineBasicBlock::getParent().
by Alkis Evlogimenos
· 21 years ago
743d0a1
Refactor rewinding code for finding the first terminator of a basic
by Alkis Evlogimenos
· 21 years ago
5e61fa9
Add a MachineBasicBlock::getParent() method
by Chris Lattner
· 21 years ago
aad5c05
Add LeakDetection to MachineInstr.
by Alkis Evlogimenos
· 21 years ago
d0aa0cd
Change MachineBasicBlock's to not be Annotations, instead they are kept as
by Chris Lattner
· 23 years ago
55291ea
Rename MachineCodeForBasicBlock to MachineBasicBlock
by Chris Lattner
· 23 years ago
51a8d85
Inline some methods from .cpp files into .h files, minor cleanups
by Chris Lattner
· 23 years ago
0c68e8c
Updates to match misha's changes
by Chris Lattner
· 23 years ago
11991ac
Implementation of class MachineCodeForBasicBlock.
by Vikram S. Adve
· 23 years ago