summaryrefslogtreecommitdiff
path: root/lib/AST/ItaniumCXXABI.cpp
Commit message (Expand)AuthorAgeFilesLines
* Switch to the new MingW ABI.Rafael Espindola2013-12-121-0/+4
* [ms-cxxabi] Implement guard variables for static initializationReid Kleckner2013-09-101-0/+18
* [ms-cxxabi] Correctly compute the size of member pointersReid Kleckner2013-03-281-4/+9
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-1/+1
* [Windows] Use thiscall as the default calling convention for class methods. P...Timur Iskhodzhanov2012-07-121-1/+1
* Extend the ASTContext constructor to delay the initialization ofDouglas Gregor2011-09-021-1/+1
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Convert RecordLayout::NonVirtualSize from bit units to CharUnits.Ken Dyck2011-02-011-1/+3
* Move isNearlyEmpty out into the ASTContext so it can be called from CodeGen a...Anders Carlsson2010-11-251-0/+15
* Add a hook to the CXXABI object to get the default method calling convention.Charles Davis2010-10-291-0/+4
* The ARM C++ ABI is sufficiently different from the Itanium C++ ABI thatJohn McCall2010-08-211-0/+13
* Implement support for member pointers under the Microsoft C++ ABI in theCharles Davis2010-08-161-0/+39