- Aug 24, 2009
-
-
Anders Carlsson authored
llvm-svn: 79921
-
Douglas Gregor authored
that type. Note that we do not produce a diagnostic if the type is incomplete; rather, we just don't look for conversion functions. Fixes PR4660. llvm-svn: 79919
-
Douglas Gregor authored
generic tree transformation (also used for recanonicalization) and a small amount of template-instantiation-specific logic. llvm-svn: 79917
-
Torok Edwin authored
llvm-svn: 79916
-
Douglas Gregor authored
llvm-svn: 79913
-
Douglas Gregor authored
llvm-svn: 79912
-
Douglas Gregor authored
declarations (e.g., FunctionTemplateDecl -> CXXConstructorDecl) before performing semantic analysis on the declarations. Fixes PR4761. llvm-svn: 79911
-
Daniel Dunbar authored
- The indirect table itself isn't being filled in yet. - This isn't factored properly and is rather FIXMEd, but at the moment I'm more focused on figuring out what it needs to do. llvm-svn: 79910
-
Duncan Sands authored
for stderr and fprintf. llvm-svn: 79909
-
Duncan Sands authored
for EOF. llvm-svn: 79908
-
Daniel Dunbar authored
llvm-svn: 79907
-
Daniel Dunbar authored
identifier architecture. llvm-svn: 79906
-
Daniel Dunbar authored
- There is lots of non-endian safe code in here... :/ llvm-svn: 79905
-
Daniel Dunbar authored
llvm-svn: 79904
-
Daniel Dunbar authored
llvm-svn: 79903
-
Daniel Dunbar authored
things have moved to llvm::Triple. llvm-svn: 79902
-
Daniel Dunbar authored
- Primarily to discourage clients form making decisions based on the string. llvm-svn: 79901
-
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
-