Age | Commit message (Expand) | Author |
2010-11-28 | BuildVirtualCall doesn't need to take a reference to a pointer. | Anders Carlsson |
2010-11-28 | Make the destructor be the 'vtable anchor' of the CGCXXABI class. | Anders Carlsson |
2010-11-28 | Move CGCXXABI functions to CGCXXABI.cpp | Anders Carlsson |
2010-11-28 | Add a CGCXXABI.cpp file. | Anders Carlsson |
2010-11-28 | Look through parentheses when deciding whether an expr is a temporary object.... | Anders Carlsson |
2010-11-28 | Add GCC 4.4.5 for Gentoo, and order them in a more sensible way. This allows | Chandler Carruth |
2010-11-28 | Add missing else. | Rafael Espindola |
2010-11-26 | Forgot a file in r120182 | Sebastian Redl |
2010-11-26 | Allow access to non-static members without an object in sizeof expressions, i... | Sebastian Redl |
2010-11-26 | For internal consistency's sake, compute the value kind of a dependent cast | John McCall |
2010-11-26 | Do not use StripCasts() in this context. | Zhongxing Xu |
2010-11-26 | Should not use StripCasts() in this context. | Zhongxing Xu |
2010-11-26 | Rename CXXObjectRegion to CXXTempObjectRegion. | Zhongxing Xu |
2010-11-26 | fix a bug introduced in r120173. | Zhongxing Xu |
2010-11-26 | Regionstore: support derived-to-base cast by creating a CXXBaseObjectRegion. | Zhongxing Xu |
2010-11-26 | Add a fixme. | Zhongxing Xu |
2010-11-25 | Add C++ header path for openSUSE 11.4. | Rafael Espindola |
2010-11-25 | Hide a bunch of symbols. | Benjamin Kramer |
2010-11-25 | OpaquePtrs are POD-like. | Benjamin Kramer |
2010-11-25 | For CFGAutomaticObjDtor, the type may be reference type, e.g., const A &c = A(); | Zhongxing Xu |
2010-11-25 | handle CXXFunctionalCastExpr in visitLValue and Environment. | Zhongxing Xu |
2010-11-25 | Improve comments. | Zhongxing Xu |
2010-11-25 | Add dump method. | Zhongxing Xu |
2010-11-25 | Begin work on actually laying out virtual bases. | Anders Carlsson |
2010-11-25 | Update Xcode project. | Anders Carlsson |
2010-11-25 | Move isNearlyEmpty out into the ASTContext so it can be called from CodeGen a... | Anders Carlsson |
2010-11-25 | Basic: add log2{,f,l}, round{,f,l} builtins | Peter Collingbourne |
2010-11-25 | Tie DefineVTablesUsed() in with recursive function instantiation so that we emit | Nick Lewycky |
2010-11-24 | Remove the PrimaryBaseInfo class. | Anders Carlsson |
2010-11-24 | Rename RecordLayout::getPrimaryBaseWasVirtual to isPrimaryBaseVirtual. | Anders Carlsson |
2010-11-24 | Move code off the primary base info iterator. No functionality change. | Anders Carlsson |
2010-11-24 | Use the newly added function in ASTRecordLayoutBuilder. | Anders Carlsson |
2010-11-24 | Fix typo. | Anders Carlsson |
2010-11-24 | Add CXXRecordDecl::getIndirectPrimaryBases. | Anders Carlsson |
2010-11-24 | Simplify code. | Anders Carlsson |
2010-11-24 | Fix a (probably very old) regression where we weren't using the typedef name ... | Anders Carlsson |
2010-11-24 | Revert r120110. We don't want to call ConvertType from within getCGRecordLayout. | Anders Carlsson |
2010-11-24 | Use ConvertType instead of ConvertTagDeclType, since ConvertType will assign ... | Anders Carlsson |
2010-11-24 | Simplify code. | Anders Carlsson |
2010-11-24 | Fix build. | Anders Carlsson |
2010-11-24 | Make CodeGenTypes::getCGRecordLayout compute the layout lazily if it doesn't ... | Anders Carlsson |
2010-11-24 | CGRecordLayout types are always struct types. | Anders Carlsson |
2010-11-24 | When getting CXXThisRegion from CXXMethodDecl, use the qualifiers. This is | Zhongxing Xu |
2010-11-24 | Let StackFrameContext represent if the call expr is evaluated as lvalue. | Zhongxing Xu |
2010-11-24 | Appease versions of GCC which don't correctly support injected class | John McCall |
2010-11-24 | This is probably an important file. | John McCall |
2010-11-24 | Add -cc1 -ast-dump-xml, an excessively detailed XML dump of the internals | John McCall |
2010-11-24 | Use StackFrameContext directly in CallEnter program point. Then we don't need | Zhongxing Xu |
2010-11-24 | print asLValue attribute of CFGStmt. | Zhongxing Xu |
2010-11-24 | Switch a lot of call-sites over to using the new value-kind calculations. | John McCall |