Skip to content
  1. Feb 05, 2009
  2. Feb 04, 2009
  3. Jan 15, 2009
  4. Jan 05, 2009
  5. Dec 23, 2008
  6. Dec 18, 2008
  7. Oct 03, 2008
  8. Sep 04, 2008
  9. Aug 31, 2008
  10. Aug 20, 2008
  11. Aug 18, 2008
  12. Jul 07, 2008
  13. May 13, 2008
  14. May 12, 2008
  15. Mar 10, 2008
  16. Feb 26, 2008
  17. Feb 10, 2008
  18. Jan 11, 2008
    • Chris Lattner's avatar
      Simplify the side effect stuff a bit more and make licm/sinking · c8226f32
      Chris Lattner authored
      both work right according to the new flags.
      
      This removes the TII::isReallySideEffectFree predicate, and adds
      TII::isInvariantLoad. 
      
      It removes NeverHasSideEffects+MayHaveSideEffects and adds
      UnmodeledSideEffects as machine instr flags.  Now the clients
      can decide everything they need.
      
      I think isRematerializable can be implemented in terms of the
      flags we have now, though I will let others tackle that.
      
      llvm-svn: 45843
      c8226f32
  19. 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
  20. Jan 04, 2008
  21. Jan 02, 2008
  22. Dec 29, 2007
  23. Dec 20, 2007
  24. Dec 18, 2007
  25. Dec 12, 2007
  26. Dec 11, 2007
Loading