Skip to content
  1. Mar 05, 2006
  2. Mar 03, 2006
  3. Mar 01, 2006
  4. Feb 27, 2006
  5. Feb 24, 2006
  6. Feb 23, 2006
  7. Feb 22, 2006
  8. Feb 18, 2006
  9. Feb 17, 2006
  10. Feb 16, 2006
  11. Feb 14, 2006
  12. Feb 04, 2006
  13. Feb 03, 2006
  14. Feb 02, 2006
  15. Feb 01, 2006
  16. Jan 30, 2006
  17. Jan 29, 2006
  18. Jan 26, 2006
  19. Jan 25, 2006
  20. Dec 22, 2005
  21. Dec 20, 2005
  22. Nov 29, 2005
  23. Nov 22, 2005
  24. Oct 21, 2005
  25. Sep 28, 2005
  26. Aug 27, 2005
  27. Aug 24, 2005
  28. Jul 19, 2005
    • Reid Spencer's avatar
      For: memory operations -> stores · d37d854c
      Reid Spencer authored
      This is the first incremental patch to implement this feature. It adds no
      functionality to LLVM but setup up the information needed from targets in
      order to implement the optimization correctly. Each target needs to specify
      the maximum number of store operations for conversion of the llvm.memset,
      llvm.memcpy, and llvm.memmove intrinsics into a sequence of store operations.
      The limit needs to be chosen at the threshold of performance for such an
      optimization (generally smallish). The target also needs to specify whether
      the target can support unaligned stores for multi-byte store operations.
      This helps ensure the optimization doesn't generate code that will trap on
      an alignment errors.
      More patches to follow.
      
      llvm-svn: 22468
      d37d854c
  29. Apr 22, 2005
  30. Jan 19, 2005
  31. Jan 17, 2005
  32. Jan 16, 2005
Loading