- Aug 24, 2009
-
-
Anders Carlsson authored
llvm-svn: 79930
-
Anders Carlsson authored
llvm-svn: 79929
-
Anders Carlsson authored
llvm-svn: 79928
-
Anders Carlsson authored
llvm-svn: 79927
-
Dale Johannesen authored
llvm-svn: 79926
-
Douglas Gregor authored
pointers, by extending the "composite pointer type" logic to include member pointer types. Introduce test cases for member pointer comparisons, including those that involve the builtin operator candidates implemented earlier. llvm-svn: 79925
-
Chris Lattner authored
by Enea Zaffanella! llvm-svn: 79924
-
Fariborz Jahanian authored
llvm-svn: 79923
-
Anders Carlsson authored
llvm-svn: 79922
-
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
-