aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/SparcV9/SparcV9InstrSelectionSupport.h
AgeCommit message (Expand)Author
2004-04-25Fix file header comments and include guards -- many files have been moved orBrian Gaeke
2004-04-07Move ChooseRegOrImmed() prototype here, from InstrSelectionSupport.h.Brian Gaeke
2004-02-25Great renaming: Sparc --> SparcV9Brian Gaeke
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-22Add comments to describe what these functions actually do.Misha Brukman
2003-10-21Added LLVM copyright header.John Criswell
2003-06-06* Changed Bcc instructions to behave like BPcc instructionsMisha Brukman
2003-06-03Added opcode conversion for conditional move of integers.Misha Brukman
2003-05-30Moved and expanded convertOpcodeFromRegToImm() to conver more opcodes.Misha Brukman
2003-05-27Added 'r' or 'i' annotations to instructions, as SparcInstr.def has changed.Misha Brukman
2003-05-20Sparc instruction opcodes now all live under the `V9' namespace.Misha Brukman
2002-09-03 - Renamed Type::isIntegral() to Type::isInteger()Chris Lattner
2002-08-09* Removed extraneous #includesChris Lattner
2002-05-19Numerous bug fixes:Vikram S. Adve
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-10-18Sparc-specific code shared between local files.Vikram S. Adve