index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
MachineBasicBlock.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Indent to 2 spaces.
Alkis Evlogimenos
2004-09-05
1
-26
/
+27
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-1
/
+1
*
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2004-07-04
1
-0
/
+1
*
Change MBB autonumber a bit to get the reverse mapping as well as a forward
Chris Lattner
2004-07-01
1
-10
/
+6
*
Made a fix so that you can print out MachineInstrs that belong to a MachineBa...
Tanya Lattner
2004-06-25
1
-1
/
+1
*
Make debugging dumps w/ multiple MachineBBs for a given LLVM BB readable.
Brian Gaeke
2004-06-17
1
-1
/
+2
*
Adjust to new TargetMachine interface
Chris Lattner
2004-06-02
1
-1
/
+1
*
Moved MachineBasicBlock deconstructor to cpp file and removed it from LeakDet...
Tanya Lattner
2004-05-24
1
-2
/
+8
*
Added MachineFunction parent* to MachineBasicBlock. Customized ilist template
Tanya Lattner
2004-05-24
1
-14
/
+15
*
Eliminate an explicit use of the LLVM basic block, using getParent instead,
Chris Lattner
2004-05-24
1
-1
/
+1
*
Add non-const MachineBasicBlock::getParent() accessor method.
Brian Gaeke
2004-05-12
1
-0
/
+19
*
Use MachineBasicBlock::getParent().
Alkis Evlogimenos
2004-02-23
1
-2
/
+1
*
Refactor rewinding code for finding the first terminator of a basic
Alkis Evlogimenos
2004-02-23
1
-0
/
+12
*
Add a MachineBasicBlock::getParent() method
Chris Lattner
2004-02-19
1
-3
/
+7
*
Add LeakDetection to MachineInstr.
Alkis Evlogimenos
2004-02-16
1
-0
/
+68
*
Change MachineBasicBlock's to not be Annotations, instead they are kept as
Chris Lattner
2002-10-28
1
-23
/
+0
*
Rename MachineCodeForBasicBlock to MachineBasicBlock
Chris Lattner
2002-10-28
1
-2
/
+2
*
Inline some methods from .cpp files into .h files, minor cleanups
Chris Lattner
2002-10-28
1
-9
/
+4
*
Updates to match misha's changes
Chris Lattner
2002-10-28
1
-3
/
+3
*
Implementation of class MachineCodeForBasicBlock.
Vikram S. Adve
2002-07-08
1
-0
/
+28