Initial implementation of ConstantRange support
[oota-llvm.git] / include / llvm / Target /
2002-08-12 Chris LattnerReturn const char * const instead of std::string from...
2002-08-09 Chris Lattner* Removed extraneous #includes
2002-07-24 Chris Lattner*** empty log message ***
2002-07-24 Chris Lattner*** empty log message ***
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-10 Vikram S. AdveMinor change in comments.
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. AdveAdded parameter IntRegSize for standard general-purpose...
2002-05-19 Vikram S. AdveNew function CreateSignExtensionInstructions.
2002-05-19 Vikram S. AdveMany functions that returned a single MachineInstr...
2002-05-19 Vikram S. AdveAdd integer register size field.
2002-04-28 Chris LattnerUse forward decl instead of #include
2002-04-25 Vikram S. AdveAdded functions to compute the offset of a given incomi...
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. AdveAdded machine-independent value for INVALID_MACHINE_OPCODE.
2002-03-18 Vikram S. AdveAdd function getRegClassIDOfType.
2002-02-04 Chris Lattner* Minor cleanups
2002-02-03 Chris LattnerRevamp compilation to be pass based instead of being...
2002-02-03 Chris LattnerAdd methods to TargetMachine to:
2002-02-03 Chris Lattner* Trim #includes
2002-02-03 Chris LattnerRemove #include
2002-02-03 Chris LattnerRemove extranous #include
2002-01-21 Chris LattnerFix for problem that caused both HUGE and INVALID laten...
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-12-15 Vikram S. AdvegetIndexedOffset() shd take vector of Values, not of...
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris LattnerMove DataTypes.h from llvm/Support to just Support
2001-11-14 Vikram S. AdveAdd function returning which operand holds immediate...
2001-11-14 Ruchira Sasankaadded isPseudoInstr()
2001-11-12 Ruchira SasankaChanged for adding Phi Elimination code
2001-11-10 Ruchira SasankaMade isPhi const
2001-11-09 Vikram S. AdveCache parameters for target machine.
2001-11-09 Vikram S. AdveAdded class MachineCacheInfo.
2001-11-08 Vikram S. AdveAdd handle to object MachineFrameInfo.
2001-11-08 Vikram S. AdveInclude handle to TargetMachine in each Machine...Info...
2001-11-08 Vikram S. AdveAdd method CreateCodeToCopyIntToFloat.
2001-11-08 Vikram S. AdveMachine-independent interface to target's stack frame...
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-18 Vikram S. AdveAdded virtual function to generate an instruction seque...
2001-10-16 Ruchira SasankaAdded support for caller saving
2001-10-15 Ruchira Sasanka--changed Sugesting colors for method calls/return...
2001-10-15 Chris LattnerBe const correct
2001-10-13 Chris LattnerFix filename in comment
2001-09-30 Ruchira Sasankaadded suggesting color suppor
2001-09-19 Chris LattnerAdd emitAssembly Method
2001-09-18 Ruchira Sasanka*** empty log message ***
2001-09-18 Vikram S. AdveRenamed files to match the primary classes they provide.
2001-09-18 Vikram S. AdveMake class TargetMachine the common interface to all...
2001-09-15 Ruchira Sasankaadded reg alloc support
2001-09-14 Ruchira Sasanka*** empty log message ***
2001-09-14 Chris LattnerChris seems fond of #include <vector>. Fix these....
2001-09-14 Chris LattnerMinor reformatting, & protection fixes
2001-09-14 Chris LattnerSplit Register specific stuff out from TargetMachine...
2001-09-14 Chris LattnerSplit Target/Machine.h into three files:
2001-09-14 Chris LattnerMake a new llvm/Target #include directory.