Eliminate the distinction between "real" and "unreal" instructions
[oota-llvm.git] / include / llvm / Target / TargetRegInfo.h
2004-02-13 Alkis EvlogimenosRemove getAllocatedRegNum(). Use getReg() instead.
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).
2003-09-30 Chris LattnerStandardize header file comments
2003-07-29 Vikram S. AdveMoved insertCallerSavingCode() to PhyRegAlloc and
2003-07-25 Vikram S. AdveChange the way unused regs. are marked and found to...
2003-07-25 Chris Lattner#include <cassert> as necessary...
2003-07-20 Anand ShuklaAdded special consideration for instrumentation strategy
2003-07-14 Misha BrukmanThe word `separate' only has one `e'.
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-06-03 Chris LattnerRemove noncopyableV base classes, as they were confusin...
2003-05-31 Vikram S. AdveMade a single common InvalidRegNum = -1.
2003-05-29 Misha BrukmanFixed misspelling and broke a line that was wrapping.
2003-05-27 Vikram S. Adve(1) Added special register class containing (for now...
2003-05-25 Vikram S. AdveMake case of GetNumOfInt/FloatArgRegs functions to...
2003-01-15 Chris LattnerSimplify the interface
2003-01-14 Chris LattnerRename MachineInstrInfo -> TargetInstrInfo
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...