Remove extranous #include
[oota-llvm.git] / include / llvm / Target /
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.