Skip to content
  1. Jul 24, 2008
  2. Jun 05, 2008
  3. Jun 04, 2008
  4. May 30, 2008
  5. May 13, 2008
  6. Apr 02, 2008
  7. Apr 01, 2008
  8. Mar 31, 2008
  9. Mar 29, 2008
  10. Mar 26, 2008
  11. Mar 25, 2008
  12. Mar 24, 2008
  13. Mar 17, 2008
  14. Mar 12, 2008
  15. Mar 10, 2008
  16. Mar 06, 2008
  17. Mar 05, 2008
  18. Jan 23, 2008
  19. Jan 21, 2008
  20. Jan 10, 2008
  21. Jan 09, 2008
  22. Jan 08, 2008
  23. Jan 07, 2008
  24. Dec 31, 2007
    • Chris Lattner's avatar
      Rename SSARegMap -> MachineRegisterInfo in keeping with the idea · a10fff51
      Chris Lattner authored
      that "machine" classes are used to represent the current state of
      the code being compiled.  Given this expanded name, we can start 
      moving other stuff into it.  For now, move the UsedPhysRegs and
      LiveIn/LoveOuts vectors from MachineFunction into it.
      
      Update all the clients to match.
      
      This also reduces some needless #includes, such as MachineModuleInfo
      from MachineFunction.
      
      llvm-svn: 45467
      a10fff51
Loading