1. 96c466b Add new optional getPassName() virtual function that a Pass can override by Chris Lattner · 23 years ago
  2. 1b7f7dc Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classes by Chris Lattner · 23 years ago
  3. 483e14e s/Method/Function by Chris Lattner · 23 years ago
  4. f57b845 * Rename MethodPass class to FunctionPass by Chris Lattner · 23 years ago
  5. 4876209 Don't record instructions for copying method arguments in the by Vikram S. Adve · 23 years ago
  6. 0b0ffa0 Convert AddedInstrMapType to contain AddedInstrns by value instead of by by Chris Lattner · 23 years ago
  7. 2fbfdcf Change references to the Method class to be references to the Function by Chris Lattner · 23 years ago
  8. 1a53f03 Bug fix: address used by indirect call instruction should also by Vikram S. Adve · 23 years ago
  9. 9c4f726 Destroy MethodLiveVarInfo after register allocation. by Vikram S. Adve · 23 years ago
  10. 23a4c8f Big bug fix: getUsableUniRegAtMI needed to return values in arguments by Vikram S. Adve · 23 years ago
  11. 221d688 Method.h no longer includes BasicBlock.h by Chris Lattner · 23 years ago
  12. 2f898d2 Convert operand iterator over to work like an STL iterator by Chris Lattner · 23 years ago
  13. 748697d Minor change: Methods that return ValueSet's that are guaranteed to be valid by Chris Lattner · 23 years ago
  14. 3773094 * Code Cleanups * Removal dependencies on Type.h & remove uses of getTypeID() by Chris Lattner · 23 years ago
  15. 296b773 * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static by Chris Lattner · 23 years ago
  16. 0665a5f * Code Cleanups * Introduce RAV to allow stream I/O instead of using printValue by Chris Lattner · 23 years ago
  17. 4996084 * Add a #include not indirectly included any more by Chris Lattner · 23 years ago
  18. 4d7fc11 * RegisterAllocation _uses_ LiveVar analysis, instead of creating it's own copy by Chris Lattner · 23 years ago
  19. 14ab1ce Switch register allocator over to using LoopInfo directly instead of indirectly through LoopDepthCalculator by Chris Lattner · 23 years ago
  20. 4911c35 Make LoopDeptCalculator be an internal artifact of how RegAlloc is implemented, by Chris Lattner · 23 years ago
  21. 30adeb6 * Add #includes removed from headers by Chris Lattner · 23 years ago
  22. 2f9b28e Convert RegisterAllocator interface to opaque pass type, so that users do not by Chris Lattner · 23 years ago
  23. 0a8ed94 Add #includes neccesary since they were removed from .h files by Chris Lattner · 23 years ago
  24. 6dd98a6 Split RegisterAllocation stuff OUT of Sparc.cpp into a well defined pass by Chris Lattner · 23 years ago
  25. dd1e40b Lots of code cleanups, no functional changes by Chris Lattner · 23 years ago
  26. dbe5304 Oops lost a parenthesis somehow :( by Chris Lattner · 23 years ago
  27. 697954c Changes to build successfully with GCC 3.02 by Chris Lattner · 23 years ago
  28. 6a3db8c PhyRegAlloc.cpp: Added temp area resetting before every call by Ruchira Sasanka · 23 years ago
  29. 4f3eb22 Added destructors and comments. Added correct spill candidate selection logic. by Ruchira Sasanka · 23 years ago
  30. 7a17675 Renamed inst_const_iterator -> const_inst_iterator by Chris Lattner · 23 years ago
  31. f90870f Commented some popTempArg.. since it leads to a bug by Ruchira Sasanka · 23 years ago
  32. ba9d5db Fixed a bug in setReLRegsUsedByMI by Ruchira Sasanka · 23 years ago
  33. f6dfca1 fixed setUsedRegAtMI by Ruchira Sasanka · 23 years ago
  34. 22ccb1b Added interference for args in pseudo instructions by Ruchira Sasanka · 23 years ago
  35. 84dce16 commented out lines printing code after scheduling by Ruchira Sasanka · 23 years ago
  36. f221a2e Fixed a bug concering LR spilling. Earlier, added spilled code was not inserted by Ruchira Sasanka · 23 years ago
  37. e85f233 Do the same for allocating spills to get their alignment right too. by Vikram S. Adve · 23 years ago
  38. 00521d7 When allocating space on stack for writing a register, by Vikram S. Adve · 23 years ago
  39. 65480b7 Changed code to ignore Phi Nodes in PhyRegAlloc by Ruchira Sasanka · 23 years ago
  40. ad14009 No major change by Ruchira Sasanka · 23 years ago
  41. 226f1f0 corrected insertCode4Spilled ... bug. by Ruchira Sasanka · 23 years ago
  42. 5a61d85 Uncommented LR spill code insertion by Ruchira Sasanka · 23 years ago
  43. 12af164 Removed class RegStackOffsets and used class MachineCodeForMethod by Vikram S. Adve · 23 years ago
  44. 80b1a1a Added support for correct spilling of %ccr by Ruchira Sasanka · 23 years ago
  45. ef1b0cb Arranged stack frame - needs furhter organization by Ruchira Sasanka · 23 years ago
  46. 174bded Added spill code support; moved insertCallerSaving to SparRegInfo since by Ruchira Sasanka · 23 years ago
  47. 251d8db Added support to move "added instructions" after the delay slot by Ruchira Sasanka · 23 years ago
  48. c023be2 Use class MachineCodeForMethod to print machine code. by Vikram S. Adve · 23 years ago
  49. b3b6f53 Added support for both call/jmpl instructions by Ruchira Sasanka · 23 years ago
  50. 0e62aa6 Added code to PhyRegAlloc to mark unusable suggested regs by Ruchira Sasanka · 23 years ago
  51. 958faf3 Corrected call interference bug by Ruchira Sasanka · 23 years ago
  52. 0fd8dc8 no major change by Ruchira Sasanka · 23 years ago
  53. 97b8b44 removed some debug messages by Ruchira Sasanka · 23 years ago
  54. 1b732fd changed debugg message printing - no change to useful code by Ruchira Sasanka · 23 years ago
  55. 47c1372 No major change - commented some debug code by Ruchira Sasanka · 23 years ago
  56. c4d4b76 Added support for caller saving by Ruchira Sasanka · 23 years ago
  57. 1e23ed7 Output to cerr rather than cout so that debug info doesn't mess up assembly generation by Chris Lattner · 23 years ago
  58. a90e770 updated suggesting/coloring of call & return args & implicit operands. by Ruchira Sasanka · 23 years ago
  59. a5ab964 --added suggesting colors; call/ret arg handling by Ruchira Sasanka · 23 years ago
  60. 045e7c8 Change debug info from #define to command line option by Chris Lattner · 23 years ago
  61. 4c3aaa4 * REMOVE extraneous debug info if DEBUG_RA is not set * Spell PhyRegAlloc right. by Chris Lattner · 23 years ago[Renamed (98%) from lib/CodeGen/RegAlloc/PhyRegAloc.cpp]
  62. e727f85 -- updated printing by Ruchira Sasanka · 23 years ago
  63. 7e54503 Remove a copy of a bunch of code by Chris Lattner · 23 years ago
  64. 137f720 Cast unsigned to int! It was causing a nice little bug. by Vikram S. Adve · 23 years ago
  65. 6b0a8b5 modified machine code printing by Ruchira Sasanka · 23 years ago
  66. 0931a01 fixed printing messages by Ruchira Sasanka · 23 years ago
  67. 8e60479 *** empty log message *** by Ruchira Sasanka · 23 years ago