Skip to content
  1. Feb 21, 2008
  2. Feb 18, 2008
  3. Feb 15, 2008
  4. Feb 13, 2008
  5. Feb 10, 2008
  6. Feb 08, 2008
  7. Jan 24, 2008
  8. Jan 10, 2008
  9. Jan 07, 2008
  10. Jan 04, 2008
  11. 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
  12. Dec 30, 2007
    • Chris Lattner's avatar
      More cleanups for MachineOperand: · 6005589f
      Chris Lattner authored
        - Eliminate the static "print" method for operands, moving it
          into MachineOperand::print.
        - Change various set* methods for register flags to take a bool
          for the value to set it to.  Remove unset* methods.
        - Group methods more logically by operand flavor in MachineOperand.h
      
      llvm-svn: 45461
      6005589f
  13. Dec 29, 2007
  14. Dec 13, 2007
  15. Dec 11, 2007
  16. Dec 09, 2007
  17. Dec 08, 2007
    • Bill Wendling's avatar
      Renaming: · 2b07d8c5
      Bill Wendling authored
        isTriviallyReMaterializable -> hasNoSideEffects
        isReallyTriviallyReMaterializable -> isTriviallyReMaterializable
      
      llvm-svn: 44702
      2b07d8c5
  18. Dec 06, 2007
  19. Dec 05, 2007
  20. Dec 04, 2007
  21. Dec 03, 2007
  22. Dec 02, 2007
  23. Dec 01, 2007
  24. Nov 30, 2007
  25. Nov 29, 2007
Loading