summaryrefslogtreecommitdiff
path: root/lib/AST/ItaniumCXXABI.cpp
Commit message (Expand)AuthorAge
* Drop AST's version of ARMCXXABI, it doesn't differ from the Itanium baseJoerg Sonnenberger2014-05-13
* Use the new Windows environment for target detectionSaleem Abdulrasool2014-03-27
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-11
* AST: Remove layering violation with SemaDavid Majnemer2014-03-05
* [-cxx-abi microsoft] Implement local manglings accuratelyDavid Majnemer2014-03-05
* Switch to the new MingW ABI.Rafael Espindola2013-12-12
* [ms-cxxabi] Implement guard variables for static initializationReid Kleckner2013-09-10
* [ms-cxxabi] Correctly compute the size of member pointersReid Kleckner2013-03-28
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-04
* [Windows] Use thiscall as the default calling convention for class methods. P...Timur Iskhodzhanov2012-07-12
* Extend the ASTContext constructor to delay the initialization ofDouglas Gregor2011-09-02
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Convert RecordLayout::NonVirtualSize from bit units to CharUnits.Ken Dyck2011-02-01
* 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