summaryrefslogtreecommitdiff
path: root/lib/AST/CXXABI.h
Commit message (Expand)AuthorAge
* Drop AST's version of ARMCXXABI, it doesn't differ from the Itanium baseJoerg Sonnenberger2014-05-13
* [ms-cxxabi] Implement guard variables for static initializationReid Kleckner2013-09-10
* [ms-cxxabi] Correctly compute the size of member pointersReid Kleckner2013-03-28
* [Windows] Use thiscall as the default calling convention for class methods. P...Timur Iskhodzhanov2012-07-12
* Move isNearlyEmpty out into the ASTContext so it can be called from CodeGen a...Anders Carlsson2010-11-25
* Add a hook to the CXXABI object to get the default method calling convention.Charles Davis2010-10-29
* The ARM C++ ABI is sufficiently different from the Itanium C++ ABI thatJohn McCall2010-08-21
* Implement support for member pointers under the Microsoft C++ ABI in theCharles Davis2010-08-16