index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
CodeGen
/
MachineFunction.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fit into 80 lines, add a gross hack for MachineFunctionInfo
Chris Lattner
2004-08-16
1
-10
/
+14
*
Add viewCFG() and viewCFGOnly() APIs.
Alkis Evlogimenos
2004-07-08
1
-0
/
+66
*
Change the implementation of the autonumbering for MBB's a bit to provide
Chris Lattner
2004-07-01
1
-6
/
+33
*
Clarify documentation and use correct doxygen comment form /// vs. // .
Misha Brukman
2004-06-04
1
-8
/
+11
*
Moved MachineBasicBlock deconstructor to cpp file and removed it from LeakDet...
Tanya Lattner
2004-05-24
1
-4
/
+4
*
Added MachineFunction parent* to MachineBasicBlock. Customized ilist template
Tanya Lattner
2004-05-24
1
-0
/
+33
*
Add a NextMBBNumber field w/ incrementing accessor method, for
Brian Gaeke
2004-05-12
1
-0
/
+7
*
Change MachineBasicBlock's vector of MachineInstr pointers into an
Alkis Evlogimenos
2004-02-12
1
-1
/
+0
*
Rearrange code, indent for the namespace, add the createMachineFunctionPrinte...
Chris Lattner
2003-12-20
1
-4
/
+0
*
Remove sparc specific passes from public headers
Chris Lattner
2003-12-20
1
-2
/
+0
*
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
*
Factory methods for FunctionPasses now return type FunctionPass *.
Brian Gaeke
2003-08-13
1
-4
/
+4
*
Move annotation to support library
Chris Lattner
2003-01-14
1
-1
/
+1
*
* Add a constant pool to hold per-function constants which must be spilled to...
Chris Lattner
2003-01-13
1
-4
/
+11
*
Rename FunctionFrameInfo to MachineFrameInfo
Chris Lattner
2002-12-28
1
-3
/
+3
*
* Pull a bunch of frame and constant pool state out into a new
Chris Lattner
2002-12-28
1
-106
/
+30
*
Remove dependency on SSARegMap.h
Chris Lattner
2002-12-25
1
-25
/
+20
*
Set SSARegMap to NULL after deleting it.
Misha Brukman
2002-11-22
1
-1
/
+4
*
SSARegMap -- the mapping between SSARegisters and their RegisterClasses, which
Misha Brukman
2002-11-20
1
-0
/
+13
*
Improve comments, add methods for structured printing
Chris Lattner
2002-10-30
1
-11
/
+20
*
Add method
Chris Lattner
2002-10-29
1
-0
/
+6
*
Remove unneeded #include
Chris Lattner
2002-10-29
1
-1
/
+0
*
Iterator functions now line up together.
Misha Brukman
2002-10-28
1
-2
/
+2
*
s/method/function
Chris Lattner
2002-10-28
1
-5
/
+13
*
Change MachineBasicBlock's to not be Annotations, instead they are kept as
Chris Lattner
2002-10-28
1
-2
/
+32
*
Add BasicBlock list to MchineFunction that will eventually be the only
Chris Lattner
2002-10-28
1
-4
/
+9
*
MachineFunction.h now includes MachineBasicBlock.h in preparation for
Chris Lattner
2002-10-28
1
-1
/
+1
*
Add note about state that should be removed when time permits
Chris Lattner
2002-10-28
1
-3
/
+13
*
Add prototypes for creation/destruction passes
Chris Lattner
2002-10-28
1
-0
/
+3
*
Changed `MachineCodeForMethod' to `MachineFunction'.
Misha Brukman
2002-10-28
1
-13
/
+13
*
Non-standard hash classes are not in the std:: namespace
Chris Lattner
2002-07-24
1
-3
/
+3
*
*** empty log message ***
Chris Lattner
2002-07-24
1
-1
/
+1
*
Optional args are no longer allocated as they are discovered.
Vikram S. Adve
2002-04-25
1
-17
/
+14
*
Include temp. values when computing max. size of stack frame!
Vikram S. Adve
2002-03-31
1
-0
/
+12
*
Fix padding when allocating local variables on stack.
Vikram S. Adve
2002-03-24
1
-2
/
+3
*
Rename Method to Function
Chris Lattner
2002-03-23
1
-6
/
+6
*
Added function computeOffsetforLocalVar to check how big the
Vikram S. Adve
2002-03-18
1
-1
/
+4
*
Code pulled out of MAchineInstr.(h|cpp)
Chris Lattner
2002-02-03
1
-0
/
+112