Age | Commit message (Expand) | Author |
---|---|---|
2009-11-13 | This falls into the category of stupid pet tricks. I hate to do this, | Mike Stump |
2009-11-10 | Revert r86741; it doesn't handle virtual bases correctly. | Eli Friedman |
2009-11-10 | Minor optimization to skip null check in generated code where it isn't | Eli Friedman |
2009-10-13 | Simplify pointer creation with the new Type::getInt*Ptr methods. | Benjamin Kramer |
2009-10-06 | Change GetAddressCXXOfBaseClass to use CXXBasePaths for calculating base clas... | Anders Carlsson |
2009-10-03 | Move some functions from CodeGenFunctions to CodeGenModule so they can be use... | Anders Carlsson |
2009-09-29 | Handle CK_BaseToDerivedMemberPointer for member function pointers. Fixes PR5091. | Anders Carlsson |
2009-09-22 | When doing a derived-to-base class and the class offset is 0 we can just do a... | Anders Carlsson |
2009-09-12 | When necessary, null check the base value in GetAddressCXXOfBaseClass. | Anders Carlsson |
2009-09-12 | Whoops, add CGCXXClass.cpp | Anders Carlsson |