Skip to content
  1. Sep 09, 2011
  2. Jun 28, 2011
  3. Apr 15, 2011
  4. Dec 09, 2010
  5. Nov 08, 2010
  6. Aug 06, 2010
  7. Feb 13, 2009
  8. Sep 04, 2008
  9. 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
  10. Dec 29, 2007
  11. Aug 18, 2007
  12. May 03, 2007
  13. May 02, 2007
  14. May 01, 2007
  15. Dec 19, 2006
  16. Dec 06, 2006
  17. Nov 28, 2006
  18. Feb 05, 2006
  19. Apr 22, 2005
  20. Sep 30, 2004
  21. Sep 02, 2004
  22. Jul 08, 2004
  23. Jun 18, 2004
  24. Apr 07, 2004
Loading