Skip to content
  1. Mar 06, 2008
  2. Mar 05, 2008
  3. Jan 23, 2008
  4. Jan 21, 2008
  5. Jan 10, 2008
  6. Jan 09, 2008
  7. Jan 08, 2008
  8. Jan 07, 2008
  9. 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
    • Chris Lattner's avatar
      Add new shorter predicates for testing machine operands for various types: · a5bb370a
      Chris Lattner authored
      e.g. MO.isMBB() instead of MO.isMachineBasicBlock().  I don't plan on 
      switching everything over, so new clients should just start using the 
      shorter names.
      
      Remove old long accessors, switching everything over to use the short
      accessor: getMachineBasicBlock() -> getMBB(), 
      getConstantPoolIndex() -> getIndex(), setMachineBasicBlock -> setMBB(), etc.
      
      llvm-svn: 45464
      a5bb370a
  10. Dec 29, 2007
  11. Dec 24, 2007
  12. Dec 23, 2007
  13. Dec 22, 2007
  14. Dec 16, 2007
  15. Dec 13, 2007
  16. Dec 12, 2007
  17. Dec 11, 2007
  18. Dec 10, 2007
  19. Nov 13, 2007
  20. Nov 12, 2007
  21. Nov 08, 2007
  22. Nov 07, 2007
  23. Nov 06, 2007
Loading