| Commit message (Expand) | Author | Age | Files | Lines |
* | MS ABI: Add CodeGen support for rethrowing MS C++ exceptions | David Majnemer | 2014-11-25 | 1 | -0/+1 |
* | CodeGen: Declutter the emitVirtualObjectDelete interface | David Majnemer | 2014-11-01 | 1 | -2/+1 |
* | MS ABI: Properly call global delete when invoking virtual destructors | David Majnemer | 2014-10-31 | 1 | -13/+11 |
* | MS ABI: Implement thread_local for global variables | David Majnemer | 2014-10-05 | 1 | -10/+20 |
* | MS ABI: Don't ICE for pointers to pointers to members of incomplete classes | David Majnemer | 2014-09-18 | 1 | -0/+4 |
* | Move emitCXXStructor to CGCXXABI. | Rafael Espindola | 2014-09-15 | 1 | -0/+4 |
* | MS ABI: Use the correct this arg when generating implict copy ctor | David Majnemer | 2014-09-11 | 1 | -0/+3 |
* | Handle constructors and destructors a bit more uniformly in CodeGen. | Rafael Espindola | 2014-09-08 | 1 | -23/+5 |
* | Reverting r216675. This breaks some bots. Before this can be committed again,... | Aaron Ballman | 2014-08-28 | 1 | -7/+0 |
* | Throw a std::bad_array_new_length exception when the expression (or constant-... | Aaron Ballman | 2014-08-28 | 1 | -0/+7 |
* | Pass actual CallExpr instead of CallExpr-specific iterators | Alexey Samsonov | 2014-08-25 | 1 | -2/+2 |
* | Header guard canonicalization, clang part. | Benjamin Kramer | 2014-08-13 | 1 | -2/+2 |
* | MS ABI: Handle member function pointers returning a member data pointer | David Majnemer | 2014-08-07 | 1 | -0/+5 |
* | MS compatibility: always emit dllexported in-class initialized static data me... | Hans Wennborg | 2014-07-17 | 1 | -4/+0 |
* | CodeGen: Refactor RTTI emission | David Majnemer | 2014-07-07 | 1 | -30/+2 |
* | Remove llvm:: from uses of ArrayRef. | Craig Topper | 2014-06-28 | 1 | -1/+1 |
* | Revert "Revert r211402 (and r211408,r211410), "CodeGen: Refactor dynamic_cast... | David Majnemer | 2014-06-22 | 1 | -0/+22 |
* | Revert r211402 (and r211408,r211410), "CodeGen: Refactor dynamic_cast and typ... | NAKAMURA Takumi | 2014-06-22 | 1 | -22/+0 |
* | CodeGen: Refactor dynamic_cast and typeid | David Majnemer | 2014-06-20 | 1 | -0/+22 |
* | MS ABI: Update the thunk linkage computation | Hans Wennborg | 2014-06-06 | 1 | -1/+2 |
* | 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 |