Skip to content
  1. Jan 07, 2008
    • Chris Lattner's avatar
      Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects · a98c679d
      Chris Lattner authored
      that it is cheap and efficient to get.
      
      Move a variety of predicates from TargetInstrInfo into 
      TargetInstrDescriptor, which makes it much easier to query a predicate
      when you don't have TII around.  Now you can use MI->getDesc()->isBranch()
      instead of going through TII, and this is much more efficient anyway. Not
      all of the predicates have been moved over yet.
      
      Update old code that used MI->getInstrDescriptor()->Flags to use the
      new predicates in many places.
      
      llvm-svn: 45674
      a98c679d
  2. Jan 01, 2008
  3. Dec 29, 2007
  4. Dec 05, 2007
  5. Sep 14, 2007
  6. Jul 05, 2007
  7. May 01, 2007
  8. Apr 26, 2007
  9. Apr 03, 2007
  10. Mar 27, 2007
  11. Mar 20, 2007
  12. Mar 06, 2007
  13. Mar 02, 2007
  14. Mar 01, 2007
  15. Feb 27, 2007
  16. Feb 25, 2007
  17. Feb 23, 2007
Loading