Age | Commit message (Expand) | Author |
2009-09-12 | Rename AddressCXXOfBaseClass to GetAddressCXXOfBaseClass. Add a NullCheckValu... | Anders Carlsson |
2009-09-12 | Add CGCXXClass.cpp. and move CodeGenFunction::AddressCXXOfBaseClass there. | Anders Carlsson |
2009-09-12 | Add support for __block variables with alignment greater than __alignof(void *). | Anders Carlsson |
2009-09-12 | For __block variables, cache the LLVM types as well as which LLVM field where... | Anders Carlsson |
2009-09-12 | Stub out room for ARM APCS ABI implementation (and AAPCS_VFP, although you can't | Daniel Dunbar |
2009-09-12 | Formatting fixes. | Daniel Dunbar |
2009-09-12 | Change CodeGenModule::ConstructTypeAttributes to return the calling convention | Daniel Dunbar |
2009-09-12 | Remove unnecessary ASTContext parameter from FunctionDecl::isBuiltinID | Douglas Gregor |
2009-09-12 | Remove unnecessary ASTContext parameters from isMain and isExternC | Douglas Gregor |
2009-09-12 | Fix a crash when generating vtables that contain destructors. | Anders Carlsson |
2009-09-11 | Add basic covariant thunk generation support. WIP. | Mike Stump |
2009-09-11 | Set the calling convention based on the CGFunctionInfo. | Daniel Dunbar |
2009-09-11 | Add CallingConvention argument to CGFunctionInfo. | Daniel Dunbar |
2009-09-11 | Fix use of uninitialized, David please check. | Daniel Dunbar |
2009-09-11 | Fixes a regression in objc GC layout bitmap involving | Fariborz Jahanian |
2009-09-11 | Swizzle the target triple based on -mthumb, and update clang-cc to recognize | Daniel Dunbar |
2009-09-11 | Pass the GlobalDecl to getMangledName, fixes PR4890. | Anders Carlsson |
2009-09-11 | Pass GlobalDecls to GenerateCode and StartFunction. | Anders Carlsson |
2009-09-10 | GlobalDecl doesn't have an explicit constructor anymore. | Anders Carlsson |
2009-09-10 | Add stricter GlobalDecl constructors. | Anders Carlsson |
2009-09-10 | Non fragile ABI for GNU runtime. Patch bu David Chisnall. | Fariborz Jahanian |
2009-09-10 | Get the size of object to pass to objc_memmove_collectable() | Fariborz Jahanian |
2009-09-10 | Make the forwarding member of block byref structs be a pointer to the block b... | Anders Carlsson |
2009-09-09 | Use the right GlobalDecl type for destructors. | Anders Carlsson |
2009-09-09 | Suppress build warning. | Daniel Dunbar |
2009-09-09 | If a cast expression needs either a conversion function or a constructor to b... | Anders Carlsson |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-09-09 | Reflow comments and some minor whitespace fixups. | Mike Stump |
2009-09-09 | Make BuildByRefType take a ValueDecl instead of a QualType and an alignment. | Anders Carlsson |
2009-09-08 | Vastly improve PredefinedExpr output, both in Sema and CodeGen. Patch by Sam ... | Anders Carlsson |
2009-09-07 | Remove unnecessary #include <sstream>. | Benjamin Kramer |
2009-09-07 | Refine vcall offsets. Cleanups. WIP. | Mike Stump |
2009-09-07 | Use a SetVector for tracking some Obj-C metadata, to ensure deterministic | Daniel Dunbar |
2009-09-05 | Refine overrides and thunks for virtual bases. Cleanups. WIP. | Mike Stump |
2009-09-05 | Cleanup. | Mike Stump |
2009-09-05 | Cleanups. | Mike Stump |
2009-09-05 | Cleanups. | Mike Stump |
2009-09-05 | Cleanups. | Mike Stump |
2009-09-05 | Cleanups. | Mike Stump |
2009-09-05 | Cleanups. | Mike Stump |
2009-09-05 | Cleanups. | Mike Stump |
2009-09-05 | Overhaul the mangler to use a visitor pattern, at least for types. We can sa... | John McCall |
2009-09-05 | Cleanups. WIP. | Mike Stump |
2009-09-05 | Install thunks later to fixup overrides. Track space taken by vbase | Mike Stump |
2009-09-05 | Start emitting ElaboratedTypes in C++ mode. Support the effort in various | John McCall |
2009-09-05 | Basic support for representing elaborated type specifiers | John McCall |
2009-09-04 | Improve the AST representation and semantic analysis for extern | Douglas Gregor |
2009-09-04 | Don't generate any code for an explicit call to a trivial destructor. | Douglas Gregor |
2009-09-04 | Add overidding for methods for vtable building for the secondary | Mike Stump |
2009-09-04 | Implement AST, semantics, and CodeGen for C++ pseudo-destructor | Douglas Gregor |