| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Handle constructors and destructors a bit more uniformly in CodeGen. | Rafael Espindola | 2014-09-08 | 1 | -31/+33 |
* | Update for llvm API change. | Rafael Espindola | 2014-06-03 | 1 | -9/+6 |
* | Start adding support for dllimport/dllexport on classes (PR11170) | Hans Wennborg | 2014-05-30 | 1 | -0/+4 |
* | [C++11] Use 'nullptr'. CodeGen edition. | Craig Topper | 2014-05-21 | 1 | -3/+3 |
* | Update for llvm api change. | Rafael Espindola | 2014-05-17 | 1 | -2/+2 |
* | Update for llvm api change. | Rafael Espindola | 2014-05-17 | 1 | -2/+2 |
* | Update for llvm api change. | Rafael Espindola | 2014-05-16 | 1 | -6/+9 |
* | Update for llvm API change. | Rafael Espindola | 2014-05-16 | 1 | -2/+2 |
* | Use auto to avoid duplicating the type. | Rafael Espindola | 2014-05-09 | 1 | -9/+9 |
* | Cleanup setFunctionDefinitionAttributes. | Rafael Espindola | 2014-05-08 | 1 | -2/+2 |
* | [C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ... | Aaron Ballman | 2014-03-13 | 1 | -4/+3 |
* | [C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite... | Aaron Ballman | 2014-03-08 | 1 | -2/+1 |
* | Don't produce an alias between destructors with different calling conventions. | Rafael Espindola | 2014-03-05 | 1 | -0/+6 |
* | [ms-abi] Always generate complete constructors in the Microsoft C++ ABI | Reid Kleckner | 2014-01-13 | 1 | -5/+7 |
* | Avoid adding some decls to DeferredDeclsToEmit. | Rafael Espindola | 2013-12-09 | 1 | -8/+12 |
* | Fix a tranche of comment, test and doc typos | Alp Toker | 2013-12-05 | 1 | -4/+4 |
* | Adjust r194296 to not apply the alias replacement for externally | Joerg Sonnenberger | 2013-11-22 | 1 | -1/+8 |
* | Don't use alias from derived dtor to base dtor at -O0. | Rafael Espindola | 2013-11-13 | 1 | -0/+5 |
* | Drop windows specific handling of equivalent destructors. | Rafael Espindola | 2013-11-13 | 1 | -9/+0 |
* | Avoid producing mismatched comdats. | Rafael Espindola | 2013-11-12 | 1 | -6/+7 |
* | Fix pr17875. | Rafael Espindola | 2013-11-11 | 1 | -3/+1 |
* | Don't emit an internal destructor that is identical to an external one. | Rafael Espindola | 2013-11-09 | 1 | -13/+13 |
* | Use rauw for all discardable aliases, not just linkonce_odr. | Rafael Espindola | 2013-11-08 | 1 | -1/+1 |
* | If a linkonce_odr dtor/ctor is identical to another one, just rauw. | Rafael Espindola | 2013-11-08 | 1 | -6/+7 |
* | Fix the -cxx-abi microsoft -mconstructor-aliases combination. | Rafael Espindola | 2013-11-06 | 1 | -2/+2 |
* | Produce direct calls instead of alias to linkonce_odr functions. | Rafael Espindola | 2013-11-05 | 1 | -18/+21 |
* | Fix vbtable indices when a class shares the vbptr with a non-virtual base | Timur Iskhodzhanov | 2013-11-05 | 1 | -2/+2 |
* | Revert "Produce direct calls instead of alias to linkonce_odr functions." | Rafael Espindola | 2013-11-05 | 1 | -23/+18 |
* | Produce direct calls instead of alias to linkonce_odr functions. | Rafael Espindola | 2013-11-05 | 1 | -18/+23 |
* | Use aliases for more constructors and destructors. | Rafael Espindola | 2013-11-04 | 1 | -37/+48 |
* | Revert "Use aliases for more constructors and destructors." | Rafael Espindola | 2013-10-10 | 1 | -6/+21 |
* | Use aliases for more constructors and destructors. | Rafael Espindola | 2013-10-09 | 1 | -21/+6 |
* | Abstract out the emission of vtables, add basic support for vtable emission w... | Timur Iskhodzhanov | 2013-09-27 | 1 | -1/+1 |
* | Abstract out virtual calls and virtual function prologue code generation; imp... | Timur Iskhodzhanov | 2013-08-21 | 1 | -13/+2 |
* | Emit the constructor for abstract classes when using -cxx-abi microsoft, fixe... | Timur Iskhodzhanov | 2013-08-04 | 1 | -14/+0 |
* | [ms-cxxabi] Emit linkonce complete dtors in TUs that need them | Reid Kleckner | 2013-07-22 | 1 | -20/+15 |
* | Simplify the CodeGenFunction::Build*Virtual*Call family of functions | Timur Iskhodzhanov | 2013-07-19 | 1 | -60/+35 |
* | [ms-cxxabi] Thread GlobalDecls through to CodeGenModule::getFunctionLinkage. | Peter Collingbourne | 2013-06-05 | 1 | -5/+4 |
* | Better support for constructors with -cxx-abi microsoft, partly fixes PR12784 | Timur Iskhodzhanov | 2013-02-27 | 1 | -2/+4 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -2/+2 |
* | Remove get(V)BaseClassOffsetInBits, the CharUnit functions should be used ins... | Benjamin Kramer | 2012-07-04 | 1 | -1/+1 |
* | Remove the ref/value inconsistency in filter_decl_iterator. | David Blaikie | 2012-04-30 | 1 | -1/+1 |
* | Whether an argument is required (in contrast with being an | John McCall | 2012-02-17 | 1 | -16/+13 |
* | Move all vtable layout data into new VTableLayout class | Peter Collingbourne | 2011-09-26 | 1 | -4/+4 |
* | Move vtable component accessors to VTableContext | Peter Collingbourne | 2011-09-26 | 1 | -2/+4 |
* | Create a VTableContext class and start moving CodeGenVTables methods to it | Peter Collingbourne | 2011-09-26 | 1 | -4/+4 |
* | Disable the optimization that skips emission of complete, non-virtual | Douglas Gregor | 2011-07-26 | 1 | -5/+1 |
* | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -3/+3 |
* | de-constify llvm::Type, patch by David Blaikie! | Chris Lattner | 2011-07-18 | 1 | -8/+8 |
* | Revert r131434, my commit disabling the complete-object constructor | John McCall | 2011-05-17 | 1 | -2/+1 |