- Aug 24, 2009
-
-
Daniel Dunbar authored
llvm-svn: 79900
-
Daniel Dunbar authored
- This is mostly complete, the main thing missing is .indirect_symbol support (which would be straight-forward, except that the way it is implemented in 'as' makes getting an exact .o match interesting). llvm-svn: 79899
-
Daniel Dunbar authored
llvm-svn: 79898
-
Daniel Dunbar authored
llvm-svn: 79897
-
Reid Kleckner authored
llvm-svn: 79896
-
Chris Lattner authored
llvm-svn: 79895
-
Dan Gohman authored
llvm-svn: 79894
-
Chris Lattner authored
llvm-svn: 79893
-
Chris Lattner authored
llvm-svn: 79892
-
Dan Gohman authored
std::cout and outs(). llvm-svn: 79891
-
Dan Gohman authored
than 16 spaces. Make the Spaces array wide enough to handle common cases. llvm-svn: 79890
-
Chris Lattner authored
llvm-svn: 79889
-
Chris Lattner authored
llvm-svn: 79888
-
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
-
Chris Lattner authored
llvm-svn: 79884
-
Dan Gohman authored
llvm-svn: 79883
-
Chris Lattner authored
llvm-svn: 79882
-
Daniel Dunbar authored
- I did not actually remove the configure test itself, someone who can regenerate configure should do this (see FIXME in autoconf/configure.ac) llvm-svn: 79881
-
Chris Lattner authored
interpreting the wrong endianness anymore. This fixes a failure on clang-powerpc-darwin8 llvm-svn: 79880
-
Daniel Dunbar authored
llvm-svn: 79879
-
Daniel Dunbar authored
llvm-svn: 79878
-
Dale Johannesen authored
all Darwin targets; could be split into separate tests for the chip subdirectories, but from Chris' last mail on testing I assume he'd rather have only one test. Generic seems to be the best available, maybe there should be a Darwin subdirectory? llvm-svn: 79877
-
Oscar Fuentes authored
llvm-svn: 79876
-
Chris Lattner authored
llvm-svn: 79875
-
Chris Lattner authored
llvm-svn: 79874
-
Chris Lattner authored
llvm-svn: 79873
-
Chris Lattner authored
(HAVE_GV && (HAVE_DOT || HAVE_FDP || HAVE_NEATO || \ HAVE_TWOPI || HAVE_CIRCO)) are true. llvm-svn: 79872
-
Chris Lattner authored
really old code from when we were running sparcv9 bc files on x86 (before I ported llvm-gcc 3 to work on x86) :) llvm-svn: 79871
-
Chris Lattner authored
llvm-svn: 79870
-
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
-
Chris Lattner authored
llvm-svn: 79868
-
- Aug 23, 2009
-
-
Chris Lattner authored
llvm-svn: 79866
-
Chris Lattner authored
llvm-svn: 79865
-
Chris Lattner authored
llvm-svn: 79864
-
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
-
Daniel Dunbar authored
llvm-svn: 79861
-
Daniel Dunbar authored
- Ugh. llvm-svn: 79860
-
Daniel Dunbar authored
using clang-cc on i386 and x86_64. llvm-svn: 79859
-