1. ed3fefb Simplified handling of array indexes in SetMemOperands_Internal. by Vikram S. Adve · 23 years ago
  2. 1e60669 Add a missing case: converting float/double to unsigned integer types. by Vikram S. Adve · 23 years ago
  3. 09ff112 *** empty log message *** by Chris Lattner · 23 years ago
  4. 6418eac Have to save a boolean (setCC) value whenever use is outside the current by Vikram S. Adve · 23 years ago
  5. db241dc Fix constness by Chris Lattner · 23 years ago
  6. 36346c7 Rename IsPowerOf2 to isPowerOf2 by Chris Lattner · 23 years ago
  7. 242a808 Numerous bug fixes: by Vikram S. Adve · 23 years ago
  8. 9b62503 Replace all usages of Type::isPointerType with isa<PointerType> by Chris Lattner · 23 years ago
  9. 31bcdb8 Split ConstantVals.h into Constant.h and Constants.h by Chris Lattner · 23 years ago
  10. 3550420 Use the cast<> operator in favor of C style casts by Chris Lattner · 23 years ago
  11. 1a18b7c Change Constant::getNullConstant to Constant::getNullValue by Chris Lattner · 23 years ago
  12. dbc4fad Insert copy operations for FP arguments to a varargs function, by Vikram S. Adve · 23 years ago
  13. 6111a87 Move the InsertPrologEpilogCode class out of the Sparc.cpp file into the by Chris Lattner · 23 years ago
  14. 2fbfdcf Change references to the Method class to be references to the Function by Chris Lattner · 23 years ago
  15. 2aac6bf s/MethodType/FunctionType by Chris Lattner · 23 years ago
  16. 85e1e9c Case numbers were not updated when Sparc.burg.in was changed by Vikram S. Adve · 23 years ago
  17. a10d1a7 1. Fix a leftover bug in generating memory instructions. by Vikram S. Adve · 23 years ago
  18. b0d0472 Convert to use new style casts instead of direct checking by Chris Lattner · 23 years ago
  19. fd3900a Major enhancements to how array and structure indices are handled. by Vikram S. Adve · 23 years ago
  20. 7482532 Add support for code generation for array references. by Vikram S. Adve · 23 years ago
  21. 9c46108 * Switch to new TmpInstruction model by Chris Lattner · 24 years ago
  22. d4b0511 Remove dead variable. by Chris Lattner · 24 years ago
  23. 697954c Changes to build successfully with GCC 3.02 by Chris Lattner · 24 years ago
  24. fa24897 Eliminate all uses of memInst->getIndicesBROKEN(). by Vikram S. Adve · 24 years ago
  25. 5618cb6 Allow pointer indexing by Chris Lattner · 24 years ago
  26. 7a17675 Renamed inst_const_iterator -> const_inst_iterator by Chris Lattner · 24 years ago
  27. e9bb2df Rename ConstPoolVal -> Constant by Chris Lattner · 24 years ago
  28. cee8f9a Create a new #include "Support/..." directory structure to move things by Chris Lattner · 24 years ago
  29. 69a86e4 The old getIndices has been deprecated, because it no longer works. It now by Chris Lattner · 24 years ago
  30. 345bcc8 Fix use of AllocateLocalVar for alloca instruction! by Vikram S. Adve · 24 years ago
  31. 65ea171 Remove much cruft from the MemAccessInst instruction by Chris Lattner · 24 years ago
  32. 3438b21 Disable use of the Phi machine instruction which is no longer needed by Vikram S. Adve · 24 years ago
  33. 67a463a Added phi elimination code by Ruchira Sasanka · 24 years ago
  34. fd9b7dc Fix dumb bug in alignment adjustment code! by Vikram S. Adve · 24 years ago
  35. 671b16d Must generate an instruction for GetElementPtr if single user is not by Vikram S. Adve · 24 years ago
  36. 6ad7c55 Do the same for float->int that we did for int->float earlier. by Vikram S. Adve · 24 years ago
  37. ff5a09e Fix bugs in FITOS/D instruction generation. by Vikram S. Adve · 24 years ago
  38. 8e5c0b4 Killing warnings by Chris Lattner · 24 years ago
  39. 510eec7 Generate code for Rem instruction. by Vikram S. Adve · 24 years ago
  40. b7f06f4 Fixed instruction information for RDCCR and WRCCR. by Vikram S. Adve · 24 years ago
  41. 8e7f409 Minor method rename by Chris Lattner · 24 years ago
  42. 0589b2c Need to subtract, not add, stack size in SAVE instruction! by Vikram S. Adve · 24 years ago
  43. fb36112 Added functions to generate prolog and epilog code. by Vikram S. Adve · 24 years ago
  44. ea21a6c Use CALL for direct function calls; JMPL for indirect ones. by Vikram S. Adve · 24 years ago
  45. 7fe2787 1. Move most of the constant-fixup code into machine-independent file by Vikram S. Adve · 24 years ago
  46. c025fc1 Forward operands into implicit uses as well as explicit ones. by Vikram S. Adve · 24 years ago
  47. 137b62c Two bug fixes that were suppressing some "load-constant-into-register" instrs. by Vikram S. Adve · 24 years ago
  48. 749655f * Add #include by Chris Lattner · 24 years ago
  49. a995e60 Record implicitRefs for each machine instruction instead of each VM instruction. by Vikram S. Adve · 24 years ago
  50. 8557b22 Insert code to load constants used as Call or Return arguments. by Vikram S. Adve · 24 years ago
  51. b00c582 Commit more code over to new cast style by Chris Lattner · 24 years ago
  52. 1d87bcf Convert more code to use new style casts Eliminate old style casts from value.h by Chris Lattner · 24 years ago
  53. cfe26c9 Add more support for new style casts Convert more code to use them by Chris Lattner · 24 years ago
  54. 4cecdd2 Several fixes: by Vikram S. Adve · 24 years ago
  55. 5070c6a Check in bug fix for vadve by Chris Lattner · 24 years ago
  56. 243dd45 Allow pointer constants as well as integer and booleans. by Vikram S. Adve · 24 years ago
  57. 7163447 Add support for loading and storing pointers... by Chris Lattner · 24 years ago
  58. ffe335a Fix a bug that caused a crash if a setcc had zero uses. by Chris Lattner · 24 years ago
  59. 20b1ea0 Move files. by Chris Lattner · 24 years ago