Skip to content
  1. Apr 05, 2008
  2. Mar 08, 2008
  3. Mar 07, 2008
  4. Mar 05, 2008
  5. Mar 03, 2008
  6. Feb 16, 2008
  7. Feb 10, 2008
  8. 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
  9. Jan 01, 2008
  10. Dec 29, 2007
  11. Dec 05, 2007
  12. Sep 14, 2007
  13. Jul 05, 2007
  14. May 01, 2007
  15. Apr 26, 2007
  16. Apr 03, 2007
  17. Mar 27, 2007
  18. Mar 20, 2007
  19. Mar 06, 2007
  20. Mar 02, 2007
  21. Mar 01, 2007
  22. Feb 27, 2007
  23. Feb 25, 2007
  24. Feb 23, 2007
Loading