index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
CodeGen
/
MachineFrameInfo.h
Age
Commit message (
Expand
)
Author
2006-05-23
Make class comment visible in Doxygen.
Vladimir Prus
2006-04-07
Foundation for call frame information.
Jim Laskey
2006-04-04
Make sure to consider alignment of variable sized objects.
Chris Lattner
2006-04-03
Keep track of max stack alignment as objects are added. Remove an obsolete m...
Chris Lattner
2005-11-06
Change a comment slightly
Chris Lattner
2005-11-06
Add the necessary support to the ISel to allow targets to codegen the new
Nate Begeman
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-08-15
Remove helper method
Chris Lattner
2004-02-15
finegrainify namespacification
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-10-08
Forward declare class Type since it is used in this class and Type.h is not i...
Alkis Evlogimenos
2003-06-30
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2003-06-11
Included assert.h so that the code compiles under newer versions of GCC.
John Criswell
2003-01-16
Print machine frame objects with the frame offset intrinsic to the machine
Chris Lattner
2003-01-13
* Add utility methods which make common cases easier
Chris Lattner
2002-12-28
Rename FunctionFrameInfo to MachineFrameInfo
Chris Lattner
2002-12-28
Descriptor object used to manage abstract frame references
Chris Lattner