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
/
include
/
llvm
/
CodeGen
/
MachineBasicBlock.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor rewinding code for finding the first terminator of a basic
Alkis Evlogimenos
2004-02-23
1
-0
/
+5
*
Add a MachineBasicBlock::getParent() method
Chris Lattner
2004-02-19
1
-3
/
+7
*
eliminate a pair of really inefficient methods now that noone uses them
Chris Lattner
2004-02-18
1
-21
/
+0
*
Add LeakDetection to MachineInstr.
Alkis Evlogimenos
2004-02-16
1
-21
/
+7
*
Mark MachineBasicBlock::operator[] deprecated.
Alkis Evlogimenos
2004-02-13
1
-10
/
+20
*
Include <iosfwd>.
Brian Gaeke
2004-02-13
1
-0
/
+5
*
Move ilist_trairs<MachineInstr> in MachineBasicBlock.
Alkis Evlogimenos
2004-02-12
1
-0
/
+47
*
Add parent pointer to MachineInstr that points to owning
Alkis Evlogimenos
2004-02-12
1
-2
/
+3
*
Change MachineBasicBlock's vector of MachineInstr pointers into an
Alkis Evlogimenos
2004-02-12
1
-17
/
+21
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-10-20
1
-0
/
+7
*
Code generation phases are not allowed to modify the LLVM representation.
Chris Lattner
2003-07-26
1
-3
/
+3
*
Get rid of deprecated function
Chris Lattner
2002-12-13
1
-5
/
+0
*
Change MachineBasicBlock's to not be Annotations, instead they are kept as
Chris Lattner
2002-10-28
1
-15
/
+12
*
Add BasicBlock list to MchineFunction that will eventually be the only
Chris Lattner
2002-10-28
1
-0
/
+10
*
Remvoe dead fixme and typedef
Chris Lattner
2002-10-28
1
-4
/
+0
*
MachineBasicBlock doesn't need basicblock.h, it needs Annotation.h
Chris Lattner
2002-10-28
1
-6
/
+9
*
Inline some methods from .cpp files into .h files, minor cleanups
Chris Lattner
2002-10-28
1
-3
/
+3
*
Changed `MachineCodeForMethod' to `MachineFunction'.
Misha Brukman
2002-10-28
1
-9
/
+13
*
Prune #includes
Chris Lattner
2002-10-27
1
-5
/
+3
*
Add erase() method for a single element.
Vikram S. Adve
2002-09-20
1
-2
/
+3
*
Interface to class MachineCodeForBasicBlock.
Vikram S. Adve
2002-07-08
1
-0
/
+74