More renamings of Target/Machine*Info to Target/Target*Info
[oota-llvm.git] / include / llvm / Target / TargetRegInfo.h
2002-12-29 Chris LattnerMore renamings of Target/Machine*Info to Target/Target...
2002-10-28 Chris LattnerRemvoe a bunch of unneeded forward decls
2002-10-28 Chris LattnerDon't #include <Support/*>, #include "Support/*"
2002-09-28 Vikram S. AdveSimplified code that handles call args and rets, so...
2002-08-12 Chris LattnerReturn const char * const instead of std::string from...
2002-07-24 Chris Lattner*** empty log message ***
2002-07-11 Anand Shuklaadded std:: to vector
2002-07-10 Vikram S. AdvePut caller-saving code *before* argument copying code!
2002-07-08 Vikram S. AdvecpMem<->Reg functions now support CC registers (int...
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-05-23 Chris LattnerConvert RegClass::IsColorUsedArr from a dynamically...
2002-05-19 Vikram S. AdveMany functions that returned a single MachineInstr...
2002-04-09 Chris LattnerFree memory when done with it.
2002-03-31 Vikram S. AdveAdd method getCallInstIndirectAddrVal() to add call...
2002-03-23 Chris LattnerRename Method to Function
2002-03-18 Vikram S. AdveAdd function getRegClassIDOfType.
2002-02-04 Chris Lattner* Minor cleanups
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2002-01-07 Ruchira SasankaAdded more comments
2002-01-07 Ruchira SasankaMachineRegInfo: Added a method to get the size of a...
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-08 Vikram S. AdveInclude handle to TargetMachine in each Machine...Info...
2001-11-03 Ruchira SasankaMoved InsertCallerSaveInstr to the SparcRegInfo.cpp...
2001-10-28 Ruchira SasankaMoved callerSaving code to machine specific classes...
2001-10-21 Ruchira SasankaAdded support for both call/jmpl instructions
2001-10-16 Ruchira SasankaAdded support for caller saving
2001-10-15 Ruchira Sasanka--changed Sugesting colors for method calls/return...
2001-09-30 Ruchira Sasankaadded suggesting color suppor
2001-09-18 Ruchira Sasanka*** empty log message ***
2001-09-18 Vikram S. AdveMake class TargetMachine the common interface to all...