- Sep 12, 2009
-
-
Douglas Gregor authored
llvm-svn: 81590
-
Douglas Gregor authored
llvm-svn: 81589
-
Anders Carlsson authored
llvm-svn: 81587
-
Mike Stump authored
llvm-svn: 81585
-
Daniel Dunbar authored
llvm-svn: 81582
-
Daniel Dunbar authored
- Currently unused. llvm-svn: 81581
-
- Sep 11, 2009
-
-
Daniel Dunbar authored
llvm-svn: 81570
-
Fariborz Jahanian authored
block pointer ivars. llvm-svn: 81535
-
Daniel Dunbar authored
thumb-foo-bar as an ARM target. llvm-svn: 81497
-
Anders Carlsson authored
llvm-svn: 81486
-
Anders Carlsson authored
llvm-svn: 81485
-
Anders Carlsson authored
llvm-svn: 81481
-
Anders Carlsson authored
llvm-svn: 81480
-
- Sep 10, 2009
-
-
Fariborz Jahanian authored
llvm-svn: 81462
-
Fariborz Jahanian authored
from correct field of TypeInfo. llvm-svn: 81446
-
Anders Carlsson authored
llvm-svn: 81423
-
Anders Carlsson authored
llvm-svn: 81398
-
Daniel Dunbar authored
llvm-svn: 81384
-
- Sep 09, 2009
-
-
Anders Carlsson authored
If a cast expression needs either a conversion function or a constructor to be called, generate implicit child expressions that call them. llvm-svn: 81383
-
Mike Stump authored
llvm-svn: 81346
-
Mike Stump authored
llvm-svn: 81337
-
Anders Carlsson authored
llvm-svn: 81315
-
- Sep 08, 2009
-
-
Anders Carlsson authored
llvm-svn: 81237
-
- Sep 07, 2009
-
-
Benjamin Kramer authored
llvm-svn: 81147
-
Mike Stump authored
llvm-svn: 81143
-
Daniel Dunbar authored
output. - Also, cleanup code to output inline asm references. llvm-svn: 81139
-
- Sep 05, 2009
-
-
Mike Stump authored
llvm-svn: 81080
-
Mike Stump authored
llvm-svn: 81078
-
Mike Stump authored
llvm-svn: 81077
-
Mike Stump authored
llvm-svn: 81075
-
Mike Stump authored
llvm-svn: 81074
-
Mike Stump authored
llvm-svn: 81073
-
Mike Stump authored
llvm-svn: 81072
-
Mike Stump authored
llvm-svn: 81071
-
John McCall authored
ignore non-canonical type classes, but apparently we need to know how to mangle dependent names. The missing cases are much more obvious now. llvm-svn: 81070
-
Mike Stump authored
llvm-svn: 81069
-
Mike Stump authored
offsets better for thunk refinements. Cleanups. WIP. llvm-svn: 81067
-
John McCall authored
ways: remove elab types during desugaring, enhance pretty-printing to allow tags to be suppressed without suppressing scopes, look through elab types when associating a typedef name with an anonymous record type. llvm-svn: 81065
-
John McCall authored
directly in the AST. The current thinking is to create these only in C++ mode for efficiency. But for now, they're not being created at all; patch to follow. This will let us do things like verify that tags match during template instantation, as well as signal that an elaborated type specifier was used for clients that actually care. Optimally, the TypeLoc hierarchy should be adjusted to carry tag location information as well. llvm-svn: 81057
-
Douglas Gregor authored
templates. We now distinguish between an explicit instantiation declaration and an explicit instantiation definition, and know not to instantiate explicit instantiation declarations. Unfortunately, there is some remaining confusion w.r.t. instantiation of out-of-line member function definitions that causes trouble here. llvm-svn: 81053
-