| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Move C++ destructor emission into CGCXXABI | Reid Kleckner | 2013-12-13 | 1 | -17/+2 |
* | [ms-cxxabi] Construct and destroy call arguments in the correct order | Reid Kleckner | 2013-12-04 | 1 | -20/+5 |
* | Remove some unused locals | Alp Toker | 2013-11-26 | 1 | -1/+0 |
* | C++1y sized deallocation: if we have a use, but not a definition, of a sized | Richard Smith | 2013-11-05 | 1 | -1/+1 |
* | Add CodeGenABITypes.h for use in LLDB. | Mark Lacey | 2013-10-30 | 1 | -0/+1 |
* | [-cxx-abi microsoft] Fix this argument/parameter offsets for virtual destruct... | Timur Iskhodzhanov | 2013-10-16 | 1 | -3/+6 |
* | Initialize vtorDisp in class constructors and destructors | Timur Iskhodzhanov | 2013-10-09 | 1 | -0/+3 |
* | Thread a SourceLocation into the EmitCheck for "load_invalid_value". This occurs | Nick Lewycky | 2013-10-02 | 1 | -5/+7 |
* | Implement conversion to function pointer for generic lambdas without captures. | Faisal Vali | 2013-09-29 | 1 | -12/+21 |
* | Abstract out the emission of vtables, add basic support for vtable emission w... | Timur Iskhodzhanov | 2013-09-27 | 1 | -27/+7 |
* | Disable the bool and enum sanitizers when emitting the implicitly-defined copy | Nick Lewycky | 2013-09-11 | 1 | -8/+33 |
* | CodeGen: Unify two implementations of canDevirtualizeMemberFunctionCall. | Benjamin Kramer | 2013-08-25 | 1 | -44/+18 |
* | [CGF] Get rid of passing redundant VTable pointer around in CodeGenFunction::... | Timur Iskhodzhanov | 2013-08-21 | 1 | -9/+4 |
* | Abstract out virtual calls and virtual function prologue code generation; imp... | Timur Iskhodzhanov | 2013-08-21 | 1 | -1/+1 |
* | Eliminate CXXConstructorDecl::IsImplicitlyDefined. | Jordan Rose | 2013-08-07 | 1 | -3/+3 |
* | [ms-cxxabi] Emit linkonce complete dtors in TUs that need them | Reid Kleckner | 2013-07-22 | 1 | -3/+8 |
* | PR16214, PR14467: DebugInfo: use "RequireCompleteType" to decide when to emit... | David Blaikie | 2013-07-13 | 1 | -11/+0 |
* | Restore r184205 and associated commits (after commit of r185290) | Stephen Lin | 2013-06-30 | 1 | -11/+2 |
* | [ms-cxxabi] Move CodeGenVTables::needsVTTParameter to ItaniumCXXABI. | Peter Collingbourne | 2013-06-28 | 1 | -7/+8 |
* | Revert r184205 and associated patches while investigating issue with broken b... | Stephen Lin | 2013-06-19 | 1 | -2/+11 |
* | Corrections to r184205 ('this'-return optimization) due to the wrong version ... | Stephen Lin | 2013-06-19 | 1 | -3/+2 |
* | [ms-cxxabi] Emit and install appropriately mangled vbtables | Reid Kleckner | 2013-06-19 | 1 | -1/+2 |
* | CodeGen: Have 'this'-returning constructors and destructors to take advantage... | Stephen Lin | 2013-06-18 | 1 | -11/+3 |
* | PR12086, PR15117 | Richard Smith | 2013-06-12 | 1 | -52/+41 |
* | [ms-cxxabi] Implement MSVC virtual base adjustment | Reid Kleckner | 2013-05-29 | 1 | -25/+6 |
* | Weaken an assertion in memcpyization to account for | John McCall | 2013-05-07 | 1 | -2/+6 |
* | Correctly emit certain implicit references to 'self' even within | John McCall | 2013-05-03 | 1 | -3/+3 |
* | C++1y: Allow aggregates to have default initializers. | Richard Smith | 2013-04-20 | 1 | -0/+1 |
* | Standardize accesses to the TargetInfo in IR-gen. | John McCall | 2013-04-16 | 1 | -2/+2 |
* | Exploit this-return of a callsite in a this-return function. | Manman Ren | 2013-03-20 | 1 | -4/+13 |
* | revert r177211 due to its potential issues | Manman Ren | 2013-03-16 | 1 | -13/+4 |
* | Exploit this-return of a callsite in a this-return function. | Manman Ren | 2013-03-16 | 1 | -4/+13 |
* | Change hasAggregateLLVMType, which conflates complex and | John McCall | 2013-03-07 | 1 | -10/+18 |
* | Use ASTContext::getDeclAlign(<Field Decl>) to get the alignment of the first | Lang Hames | 2013-03-05 | 1 | -3/+1 |
* | Better support for constructors with -cxx-abi microsoft, partly fixes PR12784 | Timur Iskhodzhanov | 2013-02-27 | 1 | -43/+56 |
* | Use the correct alignment for POD-member memcpys where the first field is a | Lang Hames | 2013-02-27 | 1 | -7/+10 |
* | Re-apply r174919 - smarter copy/move assignment/construction, with fixes for | Lang Hames | 2013-02-17 | 1 | -1/+369 |
* | ubsan: Add checking for invalid downcasts. Per [expr.static.cast]p2 and p11, | Richard Smith | 2013-02-13 | 1 | -1/+1 |
* | Emit virtual/deleting destructors properly with -cxx-abi microsoft, PR15058 | Timur Iskhodzhanov | 2013-02-13 | 1 | -3/+38 |
* | Backing out r174919 while I investigate a self-host bug on Takumi's builder. | Lang Hames | 2013-02-12 | 1 | -358/+1 |
* | When generating IR for default copy-constructors, copy-assignment operators, | Lang Hames | 2013-02-11 | 1 | -1/+358 |
* | Destroy arrays and ARC fields when throwing out of ctors. | John McCall | 2013-02-01 | 1 | -30/+6 |
* | When we're emitting a constructor or destructor call from a delegating | Douglas Gregor | 2013-01-31 | 1 | -15/+25 |
* | First pass at abstracting out a class for the target C++ ABI. | John McCall | 2013-01-25 | 1 | -2/+3 |
* | CGClass.cpp: [PR14335] Remove comma-separated \param, for now. [-Wdocumentation] | NAKAMURA Takumi | 2012-12-24 | 1 | -4/+0 |
* | Rename llvm::Attributes to llvm::Attribute. | Bill Wendling | 2012-12-20 | 1 | -1/+1 |
* | Revert r170500. It over-zealously converted *ALL* things named Attributes, wh... | Bill Wendling | 2012-12-20 | 1 | -1/+1 |
* | Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl... | Bill Wendling | 2012-12-19 | 1 | -1/+1 |
* | Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe... | David Blaikie | 2012-12-19 | 1 | -1/+1 |
* | Make sure the __invoke function for lambdas returns properly. Per bug report... | Eli Friedman | 2012-12-13 | 1 | -0/+2 |