| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make -fdump-vtable-layouts print to stdout, not stderr | Reid Kleckner | 2013-11-08 | 1 | -3/+3 |
| * | Thread the info about vbptr sharing through ASTRecordLayout | Timur Iskhodzhanov | 2013-11-08 | 1 | -21/+8 |
| * | Minor refinement of VTableBuilder.h: fix wrong indentation, rename a struct f... | Timur Iskhodzhanov | 2013-11-07 | 1 | -2/+2 |
| * | Fix PR17738 - add support for vtordisp thunks when using -cxx-abi microsoft | Timur Iskhodzhanov | 2013-11-06 | 1 | -23/+86 |
| * | Fix vbtable indices when a class shares the vbptr with a non-virtual base | Timur Iskhodzhanov | 2013-11-05 | 1 | -38/+80 |
| * | Make thunk this/return adjustment ABI-specific. Also, fix the return adjustme... | Timur Iskhodzhanov | 2013-10-30 | 1 | -54/+44 |
| * | Fix an assertion when handling a custom case of virtual inheritance; also red... | Timur Iskhodzhanov | 2013-10-29 | 1 | -24/+2 |
| * | Drop the unneeded VBase field from MethodInfo in the VFTableBuilder class | Timur Iskhodzhanov | 2013-10-22 | 1 | -12/+5 |
| * | [-cxx-abi microsoft] Fix this argument/parameter offsets for virtual destruct... | Timur Iskhodzhanov | 2013-10-16 | 1 | -5/+13 |
| * | Reduce double set lookups by using the result of insert. | Benjamin Kramer | 2013-10-14 | 1 | -2/+1 |
| * | Code cleanup: rename VTableContext to ItaniumVTableContext, VTableBuilder to ... | Timur Iskhodzhanov | 2013-10-09 | 1 | -84/+79 |
| * | Reland 192220 "Abstract out parts of thunk emission code, add support for sim... | Timur Iskhodzhanov | 2013-10-09 | 1 | -16/+58 |
| * | Revert 192220 as it fails on an assertion | Timur Iskhodzhanov | 2013-10-08 | 1 | -56/+16 |
| * | Abstract out parts of thunk emission code, add support for simple thunks when... | Timur Iskhodzhanov | 2013-10-08 | 1 | -16/+56 |
| * | Fix PR17382 - properly group virtual method overloads in the vftable | Timur Iskhodzhanov | 2013-10-06 | 1 | -6/+38 |
| * | Abstract out the emission of vtables, add basic support for vtable emission w... | Timur Iskhodzhanov | 2013-09-27 | 1 | -52/+74 |
| * | Abstract out virtual calls and virtual function prologue code generation; imp... | Timur Iskhodzhanov | 2013-08-21 | 1 | -6/+13 |
| * | Make helper function static. | Benjamin Kramer | 2013-08-01 | 1 | -2/+2 |
| * | Add MicrosoftVFTableContext to AST | Timur Iskhodzhanov | 2013-07-30 | 1 | -16/+906 |
| * | Use SmallVectorImpl& for function arguments instead of SmallVector. | Craig Topper | 2013-07-05 | 1 | -2/+2 |
| * | Simplify getting CXXRecordDecl from a base iterator | Timur Iskhodzhanov | 2013-07-02 | 1 | -21/+11 |
| * | Fix a trivial typo, add a FIXME to have more test coverage for VTableBuilder | Timur Iskhodzhanov | 2013-06-28 | 1 | -1/+3 |
| * | Delete dead code. | Eli Friedman | 2013-06-27 | 1 | -10/+1 |
| * | Recommit r183298+r183300 'Get rid of VTableContext::ComputeMethodVTableIndice... | Timur Iskhodzhanov | 2013-06-05 | 1 | -159/+96 |
| * | Revert r183298 and r183300 as the former broke the virtual function lookup in... | Timur Iskhodzhanov | 2013-06-05 | 1 | -96/+159 |
| * | Fix fallout from r183298, unused function (CollectPrimaryBases) causing the -... | David Blaikie | 2013-06-05 | 1 | -15/+0 |
| * | Fix the DUMP_OVERRIDERS macro in the VTableBuilder.cpp | Timur Iskhodzhanov | 2013-06-05 | 1 | -3/+1 |
| * | Get rid of VTableContext::ComputeMethodVTableIndices() and VTableContext::get... | Timur Iskhodzhanov | 2013-06-05 | 1 | -144/+96 |
| * | Fix one FIXME in VTableBuilder | Timur Iskhodzhanov | 2013-05-08 | 1 | -8/+8 |
| * | Emit virtual/deleting destructors properly with -cxx-abi microsoft, PR15058 | Timur Iskhodzhanov | 2013-02-13 | 1 | -14/+13 |
| * | CodeGen: Remove unnecessary const_casts. No functionality change. | Benjamin Kramer | 2013-02-03 | 1 | -7/+3 |
| * | First pass at abstracting out a class for the target C++ ABI. | John McCall | 2013-01-25 | 1 | -1/+2 |
| * | First step towards vftable generation with -cxx-abi microsoft PR13231 | Timur Iskhodzhanov | 2013-01-21 | 1 | -29/+86 |
| * | Include pruning and general cleanup. | Benjamin Kramer | 2012-12-01 | 1 | -0/+1 |
| * | Note deleted functions when dumping vtables. | David Blaikie | 2012-10-16 | 1 | -0/+3 |
| * | Fix a typo (the the => the) | Sylvestre Ledru | 2012-07-23 | 1 | -1/+1 |
| * | Remove get(V)BaseClassOffsetInBits, the CharUnit functions should be used ins... | Benjamin Kramer | 2012-07-04 | 1 | -7/+8 |
| * | Revert Decl's iterators back to pointer value_type rather than reference valu... | David Blaikie | 2012-06-06 | 1 | -5/+5 |
| * | Remove the ref/value inconsistency in filter_decl_iterator. | David Blaikie | 2012-04-30 | 1 | -5/+5 |
| * | Replace manual delete[] with OwningArrayPtr. | Benjamin Kramer | 2012-04-14 | 1 | -6/+4 |
| * | Don't leak vtable thunks. | Benjamin Kramer | 2012-04-14 | 1 | -0/+1 |
| * | For the annals of subtle but terrible bugs: fix a longstanding bug | John McCall | 2012-03-21 | 1 | -5/+5 |
| * | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 1 | -2/+2 |
| * | Fix a use of the C99 PRI format macros not to conflict with C++11 UDLs. | Benjamin Kramer | 2012-03-10 | 1 | -1/+2 |
| * | Make format string 64 bit safe. | Benjamin Kramer | 2011-11-06 | 1 | -1/+1 |
| * | Rename TagDecl::isDefinition -> isCompleteDefinition | John McCall | 2011-10-07 | 1 | -1/+1 |
| * | Move VTable builder to AST | Peter Collingbourne | 2011-09-26 | 1 | -0/+2404 |