- 8bde6a6 Added 'r' or 'i' annotations to instructions, as SparcInstr.def has changed. by Misha Brukman · 22 years ago
- 5b94146 Bug fix: sign-extension was not happening for C = -MININT since C == -C! by Vikram S. Adve · 22 years ago
- f865cc4 Cleaned up code layout, spacing, etc. for readability purposes and to be more by Misha Brukman · 22 years ago
- 56f4fa1 Sparc instruction opcodes now all live under the `V9' namespace. by Misha Brukman · 22 years ago
- 21d4509 IntegerRegSize is always 8 for sparc by Chris Lattner · 23 years ago
- efbae9c Fix obvious type-o by Chris Lattner · 23 years ago
- dea36ca Move sparc specific code into the Sparc backend by Chris Lattner · 23 years ago
- e58cd30 Use BuildMI more by Chris Lattner · 23 years ago
- 1ebaa90 Use BuildMI more, Create*Instruction less by Chris Lattner · 23 years ago
- 71aa7af * Elimiante a bunch of functions from InstrSelectionSupport.h, replacing users by Chris Lattner · 23 years ago
- b4d58d7 Rename MachineInstrInfo -> TargetInstrInfo by Chris Lattner · 23 years ago
- a41b89a * TargetData is no longer directly accessable from TargetMachine by Chris Lattner · 23 years ago
- 01efae0 MachineInstrInfo doesn't need a TargetMachine by Chris Lattner · 23 years ago
- 7ae7f84 Changed `MachineCodeForMethod' to `MachineFunction'. by Misha Brukman · 23 years ago
- 69ce867 - Rename Instruction::First*Op to *OpsBegin, and Num*Ops to *OpsEnd to by Chris Lattner · 23 years ago
- ea31dc7 Make sure to handle small negative values hiding as large unsigned longs -- by Vikram S. Adve · 23 years ago
- 40e2347 Modify operand order for Create{Sign,Zero}ExtensionInstructions. by Vikram S. Adve · 23 years ago
- fff5ffd Add methods to query about the representation of LLVM quantities (e.g., by Vikram S. Adve · 23 years ago
- 549489a Bug fixes in casting between floats and ints smaller than 64 bits. by Vikram S. Adve · 23 years ago
- b0b412e - Renamed Type::isIntegral() to Type::isInteger() by Chris Lattner · 23 years ago
- 4f729af Several bug fixes in casting to signed int values. by Vikram S. Adve · 23 years ago
- 959a5fb by Chris Lattner · 23 years ago
- 482ab44 Bug fix in CreateCodeToLoadConst(): use sign of dest, not operand, by Vikram S. Adve · 23 years ago
- c19b1cc Just improved comments and assertions. by Vikram S. Adve · 23 years ago
- 3091e11 GCC 3.1 changes, finally the burm file builds the FIRST time a clean directory is built. by Chris Lattner · 23 years ago
- 58c904a Major overhaul to stop using pseudo-instructions (SETX, SETUW, SETSW) by Vikram S. Adve · 23 years ago
- c28c7b9 Remove diff-cluttering tags by Chris Lattner · 23 years ago
- 458496c changes to make it compatible with 64bit gcc by Anand Shukla · 23 years ago
- e9327f0 Numerous bug fixes: by Vikram S. Adve · 23 years ago
- 181cc32 Replace all usages of Type::isPointerType with isa<PointerType> by Chris Lattner · 24 years ago
- d5a8470 Eliminate duplicate or unneccesary #include's by Chris Lattner · 24 years ago
- ca14237 Split ConstantVals.h into Constant.h and Constants.h by Chris Lattner · 24 years ago
- 62b7fd1 Change references to the Method class to be references to the Function by Chris Lattner · 24 years ago
- bd4e68c Fix CreateUIntSetInstruction() to handle sign extensions correctly. by Vikram S. Adve · 24 years ago
- f9ab087 Use distinct names for the three types of SetMachineOperand to by Vikram S. Adve · 24 years ago
- f08669f * Switch to new TmpInstruction model by Chris Lattner · 24 years ago
- 7f74a56 Changes to build successfully with GCC 3.02 by Chris Lattner · 24 years ago
- 8234b04 Remove int hack to allow unsigned numbers greater than 2^63 - 1... by Vikram S. Adve · 24 years ago
- 3462ae3 Rename ConstPoolVal -> Constant by Chris Lattner · 24 years ago
- 821b129 Fix int->float conversion. by Vikram S. Adve · 24 years ago
- e6642f9 Added function UltraSparcInstrInfo::CreateCodeToCopyFloatToInt. by Vikram S. Adve · 24 years ago
- 503d309 Added new function UltraSparcInstrInfo::CreateCodeToCopyIntToFloat. by Vikram S. Adve · 24 years ago
- 2f72cdd Generate SETX for 64-bit integers! by Vikram S. Adve · 24 years ago
- 4cc2b3b Moved implementation of class UltraSparcInstrInfo here. by Vikram S. Adve · 24 years ago