summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGClass.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix an incorrect assert condition added in r216410.Alexey Samsonov2014-08-261-1/+1
* Pass actual CXXConstructExpr instead of argument iteratorsAlexey Samsonov2014-08-251-5/+4
* Pass expressions instead of argument ranges to EmitCall/EmitCXXConstructorCall.Alexey Samsonov2014-08-211-31/+22
* [modules] Remove IRGen special case for emitting implicit special members ifRichard Smith2014-08-011-1/+3
* Convert some function arguments to use ArrayRef.Craig Topper2014-06-261-1/+1
* Start adding support for dllimport/dllexport on classes (PR11170)Hans Wennborg2014-05-301-2/+2
* [C++11] Use 'nullptr'. CodeGen edition.Craig Topper2014-05-211-49/+49
* [C++11] Replacing CompoundStmt iterators body_begin() and body_end() with ite...Aaron Ballman2014-03-171-5/+2
* [C++11] Replacing CXXRecordDecl iterators vbases_begin() and vbases_end() wit...Aaron Ballman2014-03-131-8/+3
* [C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...Aaron Ballman2014-03-131-14/+8
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-121-6/+6
* [C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...Aaron Ballman2014-03-081-15/+5
* Renaming the chains() ranged iterator to chain() per suggestion by Richard Sm...Aaron Ballman2014-03-071-1/+1
* [C++11] Replacing IndirectFieldDecl iterators chain_begin() and chain_end() w...Aaron Ballman2014-03-071-4/+2
* [C++11] Replacing BlockDecl iterators param_begin() and param_end() with iter...Aaron Ballman2014-03-071-4/+2
* [C++11] Replacing FunctionDecl iterators param_begin() and param_end() with i...Aaron Ballman2014-03-071-5/+3
* [ms-cxxabi] Use inalloca on win32 when passing non-trivial C++ objectsReid Kleckner2014-02-011-2/+1
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-251-1/+1
* CodeGen: Handle PGO counters for constructors and destructorsJustin Bogner2014-01-231-0/+6
* Rename FunctionProtoType accessors from 'arguments' to 'parameters'Alp Toker2014-01-201-3/+3
* [ms-abi] Always generate complete constructors in the Microsoft C++ ABIReid Kleckner2014-01-131-0/+4
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-071-1/+1
* Fix comment-code function name mismatchHans Wennborg2013-12-181-2/+2
* [ms-cxxabi] The 'most derived' ctor parameter usually comes lastReid Kleckner2013-12-171-3/+26
* Move C++ destructor emission into CGCXXABIReid Kleckner2013-12-131-17/+2
* [ms-cxxabi] Construct and destroy call arguments in the correct orderReid Kleckner2013-12-041-20/+5
* Remove some unused localsAlp Toker2013-11-261-1/+0
* C++1y sized deallocation: if we have a use, but not a definition, of a sizedRichard Smith2013-11-051-1/+1
* Add CodeGenABITypes.h for use in LLDB.Mark Lacey2013-10-301-0/+1
* [-cxx-abi microsoft] Fix this argument/parameter offsets for virtual destruct...Timur Iskhodzhanov2013-10-161-3/+6
* Initialize vtorDisp in class constructors and destructorsTimur Iskhodzhanov2013-10-091-0/+3
* Thread a SourceLocation into the EmitCheck for "load_invalid_value". This occursNick Lewycky2013-10-021-5/+7
* Implement conversion to function pointer for generic lambdas without captures.Faisal Vali2013-09-291-12/+21
* Abstract out the emission of vtables, add basic support for vtable emission w...Timur Iskhodzhanov2013-09-271-27/+7
* Disable the bool and enum sanitizers when emitting the implicitly-defined copyNick Lewycky2013-09-111-8/+33
* CodeGen: Unify two implementations of canDevirtualizeMemberFunctionCall.Benjamin Kramer2013-08-251-44/+18
* [CGF] Get rid of passing redundant VTable pointer around in CodeGenFunction::...Timur Iskhodzhanov2013-08-211-9/+4
* Abstract out virtual calls and virtual function prologue code generation; imp...Timur Iskhodzhanov2013-08-211-1/+1
* Eliminate CXXConstructorDecl::IsImplicitlyDefined.Jordan Rose2013-08-071-3/+3
* [ms-cxxabi] Emit linkonce complete dtors in TUs that need themReid Kleckner2013-07-221-3/+8
* PR16214, PR14467: DebugInfo: use "RequireCompleteType" to decide when to emit...David Blaikie2013-07-131-11/+0
* Restore r184205 and associated commits (after commit of r185290)Stephen Lin2013-06-301-11/+2
* [ms-cxxabi] Move CodeGenVTables::needsVTTParameter to ItaniumCXXABI.Peter Collingbourne2013-06-281-7/+8
* Revert r184205 and associated patches while investigating issue with broken b...Stephen Lin2013-06-191-2/+11
* Corrections to r184205 ('this'-return optimization) due to the wrong version ...Stephen Lin2013-06-191-3/+2
* [ms-cxxabi] Emit and install appropriately mangled vbtablesReid Kleckner2013-06-191-1/+2
* CodeGen: Have 'this'-returning constructors and destructors to take advantage...Stephen Lin2013-06-181-11/+3
* PR12086, PR15117Richard Smith2013-06-121-52/+41
* [ms-cxxabi] Implement MSVC virtual base adjustmentReid Kleckner2013-05-291-25/+6
* Weaken an assertion in memcpyization to account forJohn McCall2013-05-071-2/+6
OpenPOWER on IntegriCloud