- Sep 03, 2009
-
-
Daniel Dunbar authored
llvm-svn: 80855
-
- Sep 01, 2009
-
-
Ted Kremenek authored
llvm-svn: 80680
-
- Aug 31, 2009
-
-
Richard Osborne authored
llvm-svn: 80629
-
- Aug 30, 2009
-
-
Daniel Dunbar authored
llvm-svn: 80515
-
Torok Edwin authored
implementation. llvm-svn: 80493
-
- Aug 25, 2009
-
-
Dan Gohman authored
This is conventional command-line tool behavior. -f now just means "enable binary output on terminals". Add a -f option to llvm-extract and llvm-link, for consistency. Remove F_Force from raw_fd_ostream and enable overwriting and truncating by default. Introduce an F_Excl flag to permit users to enable a failure when the file already exists. This flag is currently unused. Update Makefiles and documentation accordingly. llvm-svn: 79990
-
Oscar Fuentes authored
llvm-svn: 79959
-
- Aug 24, 2009
-
-
Daniel Dunbar authored
identifier architecture. llvm-svn: 79906
-
Dan Gohman authored
llvm-svn: 79894
-
Dan Gohman authored
than 16 spaces. Make the Spaces array wide enough to handle common cases. llvm-svn: 79890
-
Chris Lattner authored
means that raw_ostream no longer has to #include <iosfwd>. Nothing in llvm should use raw_os_ostream.h, but llvm-gcc and some unit tests do. llvm-svn: 79886
-
Chris Lattner authored
member out of line. ftostr is not particularly speedy, so that method is presumably not perf sensitive. llvm-svn: 79885
-
Dan Gohman authored
llvm-svn: 79883
-
Oscar Fuentes authored
llvm-svn: 79876
-
Chris Lattner authored
llvm-svn: 79875
-
Chris Lattner authored
(HAVE_GV && (HAVE_DOT || HAVE_FDP || HAVE_NEATO || \ HAVE_TWOPI || HAVE_CIRCO)) are true. llvm-svn: 79872
-
Chris Lattner authored
forcing them down into various .cpp files. This change also: 1. Renames TimeValue::toString() and Path::toString() to ::str() for similarity with the STL. 2. Removes all stream insertion support for sys::Path, forcing clients to call .str(). 3. Removes a use of Config/alloca.h from bugpoint, using smallvector instead. 4. Weans llvm-db off <iostream> sys::Path really needs to be gutted, but I don't have the desire to do it at this point. llvm-svn: 79869
-
- Aug 23, 2009
-
-
Chris Lattner authored
llvm-svn: 79865
-
Chris Lattner authored
change the raw_ostream one to take the raw_ostream byref instead of byptr. Prune #includes, eliminate a use of Streams.h llvm-svn: 79863
-
Daniel Dunbar authored
- This also shortens the Format.h implementation, and uses the print buffer fully (it was wasting a character). - This manifested as llvm-test failures, because one side effect was that raw_ostream would write garbage '\x00' values into the output stream if it happened that the string was at the end of the buffer. This meant that grep would report 'Binary file matches', which meant the silly pattern matching llvm-test eventually does would fail. Cute. :) llvm-svn: 79862
-
Chris Lattner authored
llvm-svn: 79857
-
Benjamin Kramer authored
llvm-svn: 79852
-
Benjamin Kramer authored
llvm-svn: 79847
-
Benjamin Kramer authored
llvm-svn: 79845
-
Daniel Dunbar authored
- The world needs better C++ refactoring tools, can I get an Amen!? llvm-svn: 79843
-
Chris Lattner authored
llvm-svn: 79842
-
Chris Lattner authored
llvm-svn: 79836
-
Chris Lattner authored
llvm-svn: 79835
-
Chris Lattner authored
update all code that this affects. llvm-svn: 79830
-
Chris Lattner authored
instead of as two bools. Use this to add a F_Append flag which has the obvious behavior. Other unrelated changes conflated into this patch: 1. REmove EH stuff from llvm-dis and llvm-as, the try blocks are dead. 2. Simplify the filename inference code in llvm-as/llvm-dis, because raw_fd_ostream does the right thing with '-'. 3. Switch machine verifier to use raw_ostream instead of ostream (Which is the thing that needed append in the first place). llvm-svn: 79807
-
Chris Lattner authored
the weird MAX_COLUMN_PAD limitation. llvm-svn: 79785
-
Chris Lattner authored
OS.indent(i) << "whatever"; people seem to like indenting things ;-) llvm-svn: 79784
-
- Aug 22, 2009
-
-
Anton Korobeynikov authored
llvm-svn: 79688
-
Anton Korobeynikov authored
This fixes PR2555 llvm-svn: 79677
-
- Aug 21, 2009
-
-
Erick Tryzelaar authored
llvm-svn: 79602
-
Eric Christopher authored
negative checks resemble each other. llvm-svn: 79595
-
Eric Christopher authored
llvm-svn: 79594
-
Erick Tryzelaar authored
llvm-svn: 79593
-
Erick Tryzelaar authored
llvm-svn: 79592
-
Erick Tryzelaar authored
and many new unit tests. llvm-svn: 79574
-