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
*
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