| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -7/+7 |
* | [MS] Emit vftable thunks for functions with incomplete prototypes | Reid Kleckner | 2018-04-02 | 1 | -6/+4 |
* | CodeGen: New vtable group representation: struct of vtable arrays. | Peter Collingbourne | 2016-12-13 | 1 | -2/+8 |
* | Make CGVTables use ConstantInitBuilder. NFC. | John McCall | 2016-11-28 | 1 | -8/+10 |
* | CodeGen: Clean up implementation of vtable initializer builder. NFC. | Peter Collingbourne | 2016-09-08 | 1 | -8/+15 |
* | [CodeGen] Remove dead code. NFC. | Benjamin Kramer | 2015-10-15 | 1 | -4/+0 |
* | Header guard canonicalization, clang part. | Benjamin Kramer | 2014-08-13 | 1 | -2/+2 |
* | MS ABI: Reference MSVC RTTI from the VFTable | David Majnemer | 2014-07-01 | 1 | -5/+4 |
* | Fix comment vs function name mismatch | Hans Wennborg | 2014-06-02 | 1 | -1/+1 |
* | MS ABI: Mangle member pointer template arguments | Reid Kleckner | 2014-02-05 | 1 | -5/+4 |
* | Eliminate the ItaniumVTableContext object from CodeGenVTables | Reid Kleckner | 2013-12-20 | 1 | -6/+6 |
* | Fix vbtable indices when a class shares the vbptr with a non-virtual base | Timur Iskhodzhanov | 2013-11-05 | 1 | -6/+8 |
* | Code cleanup: rename VTableContext to ItaniumVTableContext, VTableBuilder to ... | Timur Iskhodzhanov | 2013-10-09 | 1 | -2/+2 |
* | Reland 192220 "Abstract out parts of thunk emission code, add support for sim... | Timur Iskhodzhanov | 2013-10-09 | 1 | -9/+6 |
* | Revert 192220 as it fails on an assertion | Timur Iskhodzhanov | 2013-10-08 | 1 | -6/+9 |
* | Abstract out parts of thunk emission code, add support for simple thunks when... | Timur Iskhodzhanov | 2013-10-08 | 1 | -9/+6 |
* | Abstract out the emission of vtables, add basic support for vtable emission w... | Timur Iskhodzhanov | 2013-09-27 | 1 | -12/+1 |
* | Abstract out virtual calls and virtual function prologue code generation; imp... | Timur Iskhodzhanov | 2013-08-21 | 1 | -0/+4 |
* | Add MicrosoftVFTableContext to AST | Timur Iskhodzhanov | 2013-07-30 | 1 | -0/+1 |
* | [ms-cxxabi] Move CodeGenVTables::needsVTTParameter to ItaniumCXXABI. | Peter Collingbourne | 2013-06-28 | 1 | -5/+0 |
* | The standard ARM C++ ABI dictates that inline functions are | John McCall | 2013-01-25 | 1 | -11/+7 |
* | Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to | Chandler Carruth | 2013-01-02 | 1 | -1/+1 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -3/+3 |
* | Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S... | Sylvestre Ledru | 2012-09-27 | 1 | -1/+1 |
* | Fix a typo 'iff' => 'if' | Sylvestre Ledru | 2012-09-27 | 1 | -1/+1 |
* | Move VTable builder to AST | Peter Collingbourne | 2011-09-26 | 1 | -327/+1 |
* | Have CodeGenVTables::GenerateConstructionVTable use VTableLayout | Peter Collingbourne | 2011-09-26 | 1 | -0/+4 |
* | Implement VTableContext::createConstructionVTableLayout | Peter Collingbourne | 2011-09-26 | 1 | -0/+6 |
* | Move all vtable layout data into new VTableLayout class | Peter Collingbourne | 2011-09-26 | 1 | -53/+76 |
* | Move VTableComponent to header file | Peter Collingbourne | 2011-09-26 | 1 | -0/+167 |
* | Move vtable component accessors to VTableContext | Peter Collingbourne | 2011-09-26 | 1 | -52/+85 |
* | Remove CodeGenVTables::ComputeVTableRelatedInformation dependency on CodeGen | Peter Collingbourne | 2011-09-26 | 1 | -9/+5 |
* | Create a VTableContext class and start moving CodeGenVTables methods to it | Peter Collingbourne | 2011-09-26 | 1 | -27/+40 |
* | Move BaseSubobject class to AST | Peter Collingbourne | 2011-09-26 | 1 | -66/+1 |
* | Make the VTTBuilder class independent of LLVM core | Peter Collingbourne | 2011-09-26 | 1 | -0/+1 |
* | now that we have a centralized place to do so, add some using declarations for | Chris Lattner | 2011-07-20 | 1 | -2/+2 |
* | Move GlobalDecl to AST | Peter Collingbourne | 2011-06-14 | 1 | -1/+1 |
* | [Reapply r128776, modified so that it does not break debug info.] | Ken Dyck | 2011-04-07 | 1 | -3/+3 |
* | [Reapply r128773. This is not the source of the issues Devang was seeing | Ken Dyck | 2011-04-07 | 1 | -2/+2 |
* | Revert r128770, r128771, r128773 and r128776 for now. It breaks debug info. | Devang Patel | 2011-04-04 | 1 | -5/+5 |
* | Change the return type of CodeGenVTables::getVirtualBaseOffsetOffset() to | Ken Dyck | 2011-04-02 | 1 | -3/+3 |
* | Use CharUnits for the offsets in the VirtualBaseClassOffsetOffsetsMapTy. No | Ken Dyck | 2011-04-02 | 1 | -2/+2 |
* | We were emitting construction v-tables with internal linkage all the time. | John McCall | 2011-03-27 | 1 | -1/+2 |
* | Convert the BaseOffset member of BaseSubobject to CharUnits from bits. No | Ken Dyck | 2011-03-24 | 1 | -6/+7 |
* | When building with optimizations, emit thunks with available_externally linka... | Anders Carlsson | 2011-02-06 | 1 | -2/+9 |
* | Make emitting a VTT a two-step process, much like emitting a VTable. You firs... | Anders Carlsson | 2011-01-29 | 1 | -6/+9 |
* | Move name mangling support from CodeGen to AST. In the | Peter Collingbourne | 2011-01-13 | 1 | -88/+1 |
* | Make sure the VTables for template instantiations are emitted even if the key... | Argyrios Kyrtzidis | 2010-10-11 | 1 | -8/+3 |
* | Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of... | Argyrios Kyrtzidis | 2010-07-07 | 1 | -1/+1 |