Skip to content
  1. Oct 05, 2011
  2. Sep 30, 2011
  3. Sep 09, 2011
  4. Jun 28, 2011
  5. Apr 15, 2011
  6. Dec 09, 2010
  7. Nov 08, 2010
  8. Aug 06, 2010
  9. Feb 13, 2009
  10. Sep 04, 2008
  11. Jan 07, 2008
    • Chris Lattner's avatar
      rename TargetInstrDescriptor -> TargetInstrDesc. · 03ad8850
      Chris Lattner authored
      Make MachineInstr::getDesc return a reference instead
      of a pointer, since it can never be null.
      
      llvm-svn: 45695
      03ad8850
    • 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
  12. Dec 29, 2007
  13. Aug 18, 2007
  14. May 03, 2007
  15. May 02, 2007
  16. May 01, 2007
  17. Dec 19, 2006
  18. Dec 06, 2006
  19. Nov 28, 2006
  20. Feb 05, 2006
  21. Apr 22, 2005
  22. Sep 30, 2004
  23. Sep 02, 2004
Loading