Don't include "Config/stdlib.h".
[oota-llvm.git] / lib / Target / SparcV9 / SparcV9InstrInfo.cpp
2003-10-10 Brian GaekeDon't include "Config/stdlib.h".
2003-07-29 Vikram S. AdveUnify all constant evaluations that depend on register...
2003-07-23 Chris LattnerSimplify code by using ConstantInt::getRawValue instead...
2003-07-10 Vikram S. AdveBug fix in creating constants: need 1U << 31, not 1...
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-06 Misha Brukman* Changed Bcc instructions to behave like BPcc instructions
2003-06-03 Misha BrukmanConvert load/store opcodes from register to immediate...
2003-05-31 Vikram S. AdveExtensive changes to the way code generation occurs...
2003-05-27 Misha BrukmanAdded 'r' or 'i' annotations to instructions, as SparcI...
2003-05-25 Vikram S. AdveBug fix: sign-extension was not happening for C = ...
2003-05-21 Misha BrukmanCleaned up code layout, spacing, etc. for readability...
2003-05-20 Misha BrukmanSparc instruction opcodes now all live under the `V9...
2003-04-26 Chris LattnerIntegerRegSize is always 8 for sparc
2003-04-25 Chris LattnerFix obvious type-o
2003-01-15 Chris LattnerMove sparc specific code into the Sparc backend
2003-01-15 Chris LattnerUse BuildMI more
2003-01-15 Chris LattnerUse BuildMI more, Create*Instruction less
2003-01-15 Chris Lattner* Elimiante a bunch of functions from InstrSelectionSup...
2003-01-14 Chris LattnerRename MachineInstrInfo -> TargetInstrInfo
2002-12-28 Chris Lattner* TargetData is no longer directly accessable from...
2002-10-29 Chris LattnerMachineInstrInfo doesn't need a TargetMachine
2002-10-28 Misha BrukmanChanged `MachineCodeForMethod' to `MachineFunction'.
2002-10-13 Chris Lattner - Rename Instruction::First*Op to *OpsBegin, and...
2002-10-13 Vikram S. AdveMake sure to handle small negative values hiding as...
2002-09-27 Vikram S. AdveModify operand order for Create{Sign,Zero}ExtensionInst...
2002-09-16 Vikram S. AdveAdd methods to query about the representation of LLVM...
2002-09-05 Vikram S. AdveBug fixes in casting between floats and ints smaller...
2002-09-03 Chris Lattner - Renamed Type::isIntegral() to Type::isInteger()
2002-08-13 Vikram S. AdveSeveral bug fixes in casting to signed int values.
2002-08-09 Chris Lattner* Removed extraneous #includes
2002-08-04 Vikram S. AdveBug fix in CreateCodeToLoadConst(): use sign of dest...
2002-07-31 Vikram S. AdveJust improved comments and assertions.
2002-07-25 Chris LattnerGCC 3.1 changes, finally the burm file builds the FIRST...
2002-07-10 Vikram S. AdveMajor overhaul to stop using pseudo-instructions (SETX...
2002-06-30 Chris LattnerRemove diff-cluttering tags
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-05-19 Vikram S. AdveNumerous bug fixes:
2002-05-06 Chris LattnerReplace all usages of Type::isPointerType with isa...
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-28 Chris LattnerSplit ConstantVals.h into Constant.h and Constants.h
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-03-31 Vikram S. AdveFix CreateUIntSetInstruction() to handle sign extension...
2002-03-18 Vikram S. AdveUse distinct names for the three types of SetMachineOpe...
2002-02-03 Chris Lattner* Switch to new TmpInstruction model
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-15 Vikram S. AdveRemove int hack to allow unsigned numbers greater than...
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-11-15 Vikram S. AdveFix int->float conversion.
2001-11-09 Vikram S. AdveAdded function UltraSparcInstrInfo::CreateCodeToCopyFlo...
2001-11-08 Vikram S. AdveAdded new function UltraSparcInstrInfo::CreateCodeToCop...
2001-10-28 Vikram S. AdveGenerate SETX for 64-bit integers!
2001-10-18 Vikram S. AdveMoved implementation of class UltraSparcInstrInfo here.