Skip to content
  1. Feb 27, 2006
  2. Feb 24, 2006
  3. Feb 23, 2006
  4. Feb 22, 2006
  5. Feb 18, 2006
  6. Feb 17, 2006
  7. Feb 16, 2006
  8. Feb 14, 2006
  9. Feb 04, 2006
  10. Feb 03, 2006
  11. Feb 02, 2006
  12. Feb 01, 2006
  13. Jan 30, 2006
  14. Jan 29, 2006
  15. Jan 26, 2006
  16. Jan 25, 2006
  17. Dec 22, 2005
  18. Dec 20, 2005
  19. Nov 29, 2005
  20. Nov 22, 2005
  21. Oct 21, 2005
  22. Sep 28, 2005
  23. Aug 27, 2005
  24. Aug 24, 2005
  25. 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
  26. Apr 22, 2005
  27. Jan 19, 2005
  28. Jan 17, 2005
  29. Jan 16, 2005
  30. Jan 11, 2005
  31. Jan 07, 2005
Loading