index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
MachineFunction.cpp
Age
Commit message (
Expand
)
Author
2002-10-30
Implement structured machine code printing
Chris Lattner
2002-10-29
Make argsize calculation stuff optional, so that Targets without FrameInfo
Chris Lattner
2002-10-29
Rename annotation id
Chris Lattner
2002-10-28
Replaced uses of deprecated `MachineFunction::get(BasicBlock *BB)'.
Misha Brukman
2002-10-28
Eliminate unneccesary use of MachineBasicBlock::get
Chris Lattner
2002-10-28
s/method/function
Chris Lattner
2002-10-28
Change MachineBasicBlock's to not be Annotations, instead they are kept as
Chris Lattner
2002-10-28
MachineFunction now includes MachineBasicBlock so there is no need to
Chris Lattner
2002-10-28
Rename MachineCodeForBasicBlock to MachineBasicBlock
Chris Lattner
2002-10-28
Minor cleanups
Chris Lattner
2002-10-28
Move machine code generation/destruction passes out of Sparc.cpp because
Chris Lattner
2002-10-28
Prune #includes
Chris Lattner
2002-10-28
Changed `MachineCodeForMethod' to `MachineFunction'.
Misha Brukman
2002-10-11
Don't pad variables in stack slots for performance!
Vikram S. Adve
2002-09-16
Improve and fix error in allocating stack slots: adjust alignment after adding
Vikram S. Adve
2002-07-25
*** empty log message ***
Chris Lattner
2002-07-24
*** empty log message ***
Chris Lattner
2002-07-11
added std:: to endl
Anand Shukla
2002-07-10
Fix print of BB name in dump().
Vikram S. Adve
2002-07-08
Fix printing of BB in dump.
Vikram S. Adve
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-04-25
Optional args are no longer allocated as they are discovered.
Vikram S. Adve
2002-04-07
Change references to the Method class to be references to the Function
Chris Lattner
2002-03-31
Include temp. values when computing max. size of stack frame!
Vikram S. Adve
2002-03-24
Fix padding for variables allocated on stack.
Vikram S. Adve
2002-03-18
Added function computeOffsetforLocalVar to check how big the
Vikram S. Adve
2002-02-24
* Make it compile with GCC 3.0.4
Chris Lattner
2002-02-12
Method.h no longer includes BasicBlock.h
Chris Lattner
2002-02-03
Code pulled out of MAchineInstr.(h|cpp)
Chris Lattner
[prev]