| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't copy objects with trivial, deleted copy ctors | Reid Kleckner | 2014-05-14 | 1 | -0/+4 |
* | Push record return type classification into CGCXXABI | Reid Kleckner | 2014-05-13 | 1 | -2/+3 |
* | MS ABI: Pass 'sret' as the second parameter of instance methods | Reid Kleckner | 2014-05-09 | 1 | -0/+4 |
* | Don't indent inside namespaces. | Rafael Espindola | 2014-05-09 | 1 | -12/+12 |
* | RTTI: refactor the uniqueness question into CGCXXABI. | Tim Northover | 2014-03-30 | 1 | -0/+30 |
* | PR19254: If a thread_local data member of a class is accessed via member access | Richard Smith | 2014-03-26 | 1 | -2/+3 |
* | Fix PR19104: Incorrect handling of non-virtual calls of virtual methods | Timur Iskhodzhanov | 2014-03-14 | 1 | -4/+6 |
* | Replace OwningPtr with std::unique_ptr. | Ahmed Charles | 2014-03-07 | 1 | -1/+1 |
* | Sema: Do not assert when dereferencing member pointer using virtual inheritan... | David Majnemer | 2014-02-20 | 1 | -9/+7 |
* | [ms-cxxabi] The 'most derived' ctor parameter usually comes last | Reid Kleckner | 2013-12-17 | 1 | -18/+17 |
* | Move C++ destructor emission into CGCXXABI | Reid Kleckner | 2013-12-13 | 1 | -1/+7 |
* | Remove getVTT* in favor of getStructorImplicitParameter* | Reid Kleckner | 2013-12-13 | 1 | -9/+0 |
* | [-cxx-abi microsoft] Emit linkonce_odr definitions for declarations of static... | Hans Wennborg | 2013-11-21 | 1 | -0/+4 |
* | Make thunk this/return adjustment ABI-specific. Also, fix the return adjustme... | Timur Iskhodzhanov | 2013-10-30 | 1 | -0/+8 |
* | Initialize vtorDisp in class constructors and destructors | Timur Iskhodzhanov | 2013-10-09 | 1 | -0/+6 |
* | Reland 192220 "Abstract out parts of thunk emission code, add support for sim... | Timur Iskhodzhanov | 2013-10-09 | 1 | -0/+6 |
* | Revert 192220 as it fails on an assertion | Timur Iskhodzhanov | 2013-10-08 | 1 | -6/+0 |
* | Abstract out parts of thunk emission code, add support for simple thunks when... | Timur Iskhodzhanov | 2013-10-08 | 1 | -0/+6 |
* | Abstract out the emission of vtables, add basic support for vtable emission w... | Timur Iskhodzhanov | 2013-09-27 | 1 | -3/+24 |
* | [ms-cxxabi] Implement guard variables for static initialization | Reid Kleckner | 2013-09-10 | 1 | -1/+2 |
* | Abstract out virtual calls and virtual function prologue code generation; imp... | Timur Iskhodzhanov | 2013-08-21 | 1 | -0/+30 |
* | Emit the constructor for abstract classes when using -cxx-abi microsoft, fixe... | Timur Iskhodzhanov | 2013-08-04 | 1 | -0/+3 |
* | [ms-cxxabi] Emit linkonce complete dtors in TUs that need them | Reid Kleckner | 2013-07-22 | 1 | -0/+9 |
* | Restore r184205 and associated commits (after commit of r185290) | Stephen Lin | 2013-06-30 | 1 | -19/+24 |
* | [ms-cxxabi] Move CodeGenVTables::needsVTTParameter to ItaniumCXXABI. | Peter Collingbourne | 2013-06-28 | 1 | -0/+3 |
* | Revert r184205 and associated patches while investigating issue with broken b... | Stephen Lin | 2013-06-19 | 1 | -24/+19 |
* | Corrections to r184205 ('this'-return optimization) due to the wrong version ... | Stephen Lin | 2013-06-19 | 1 | -14/+12 |
* | [ms-cxxabi] Emit and install appropriately mangled vbtables | Reid Kleckner | 2013-06-19 | 1 | -1/+9 |
* | CodeGen: Have 'this'-returning constructors and destructors to take advantage... | Stephen Lin | 2013-06-18 | 1 | -17/+24 |
* | [ms-cxxabi] Implement MSVC virtual base adjustment | Reid Kleckner | 2013-05-29 | 1 | -0/+5 |
* | [ms-cxxabi] Implement member pointer conversions | Reid Kleckner | 2013-05-09 | 1 | -0/+6 |
* | Implement CodeGen for C++11 thread_local, following the Itanium ABI specifica... | Richard Smith | 2013-04-19 | 1 | -0/+19 |
* | Set SRet flags properly in '-cxx-abi microsoft'. | Timur Iskhodzhanov | 2013-04-17 | 1 | -0/+21 |
* | CodeGen support for function-local static thread_local variables with | Richard Smith | 2013-04-14 | 1 | -2/+2 |
* | [ms-cxxabi] Implement member data pointers for non-dynamic classes | Reid Kleckner | 2013-03-22 | 1 | -0/+6 |
* | Exploit this-return of a callsite in a this-return function. | Manman Ren | 2013-03-20 | 1 | -1/+6 |
* | revert r177211 due to its potential issues | Manman Ren | 2013-03-16 | 1 | -6/+1 |
* | Exploit this-return of a callsite in a this-return function. | Manman Ren | 2013-03-16 | 1 | -1/+6 |
* | Better support for constructors with -cxx-abi microsoft, partly fixes PR12784 | Timur Iskhodzhanov | 2013-02-27 | 1 | -0/+10 |
* | Abstract out emitting the vdtor calls and do it properly when using -cxx-abi ... | Timur Iskhodzhanov | 2013-02-15 | 1 | -0/+8 |
* | Emit virtual/deleting destructors properly with -cxx-abi microsoft, PR15058 | Timur Iskhodzhanov | 2013-02-13 | 1 | -2/+11 |
* | Move the decision about the kind of CGCXXABI to make inside | John McCall | 2013-01-25 | 1 | -2/+5 |
* | The standard ARM C++ ABI dictates that inline functions are | John McCall | 2013-01-25 | 1 | -5/+0 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -2/+1 |
* | PR13684: Emit vtable entries for deleted functions as __cxa_deleted_function. | David Blaikie | 2012-10-16 | 1 | -0/+3 |
* | When performing a ::delete of an object with a virtual destructor, | John McCall | 2012-09-25 | 1 | -0/+9 |
* | [Windows] Abstract pure virtual method calls in the ABI. Fix the Windows ABI ... | Joao Matos | 2012-07-17 | 1 | -0/+3 |
* | IRGen: Factor v-table generation into the CGCXXABI object. | Charles Davis | 2012-06-23 | 1 | -0/+5 |
* | Documentation cleanup: making \param docs match the code. | James Dennett | 2012-06-22 | 1 | -3/+2 |
* | Documentation cleanup: escape "::" to avoid a Doxygen warning | James Dennett | 2012-06-20 | 1 | -1/+1 |