Skip to content
  1. Apr 21, 2008
  2. Apr 20, 2008
  3. Apr 16, 2008
  4. Apr 11, 2008
  5. Apr 10, 2008
    • Dan Gohman's avatar
      Teach InstCombine's ComputeMaskedBits to handle pointer expressions · 99b7b3f0
      Dan Gohman authored
      in addition to integer expressions. Rewrite GetOrEnforceKnownAlignment
      as a ComputeMaskedBits problem, moving all of its special alignment
      knowledge to ComputeMaskedBits as low-zero-bits knowledge.
      
      Also, teach ComputeMaskedBits a few basic things about Mul and PHI
      instructions.
      
      This improves ComputeMaskedBits-based simplifications in a few cases,
      but more noticeably it significantly improves instcombine's alignment
      detection for loads, stores, and memory intrinsics.
      
      llvm-svn: 49492
      99b7b3f0
  6. Apr 09, 2008
  7. Apr 08, 2008
  8. Mar 29, 2008
  9. Mar 25, 2008
  10. Mar 24, 2008
  11. Mar 22, 2008
  12. Mar 21, 2008
  13. Mar 19, 2008
  14. Mar 18, 2008
  15. Mar 14, 2008
  16. Mar 13, 2008
  17. Mar 12, 2008
  18. Mar 11, 2008
  19. Mar 10, 2008
  20. Mar 09, 2008
Loading