summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/ItaniumCXXABI.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Revert Itanium parts of "Don't copy objects with trivial, deleted copy ctors"Reid Kleckner2014-05-151-4/+9
* Don't copy objects with trivial, deleted copy ctorsReid Kleckner2014-05-141-7/+4
* Push record return type classification into CGCXXABIReid Kleckner2014-05-131-5/+16
* CodeGen: Don't set hidden visibility on symbols with local linkageDuncan P. N. Exon Smith2014-05-071-1/+2
* CodeGen: Assign linkage to thread-wrappers correctlyDavid Majnemer2014-05-051-2/+3
* CodeGen: Unify handling guard variables in the Itanium C++ ABIJustin Bogner2014-04-231-41/+39
* RTTI: refactor the uniqueness question into CGCXXABI.Tim Northover2014-03-301-0/+3
* ARM64: initial clang support commit.Tim Northover2014-03-291-0/+15
* PR19254: If a thread_local data member of a class is accessed via member accessRichard Smith2014-03-261-8/+7
* Fix PR19104: Incorrect handling of non-virtual calls of virtual methodsTimur Iskhodzhanov2014-03-141-3/+0
* PR19113: Emit 'vtable' TBAA metadata when loading a vptr in a pointer-to-memb...Richard Smith2014-03-121-2/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-121-70/+74
* Sema: Do not assert when dereferencing member pointer using virtual inheritan...David Majnemer2014-02-201-10/+8
* Remove dead code.Rafael Espindola2014-02-191-2/+0
* Remove the -fhidden-weak-vtables -cc1 option. It was dead,John McCall2014-02-081-1/+1
* [ms-cxxabi] The 'most derived' ctor parameter usually comes lastReid Kleckner2013-12-171-38/+31
* Move C++ destructor emission into CGCXXABIReid Kleckner2013-12-131-2/+29
* Remove getVTT* in favor of getStructorImplicitParameter*Reid Kleckner2013-12-131-5/+4
* Output destructors and constructors in a more natural order.Rafael Espindola2013-12-091-12/+12
* Fix PR17738 - add support for vtordisp thunks when using -cxx-abi microsoftTimur Iskhodzhanov2013-11-061-1/+2
* Fix vbtable indices when a class shares the vbptr with a non-virtual baseTimur Iskhodzhanov2013-11-051-9/+12
* Make thunk this/return adjustment ABI-specific. Also, fix the return adjustme...Timur Iskhodzhanov2013-10-301-0/+68
* Code cleanup: rename VTableContext to ItaniumVTableContext, VTableBuilder to ...Timur Iskhodzhanov2013-10-091-2/+2
* Reland 192220 "Abstract out parts of thunk emission code, add support for sim...Timur Iskhodzhanov2013-10-091-0/+7
* Revert 192220 as it fails on an assertionTimur Iskhodzhanov2013-10-081-7/+0
* Abstract out parts of thunk emission code, add support for simple thunks when...Timur Iskhodzhanov2013-10-081-0/+7
* Extract ABI-specific parts of MangleContext into separate classesTimur Iskhodzhanov2013-10-031-1/+5
* Abstract out the emission of vtables, add basic support for vtable emission w...Timur Iskhodzhanov2013-09-271-5/+127
* [ms-cxxabi] Implement guard variables for static initializationReid Kleckner2013-09-101-1/+1
* Revert "PR14569: Omit debug info for thunks"David Blaikie2013-08-271-1/+1
* Abstract out virtual calls and virtual function prologue code generation; imp...Timur Iskhodzhanov2013-08-211-2/+19
* Emit the constructor for abstract classes when using -cxx-abi microsoft, fixe...Timur Iskhodzhanov2013-08-041-0/+18
* Use ARM-style representation for C++ method pointers under PNaCl/EmscriptenMark Seaborn2013-07-241-16/+33
* [ms-cxxabi] Emit linkonce complete dtors in TUs that need themReid Kleckner2013-07-221-0/+26
* Simplify the CodeGenFunction::Build*Virtual*Call family of functionsTimur Iskhodzhanov2013-07-191-1/+2
* Restore r184205 and associated commits (after commit of r185290)Stephen Lin2013-06-301-87/+36
* [ms-cxxabi] Move CodeGenVTables::needsVTTParameter to ItaniumCXXABI.Peter Collingbourne2013-06-281-1/+23
* Revert r184205 and associated patches while investigating issue with broken b...Stephen Lin2013-06-191-36/+87
* Corrections to r184205 ('this'-return optimization) due to the wrong version ...Stephen Lin2013-06-191-27/+21
* [ms-cxxabi] Emit and install appropriately mangled vbtablesReid Kleckner2013-06-191-0/+10
* CodeGen: Have 'this'-returning constructors and destructors to take advantage...Stephen Lin2013-06-181-76/+31
* [ms-cxxabi] Implement MSVC virtual base adjustmentReid Kleckner2013-05-291-0/+26
* [ms-cxxabi] Implement member pointer conversionsReid Kleckner2013-05-091-16/+1
* Use the Itanium ABI for thread_local on Darwin.Bill Wendling2013-05-021-1/+5
* Implement CodeGen for C++11 thread_local, following the Itanium ABI specifica...Richard Smith2013-04-191-0/+143
* Set SRet flags properly in '-cxx-abi microsoft'.Timur Iskhodzhanov2013-04-171-0/+14
* Standardize accesses to the TargetInfo in IR-gen.John McCall2013-04-161-1/+1
* CodeGen support for function-local static thread_local variables withRichard Smith2013-04-141-11/+18
* [cxxabi] Get ptrdiff_t from the CodeGenModule instead of caching itReid Kleckner2013-03-221-32/+16
* Exploit this-return of a callsite in a this-return function.Manman Ren2013-03-201-5/+6
OpenPOWER on IntegriCloud