Skip to content
  1. Mar 10, 2006
  2. Mar 09, 2006
  3. Mar 08, 2006
  4. Mar 07, 2006
  5. Mar 06, 2006
  6. Mar 05, 2006
  7. Mar 04, 2006
    • Chris Lattner's avatar
      Add a note · c9a318d8
      Chris Lattner authored
      llvm-svn: 26523
      c9a318d8
    • 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
Loading