Skip to content
  1. 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
    • Chris Lattner's avatar
      add a note · e43e5c06
      Chris Lattner authored
      llvm-svn: 26513
      e43e5c06
    • Evan Cheng's avatar
      Typo · 084a102b
      Evan Cheng authored
      llvm-svn: 26512
      084a102b
  2. Mar 03, 2006
  3. Mar 02, 2006
  4. Mar 01, 2006
  5. Feb 28, 2006
  6. Feb 27, 2006
  7. Feb 26, 2006
  8. Feb 25, 2006
  9. Feb 24, 2006
  10. Feb 23, 2006
Loading