"clang/test/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "b87c428055dd2fedde2cd4419e9b26104dc62484"
- May 08, 2013
-
-
Daniel Malea authored
- previously formatted_raw_ostream tracked columns, now it tracks lines too - used by (upcoming) DebugIR pass to know the line number to connect to each IR instruction llvm-svn: 181463
-
- Dec 19, 2010
-
-
Nick Lewycky authored
llvm-svn: 122193
-
- Sep 01, 2010
-
-
Dan Gohman authored
of a base class. This makes it possible to unregister the file from FilesToRemove when the file is done. Also, this eliminates the need for formatted_tool_output_file. llvm-svn: 112706
-
- Aug 20, 2010
-
-
Dan Gohman authored
functionality that most command-line tools need: ensuring that the output file gets deleted if the tool is interrupted or encounters an error. llvm-svn: 111595
-
- Feb 22, 2010
-
-
Dan Gohman authored
llvm-svn: 96779
-
- Feb 15, 2010
-
-
Chris Lattner authored
OS.PadToColumn(42) << "foo"; llvm-svn: 96208
-
- Jan 05, 2010
-
-
David Greene authored
llvm-svn: 92641
-
- Aug 23, 2009
-
-
Chris Lattner authored
the weird MAX_COLUMN_PAD limitation. llvm-svn: 79785
-
- Aug 19, 2009
-
-
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
-
- Aug 17, 2009
-
-
Chris Lattner authored
just remove the argument and replace it with 1. llvm-svn: 79246
-
- Aug 15, 2009
-
-
Dan Gohman authored
llvm-svn: 79065
-
Dan Gohman authored
llvm-svn: 79064
-
Dan Gohman authored
llvm-svn: 79063
-
- Jul 29, 2009
-
-
David Greene authored
Re-apply previous changes and improve column padding performance some more. llvm-svn: 77461
-
Daniel Dunbar authored
llvm-svn: 77425
-
David Greene authored
Improve performance of PadToColumn by eliminating flushes. llvm-svn: 77397
-
- Jul 24, 2009
-
-
David Greene authored
Write space padding as one string to speed up comment printing. llvm-svn: 76910
-
- Jul 16, 2009
-
-
Dan Gohman authored
llvm-svn: 76069
-
- Jul 15, 2009
-
-
Chris Lattner authored
llvm-svn: 75707
-
- Jul 14, 2009
-
-
David Greene authored
Have asm printers use formatted_raw_ostream directly to avoid a dynamic_cast<>. llvm-svn: 75670
-
- Jul 13, 2009
-
-
David Greene authored
Make some more changes suggested by Chris. Manipulators go away. llvm-svn: 75472
-
- Jul 10, 2009
-
-
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
-