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. Dec 29, 2007
  3. Jul 10, 2007
  4. Jul 07, 2007
  5. Jun 19, 2007
  6. Jun 18, 2007
  7. Jun 16, 2007
    • Evan Cheng's avatar
      Really turn if-converter loose: · 3a51c854
      Evan Cheng authored
      1. Consider all possible ifcvt cases at once. No longer restricted to bottom
         up iterative approach.
      2. Sort all possible cases based on a cost function. Perform the most profitable
         ones first invalidate others that target the same blocks.
      3. Fixed a number of bugs related to block duplication.
      
      llvm-svn: 37613
      3a51c854
  8. Jun 15, 2007
  9. Jun 14, 2007
  10. Jun 13, 2007
  11. Jun 12, 2007
  12. Jun 10, 2007
  13. Jun 09, 2007
  14. Jun 08, 2007
  15. Jun 07, 2007
  16. Jun 06, 2007
  17. Jun 05, 2007
Loading