aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/MicrosoftCXXABI.cpp
AgeCommit message (Expand)Author
2013-05-03[ms-cxxabi] Emit non-virtual member function pointersReid Kleckner
2013-04-30[ms-cxxabi] Implement member pointer comparisonsReid Kleckner
2013-04-17Set SRet flags properly in '-cxx-abi microsoft'.Timur Iskhodzhanov
2013-04-14CodeGen support for function-local static thread_local variables withRichard Smith
2013-04-11[ms-cxxabi] Implement member pointer emission and dereferencingReid Kleckner
2013-03-22[ms-cxxabi] Implement member data pointers for non-dynamic classesReid Kleckner
2013-03-20Exploit this-return of a callsite in a this-return function.Manman Ren
2013-03-16revert r177211 due to its potential issuesManman Ren
2013-03-16Exploit this-return of a callsite in a this-return function.Manman Ren
2013-02-27Better support for constructors with -cxx-abi microsoft, partly fixes PR12784Timur Iskhodzhanov
2013-02-15Abstract out emitting the vdtor calls and do it properly when using -cxx-abi ...Timur Iskhodzhanov
2013-02-13Emit virtual/deleting destructors properly with -cxx-abi microsoft, PR15058Timur Iskhodzhanov
2013-01-25The standard ARM C++ ABI dictates that inline functions areJohn McCall
2013-01-21First step towards vftable generation with -cxx-abi microsoft PR13231Timur Iskhodzhanov
2012-10-25Cleanup some clang code to use new type functions instead of using cast<>.Micah Villmow
2012-10-16PR13684: Emit vtable entries for deleted functions as __cxa_deleted_function.David Blaikie
2012-09-25When performing a ::delete of an object with a virtual destructor,John McCall
2012-09-25In the MS ABI, ctors return 'this'. Patch by Dmitry Sokolov.John McCall
2012-07-17[Windows] Abstract pure virtual method calls in the ABI. Fix the Windows ABI ...Joao Matos
2012-06-23IRGen: Factor v-table generation into the CGCXXABI object.Charles Davis
2012-05-01Abstract the emission of global destructors into ABI-specific codeJohn McCall
2012-05-01Refactor the C++ ABI code a little bit to take advantage ofJohn McCall
2012-04-04ErrorUnsupported on array cookies in the MS C++ ABI code;John McCall
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2011-04-15fix a bunch of comment typos found by codespell. Patch byChris Lattner
2011-01-27Notes on dynamic array cookies in MSVC.John McCall
2011-01-13Move name mangling support from CodeGen to AST. In thePeter Collingbourne
2010-12-25The -fshort-wchar option causes wchar_t to become unsigned, in addition to beingChris Lattner
2010-12-20Introduce a new type, PackExpansionType, to capture types that areDouglas Gregor
2010-11-09Use the right calling convention when mangling names in the Microsoft C++Charles Davis
2010-09-08Implement ARM static local initialization guards, which are more compact thanJohn McCall
2010-09-03Add symantic support for the Pascal calling convention viaDawn Perchik
2010-08-31Teach IR generation to return 'this' from constructors and destructorsJohn McCall
2010-08-22Experiment with using first-class aggregates to represent member functionJohn McCall
2010-08-18zap dead code.Chris Lattner
2010-08-16Implement support for member pointers under the Microsoft C++ ABI in theCharles Davis
2010-07-03Mangle Objective-C pointers and block pointers in the Microsoft C++ Mangler.Charles Davis
2010-07-03Fix mangling of array dimensions in the Microsoft C++ Mangler.Charles Davis
2010-07-03Mangle member pointer types in the Microsoft C++ Mangler.Charles Davis
2010-07-03Fix mangling of function pointers in the Microsoft C++ Mangler.Charles Davis
2010-07-03Fix mangling of array parameters for functions in the Microsoft C++ Mangler.Charles Davis
2010-06-30Mangle arrays in the Microsoft C++ Mangler. It's not quite finished (itCharles Davis
2010-06-26Mangle pointer and (lvalue) reference types in the Microsoft C++ Mangler.Charles Davis
2010-06-24Patch to correctly mangle block helper functionsFariborz Jahanian
2010-06-18Mangle tag types (unions, structs, classes, enums) in the Microsoft C++ Mangler.Charles Davis
2010-06-17Mangle operator names in the Microsoft C++ Mangler.Charles Davis
2010-06-16Start mangling function types in the Microsoft C++ Mangler.Charles Davis
2010-06-14Microsoft C++ Mangler:Charles Davis
2010-06-12Microsoft C++ Mangler:Charles Davis
2010-06-11When mangling for the Microsoft C++ ABI, mangle variables in the globalCharles Davis