Skip to content
  1. Mar 08, 2006
  2. Mar 07, 2006
  3. Mar 05, 2006
  4. Mar 04, 2006
    • Evan Cheng's avatar
      Add an entry · c66fd445
      Evan Cheng authored
      llvm-svn: 26520
      c66fd445
    • Evan Cheng's avatar
      MEMSET / MEMCPY lowering bugs: we can't issue a single WORD / DWORD version of · 6dc73297
      Evan Cheng authored
      rep/stos and rep/mov if the count is not a constant. We could do
        rep/stosl; and $count, 3; rep/stosb
      For now, I will lower them to memset / memcpy calls. We will revisit this after
      a little bit experiment.
      
      Also need to take care of the trailing bytes even if the count is a constant.
      Since the max. number of trailing bytes are 3, we will simply issue loads /
      stores.
      
      llvm-svn: 26517
      6dc73297
    • Evan Cheng's avatar
      Typo · 084a102b
      Evan Cheng authored
      llvm-svn: 26512
      084a102b
  5. Mar 03, 2006
  6. Mar 01, 2006
  7. Feb 28, 2006
  8. Feb 26, 2006
  9. Feb 25, 2006
  10. Feb 23, 2006
  11. Feb 22, 2006
  12. Feb 21, 2006
Loading