Skip to content
  1. 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
  2. Jan 10, 2008
  3. Jan 08, 2008
  4. Jan 07, 2008
  5. Jan 06, 2008
  6. Dec 30, 2007
  7. Dec 29, 2007
  8. Dec 14, 2007
  9. Dec 13, 2007
  10. Nov 12, 2007
  11. Aug 02, 2007
  12. Jul 26, 2007
  13. Jul 10, 2007
  14. Jul 07, 2007
  15. Jul 05, 2007
  16. Jun 26, 2007
  17. Jun 19, 2007
  18. Jun 06, 2007
  19. May 16, 2007
  20. May 15, 2007
  21. Mar 19, 2007
Loading