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
/
MachineFunction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Rename MachineOptInfo to TargetoptInfo
Chris Lattner
2002-12-29
1
-1
/
+1
*
Rename FunctionFrameInfo to MachineFrameInfo
Chris Lattner
2002-12-28
1
-5
/
+5
*
Rename MachineFrameInfo to TargetFrameInfo.h
Chris Lattner
2002-12-28
1
-1
/
+1
*
* A bunch of functionality and data was removed from MachineFunction and put
Chris Lattner
2002-12-28
1
-48
/
+84
*
Remove dependency on SSARegMap.h by MachineFunction.h
Chris Lattner
2002-12-25
1
-8
/
+19
*
Implement printing of MBB arguments
Chris Lattner
2002-12-15
1
-2
/
+1
*
Initialize the SSARegMap.
Misha Brukman
2002-11-20
1
-0
/
+1
*
Implement structured machine code printing
Chris Lattner
2002-10-30
1
-26
/
+46
*
Make argsize calculation stuff optional, so that Targets without FrameInfo
Chris Lattner
2002-10-29
1
-4
/
+6
*
Rename annotation id
Chris Lattner
2002-10-29
1
-5
/
+5
*
Replaced uses of deprecated `MachineFunction::get(BasicBlock *BB)'.
Misha Brukman
2002-10-28
1
-15
/
+0
*
Eliminate unneccesary use of MachineBasicBlock::get
Chris Lattner
2002-10-28
1
-8
/
+6
*
s/method/function
Chris Lattner
2002-10-28
1
-15
/
+14
*
Change MachineBasicBlock's to not be Annotations, instead they are kept as
Chris Lattner
2002-10-28
1
-0
/
+15
*
MachineFunction now includes MachineBasicBlock so there is no need to
Chris Lattner
2002-10-28
1
-1
/
+0
*
Rename MachineCodeForBasicBlock to MachineBasicBlock
Chris Lattner
2002-10-28
1
-2
/
+2
*
Minor cleanups
Chris Lattner
2002-10-28
1
-11
/
+11
*
Move machine code generation/destruction passes out of Sparc.cpp because
Chris Lattner
2002-10-28
1
-0
/
+56
*
Prune #includes
Chris Lattner
2002-10-28
1
-2
/
+0
*
Changed `MachineCodeForMethod' to `MachineFunction'.
Misha Brukman
2002-10-28
1
-16
/
+16
*
Don't pad variables in stack slots for performance!
Vikram S. Adve
2002-10-11
1
-2
/
+2
*
Improve and fix error in allocating stack slots: adjust alignment after adding
Vikram S. Adve
2002-09-16
1
-73
/
+43
*
*** empty log message ***
Chris Lattner
2002-07-25
1
-2
/
+2
*
*** empty log message ***
Chris Lattner
2002-07-24
1
-1
/
+1
*
added std:: to endl
Anand Shukla
2002-07-11
1
-1
/
+1
*
Fix print of BB name in dump().
Vikram S. Adve
2002-07-10
1
-2
/
+1
*
Fix printing of BB in dump.
Vikram S. Adve
2002-07-08
1
-2
/
+3
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
1
-40
/
+36
*
Optional args are no longer allocated as they are discovered.
Vikram S. Adve
2002-04-25
1
-51
/
+22
*
Change references to the Method class to be references to the Function
Chris Lattner
2002-04-07
1
-25
/
+25
*
Include temp. values when computing max. size of stack frame!
Vikram S. Adve
2002-03-31
1
-3
/
+3
*
Fix padding for variables allocated on stack.
Vikram S. Adve
2002-03-24
1
-13
/
+18
*
Added function computeOffsetforLocalVar to check how big the
Vikram S. Adve
2002-03-18
1
-60
/
+75
*
* Make it compile with GCC 3.0.4
Chris Lattner
2002-02-24
1
-7
/
+6
*
Method.h no longer includes BasicBlock.h
Chris Lattner
2002-02-12
1
-6
/
+7
*
Code pulled out of MAchineInstr.(h|cpp)
Chris Lattner
2002-02-03
1
-0
/
+300
[prev]