summaryrefslogtreecommitdiff
path: root/lib/AST/MicrosoftCXXABI.cpp
Commit message (Expand)AuthorAge
* MS ABI: Fix inheritance model calculation in CRTPDavid Majnemer2014-06-13
* [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
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-02
* MS ABI: Implement #pragma vtordisp() and clang-cl /vdNReid Kleckner2014-02-12
* MS ABI: Add support for #pragma pointers_to_membersDavid Majnemer2014-02-10
* MS ABI: Mangle member pointer template argumentsReid Kleckner2014-02-05
* [ms-cxxabi] Raise aggregate memptr alignment to 8 for x86_32Reid Kleckner2014-01-31
* Sema: Diagnose improper application of inheritance keywordsDavid Majnemer2014-01-29
* Revert "Revert r199416, "MS ABI: Improve selection of an inheritance model""David Majnemer2014-01-17
* Revert r199416, "MS ABI: Improve selection of an inheritance model"NAKAMURA Takumi2014-01-17
* MS ABI: Improve selection of an inheritance modelDavid Majnemer2014-01-16
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-07
* Refactor the Microsoft inheritance attribute handling so that it no longer ha...Aaron Ballman2013-12-18
* [ms-cxxabi] Implement guard variables for static initializationReid Kleckner2013-09-10
* [ms-cxxabi] Implement member pointer emission and dereferencingReid Kleckner2013-04-11
* Make helpers static & 80 cols.Benjamin Kramer2013-04-04
* [ms-cxxabi] Rename enum and remove dead case per Jordan's suggestionReid Kleckner2013-04-02
* [ms-cxxabi] Remove unused variableReid Kleckner2013-04-02
* [ms-cxxabi] Move MS inheritance model calculation into MemberPointerTypeReid Kleckner2013-04-02
* [ms-cxxabi] Correctly compute the size of member pointersReid Kleckner2013-03-28
* Revert r163078 per chandlerc's request.Joao Matos2012-09-04
* Added a diagnostic for mismatched MS inheritance attributes. Also fixed the i...Joao Matos2012-09-02
* [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
* Implement support for member pointers under the Microsoft C++ ABI in theCharles Davis2010-08-16