Skip to content
  1. Mar 19, 2009
  2. Mar 18, 2009
  3. Mar 17, 2009
  4. Mar 16, 2009
    • Daniel Dunbar's avatar
      raw_ostream: Lift out flush_nonempty. · d24535fe
      Daniel Dunbar authored
       - Flush a known non-empty buffers; enforces the interface to
         flush_impl and kills off HandleFlush (which I saw no reason to be
         an inline method, Chris?).
      
       - Clarify invariant that flush_impl is only called with OutBufCur >
         OutBufStart.
      
       - This also cleary collects all places where we have to deal with the
         buffer possibly not existing.
      
       - A few more comments and fixing the unbuffered behavior remain in
         this commit sequence.
      
      llvm-svn: 67057
      d24535fe
    • Daniel Dunbar's avatar
      Make raw_ostream::operator<<(const void *) fast; it doesn't matter but · 8786218b
      Daniel Dunbar authored
      it is easy.
      
      llvm-svn: 67054
      8786218b
Loading