Skip to content
  1. May 08, 2013
  2. Dec 19, 2010
  3. Sep 01, 2010
  4. Aug 20, 2010
  5. Feb 22, 2010
  6. Feb 15, 2010
  7. Jan 05, 2010
  8. Aug 23, 2009
  9. Aug 19, 2009
    • Daniel Dunbar's avatar
      raw_ostream: Reduce FormattedStream's reliance on raw_ostream's implementation. · 17a6fd22
      Daniel Dunbar authored
       - Kill off begin(), end(), and iterator. It isn't clear what these
         mean. Instead provide getBufferStart(), which can be used with
         GetNumBytesInBuffer to the same effect.
      
       - Update ComputeColumn to take arguments for the buffer to scan, this
         simplifies the implementation of write_impl substantially.
      
       - This should also fix possible problems with the scanning pointer pointing
         outside of the current raw_ostream buffer.
      
      llvm-svn: 79379
      17a6fd22
  10. Aug 17, 2009
  11. Aug 15, 2009
  12. Jul 29, 2009
  13. Jul 24, 2009
    • David Greene's avatar
      · 8e621f01
      David Greene authored
      Write space padding as one string to speed up comment printing.
      
      llvm-svn: 76910
      8e621f01
  14. Jul 16, 2009
  15. Jul 15, 2009
  16. Jul 14, 2009
    • David Greene's avatar
      · a31f96cf
      David Greene authored
      Have asm printers use formatted_raw_ostream directly to avoid a
      dynamic_cast<>.
      
      llvm-svn: 75670
      a31f96cf
  17. Jul 13, 2009
    • David Greene's avatar
      · 20f6ac07
      David Greene authored
      Make some more changes suggested by Chris.  Manipulators go away.
      
      llvm-svn: 75472
      20f6ac07
  18. Jul 10, 2009
    • David Greene's avatar
      · c97b778b
      David Greene authored
      Make changes suggested by Chris and eliminate newly-added raw_ostream
      hooks as they're no longer needed.
      
      The major change with this patch is to make formatted_raw_ostream usable
      by any client of raw_ostream.
      
      llvm-svn: 75283
      c97b778b
Loading