Add dependency to "make check".
[oota-llvm.git] / include / llvm / Target / TargetFrameInfo.h
2010-11-27 Anton KorobeynikovMove more PEI-related hooks to TFI
2010-11-27 Anton KorobeynikovMove callee-saved regs spills / reloads to TFI
2010-11-20 Anton KorobeynikovMove some more hooks to TargetFrameInfo
2010-11-18 Anton KorobeynikovMove getInitialFrameState() to TargetFrameInfo
2010-11-18 Anton KorobeynikovMove hasFP() and few related hooks to TargetFrameInfo.
2010-11-15 Anton KorobeynikovFirst step of huge frame-related refactoring: move...
2009-09-27 Tilmann SchellerUse explicit structs instead of std::pair to map callee...
2009-09-25 Bob Wilsonpr4926: ARM requires the stack pointer to be aligned...
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-01-02 Evan ChengFix naming inconsistency: calleesave -> calleesaved.
2006-08-03 Chris Lattnerremove some more dead sparcv9 support stuff
2005-04-25 Reid SpencerShut GCC 4.0 up about classes that have virtual functio...
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-10-27 Chris LattnerConvert 'struct' to 'class' in various places to adhere...
2004-08-15 Alkis EvlogimenosMake this compile on gc 3.4.1 (static_cast to non-const...
2004-08-12 Chris LattnerAllow targets to specify particular stack slots that...
2004-08-12 Chris LattnerRemove dead methods
2004-08-12 Chris LattnerRemove dead methods
2004-06-08 Chris LattnerAdd documentation to the TargetFrameInfo class, contrib...
2004-03-11 Misha BrukmanMove function implementations to a .cpp file, avoid...
2004-01-21 Misha BrukmanIf you call abort(), #include <cstdlib>
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2002-12-28 Chris LattnerExpose some very simple information about the frame...
2002-10-28 Misha BrukmanChanged `MachineCodeForMethod' to `MachineFunction'.
2002-09-16 Vikram S. AdveAdd method adjustAlignment so that stack slot alignment...
2002-08-09 Chris Lattner* Removed extraneous #includes
2002-04-25 Vikram S. AdveAdded functions to compute the offset of a given incomi...
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-08 Vikram S. AdveMachine-independent interface to target's stack frame...