1. fa24897 Eliminate all uses of memInst->getIndicesBROKEN(). by Vikram S. Adve · 24 years ago
  2. 5618cb6 Allow pointer indexing by Chris Lattner · 24 years ago
  3. 7a17675 Renamed inst_const_iterator -> const_inst_iterator by Chris Lattner · 24 years ago
  4. e9bb2df Rename ConstPoolVal -> Constant by Chris Lattner · 24 years ago
  5. cee8f9a Create a new #include "Support/..." directory structure to move things by Chris Lattner · 24 years ago
  6. 69a86e4 The old getIndices has been deprecated, because it no longer works. It now by Chris Lattner · 24 years ago
  7. 345bcc8 Fix use of AllocateLocalVar for alloca instruction! by Vikram S. Adve · 24 years ago
  8. 65ea171 Remove much cruft from the MemAccessInst instruction by Chris Lattner · 24 years ago
  9. 3438b21 Disable use of the Phi machine instruction which is no longer needed by Vikram S. Adve · 24 years ago
  10. 67a463a Added phi elimination code by Ruchira Sasanka · 24 years ago
  11. fd9b7dc Fix dumb bug in alignment adjustment code! by Vikram S. Adve · 24 years ago
  12. 671b16d Must generate an instruction for GetElementPtr if single user is not by Vikram S. Adve · 24 years ago
  13. 6ad7c55 Do the same for float->int that we did for int->float earlier. by Vikram S. Adve · 24 years ago
  14. ff5a09e Fix bugs in FITOS/D instruction generation. by Vikram S. Adve · 24 years ago
  15. 8e5c0b4 Killing warnings by Chris Lattner · 24 years ago
  16. 510eec7 Generate code for Rem instruction. by Vikram S. Adve · 24 years ago
  17. b7f06f4 Fixed instruction information for RDCCR and WRCCR. by Vikram S. Adve · 24 years ago
  18. 8e7f409 Minor method rename by Chris Lattner · 24 years ago
  19. 0589b2c Need to subtract, not add, stack size in SAVE instruction! by Vikram S. Adve · 24 years ago
  20. fb36112 Added functions to generate prolog and epilog code. by Vikram S. Adve · 24 years ago
  21. ea21a6c Use CALL for direct function calls; JMPL for indirect ones. by Vikram S. Adve · 24 years ago
  22. 7fe2787 1. Move most of the constant-fixup code into machine-independent file by Vikram S. Adve · 24 years ago
  23. c025fc1 Forward operands into implicit uses as well as explicit ones. by Vikram S. Adve · 24 years ago
  24. 137b62c Two bug fixes that were suppressing some "load-constant-into-register" instrs. by Vikram S. Adve · 24 years ago
  25. 749655f * Add #include by Chris Lattner · 24 years ago
  26. a995e60 Record implicitRefs for each machine instruction instead of each VM instruction. by Vikram S. Adve · 24 years ago
  27. 8557b22 Insert code to load constants used as Call or Return arguments. by Vikram S. Adve · 24 years ago
  28. b00c582 Commit more code over to new cast style by Chris Lattner · 24 years ago
  29. 1d87bcf Convert more code to use new style casts Eliminate old style casts from value.h by Chris Lattner · 24 years ago
  30. cfe26c9 Add more support for new style casts Convert more code to use them by Chris Lattner · 24 years ago
  31. 4cecdd2 Several fixes: by Vikram S. Adve · 24 years ago
  32. 5070c6a Check in bug fix for vadve by Chris Lattner · 24 years ago
  33. 243dd45 Allow pointer constants as well as integer and booleans. by Vikram S. Adve · 24 years ago
  34. 7163447 Add support for loading and storing pointers... by Chris Lattner · 24 years ago
  35. ffe335a Fix a bug that caused a crash if a setcc had zero uses. by Chris Lattner · 24 years ago
  36. 20b1ea0 Move files. by Chris Lattner · 24 years ago