Skip to content
  1. Dec 28, 2009
  2. Dec 25, 2009
  3. Dec 24, 2009
    • Chris Lattner's avatar
      handle equality memcmp of 8 bytes on x86-64 with two unaligned loads and a · f5e3ed64
      Chris Lattner authored
      compare.  On other targets we end up with a call to memcmp because we don't
      want 16 individual byte loads.  We should be able to use movups as well, but
      we're failing to select the generated icmp.
      
      llvm-svn: 92107
      f5e3ed64
    • David Greene's avatar
      · e40730d8
      David Greene authored
      Change errs() to dbgs().
      
      llvm-svn: 92099
      e40730d8
    • Chris Lattner's avatar
      move an optimization for memcmp out of simplifylibcalls and into · 1a32ede6
      Chris Lattner authored
      SDISel.  This optimization was causing simplifylibcalls to 
      introduce type-unsafe nastiness.  This is the first step, I'll be 
      expanding the memcmp optimizations shortly, covering things that
      we really really wouldn't want simplifylibcalls to do.
      
      llvm-svn: 92098
      1a32ede6
    • David Greene's avatar
      · d60abbf7
      David Greene authored
      Change errs() to dbgs().
      
      llvm-svn: 92097
      d60abbf7
    • David Greene's avatar
      · c230cb94
      David Greene authored
      Change errs() to dbgs().
      
      llvm-svn: 92096
      c230cb94
    • David Greene's avatar
      · 8bc072cd
      David Greene authored
      Change errs() to dbgs().
      
      llvm-svn: 92094
      8bc072cd
    • David Greene's avatar
      · 75a2efb0
      David Greene authored
      Change errs() to dbgs().
      
      llvm-svn: 92093
      75a2efb0
  4. Dec 23, 2009
  5. Dec 22, 2009
  6. Dec 21, 2009
Loading