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
/
Target
/
TargetFrameInfo.h
Age
Commit message (
Expand
)
Author
2011-01-10
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2010-11-27
Move more PEI-related hooks to TFI
Anton Korobeynikov
2010-11-27
Move callee-saved regs spills / reloads to TFI
Anton Korobeynikov
2010-11-20
Move some more hooks to TargetFrameInfo
Anton Korobeynikov
2010-11-18
Move getInitialFrameState() to TargetFrameInfo
Anton Korobeynikov
2010-11-18
Move hasFP() and few related hooks to TargetFrameInfo.
Anton Korobeynikov
2010-11-15
First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...
Anton Korobeynikov
2009-09-27
Use explicit structs instead of std::pair to map callee saved regs to spill s...
Tilmann Scheller
2009-09-25
pr4926: ARM requires the stack pointer to be aligned, even for leaf functions.
Bob Wilson
2009-01-05
Tidy up #includes, deleting a bunch of unnecessary #includes.
Dan Gohman
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-01-02
Fix naming inconsistency: calleesave -> calleesaved.
Evan Cheng
2006-08-03
remove some more dead sparcv9 support stuff
Chris Lattner
2005-04-25
Shut GCC 4.0 up about classes that have virtual functions but a non-virtual
Reid Spencer
2005-04-22
Convert tabs to spaces
Misha Brukman
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-10-27
Convert 'struct' to 'class' in various places to adhere to the coding standards
Chris Lattner
2004-08-15
Make this compile on gc 3.4.1 (static_cast to non-const type was not
Alkis Evlogimenos
2004-08-12
Allow targets to specify particular stack slots that certain physregs must
Chris Lattner
2004-08-12
Remove dead methods
Chris Lattner
2004-08-12
Remove dead methods
Chris Lattner
2004-06-08
Add documentation to the TargetFrameInfo class, contributed by Vladimir Prus
Chris Lattner
2004-03-11
Move function implementations to a .cpp file, avoid #including <cstdlib> here.
Misha Brukman
2004-01-21
If you call abort(), #include <cstdlib>
Misha Brukman
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
2002-12-28
Expose some very simple information about the frame, rather than in-depth
Chris Lattner
2002-10-28
Changed `MachineCodeForMethod' to `MachineFunction'.
Misha Brukman
2002-09-16
Add method adjustAlignment so that stack slot alignments can be computed
Vikram S. Adve
2002-08-09
* Removed extraneous #includes
Chris Lattner
2002-04-25
Added functions to compute the offset of a given incoming or outgoing
Vikram S. Adve
2001-11-27
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-08
Machine-independent interface to target's stack frame layout parameters.
Vikram S. Adve