Allow emission of names that start with an underscore. This is needed to
[oota-llvm.git] / lib / Target / SparcV9 / SparcV9InstrInfo.cpp
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.