Skip to content
  1. Sep 25, 2008
  2. Sep 13, 2008
    • Dan Gohman's avatar
      Remove isImm(), isReg(), and friends, in favor of · 38453eeb
      Dan Gohman authored
      isImmediate(), isRegister(), and friends, to avoid confusion
      about having two different names with the same meaning. I'm
      not attached to the longer names, and would be ok with
      changing to the shorter names if others prefer it.
      
      llvm-svn: 56189
      38453eeb
  3. Sep 04, 2008
  4. Aug 22, 2008
  5. Jul 10, 2008
  6. Jul 09, 2008
  7. May 28, 2008
  8. May 13, 2008
  9. Apr 02, 2008
  10. Mar 05, 2008
  11. Feb 29, 2008
  12. Feb 26, 2008
  13. Feb 22, 2008
  14. Feb 20, 2008
  15. Feb 11, 2008
  16. Feb 10, 2008
  17. Feb 07, 2008
  18. Feb 06, 2008
  19. Jan 27, 2008
  20. Jan 17, 2008
  21. Jan 07, 2008
  22. Jan 01, 2008
  23. 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
  24. Dec 29, 2007
Loading