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