Age | Commit message (Expand) | Author |
2013-02-27 | Better support for constructors with -cxx-abi microsoft, partly fixes PR12784 | Timur Iskhodzhanov |
2012-12-04 | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth |
2012-07-04 | Remove get(V)BaseClassOffsetInBits, the CharUnit functions should be used ins... | Benjamin Kramer |
2012-04-30 | Remove the ref/value inconsistency in filter_decl_iterator. | David Blaikie |
2012-02-17 | Whether an argument is required (in contrast with being an | John McCall |
2011-09-26 | Move all vtable layout data into new VTableLayout class | Peter Collingbourne |
2011-09-26 | Move vtable component accessors to VTableContext | Peter Collingbourne |
2011-09-26 | Create a VTableContext class and start moving CodeGenVTables methods to it | Peter Collingbourne |
2011-07-26 | Disable the optimization that skips emission of complete, non-virtual | Douglas Gregor |
2011-07-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner |
2011-07-18 | de-constify llvm::Type, patch by David Blaikie! | Chris Lattner |
2011-05-17 | Revert r131434, my commit disabling the complete-object constructor | John McCall |
2011-05-16 | Emit complete-object constructors for abstract classes in kext mode for | John McCall |
2011-05-14 | When emitting the destructor for a class with a vtable, if we can determine | Anders Carlsson |
2011-05-08 | Don't emit complete constructors for abstract classes. Also, don't emit | Anders Carlsson |
2011-03-24 | Convert the BaseOffset member of BaseSubobject to CharUnits from bits. No | Ken Dyck |
2011-03-09 | Fix three of the four places where I left breadcrumbs to avoid unnecessary | John McCall |
2011-03-09 | Use the "undergoes default argument promotion" bit on parameters to | John McCall |
2011-02-13 | Look through array types when deciding whether a field requires non-trivial | John McCall |
2011-02-08 | Reorganize CodeGen{Function,Module} to eliminate the unfortunate | John McCall |
2011-02-05 | Re-land r124768, with a fix for PR9130. | Anders Carlsson |
2011-02-03 | Clean up of -fapple-kext abi code. No change otherwise. | Fariborz Jahanian |
2011-02-03 | Revert 124768. | Rafael Espindola |
2011-02-03 | Don't try to mark virtual members referenced for classes where the key function | Anders Carlsson |
2011-02-01 | -fapple-kext support for indirect call to virtuals dtors - wip. | Fariborz Jahanian |
2011-01-28 | More work to support -fapple-kext regarding | Fariborz Jahanian |
2011-01-20 | apple kext abi requires all vf calls, including qualified | Fariborz Jahanian |
2011-01-13 | Move name mangling support from CodeGen to AST. In the | Peter Collingbourne |
2010-11-28 | BuildVirtualCall doesn't need to take a reference to a pointer. | Anders Carlsson |
2010-11-28 | Move CGCXXABI functions to CGCXXABI.cpp | Anders Carlsson |
2010-11-06 | Simplify the logic for emitting guard variables for template static | John McCall |
2010-10-31 | Rename getBaseClassOffset to getBaseClassOffsetInBits and introduce a getBase... | Anders Carlsson |
2010-10-26 | Factor out the code for emitting code to load vtable pointer members | Dan Gohman |
2010-10-22 | Substantially revise how clang computes the visibility of a declaration to | John McCall |
2010-10-04 | Fix filename in header comment. | Devang Patel |
2010-09-08 | Implement ARM static local initialization guards, which are more compact than | John McCall |
2010-09-02 | Abstract IR generation of array cookies into the C++ ABI class and | John McCall |
2010-08-31 | Amusingly, I missed this point of abstraction in all my earlier | John McCall |
2010-08-31 | Teach IR generation to return 'this' from constructors and destructors | John McCall |
2010-08-23 | Abstract out everything having to do with member pointers into the ABI | John McCall |
2010-08-22 | Go back to asking CodeGenTypes whether a type is zero-initializable. | John McCall |
2010-08-22 | Experiment with using first-class aggregates to represent member function | John McCall |
2010-08-22 | Extract member function pointer comparison and null comparison into | John McCall |
2010-08-22 | Abstract out member-pointer creation. I'm really unhappy about the current | John McCall |
2010-08-22 | Abstract more member-pointerness out. | John McCall |
2010-08-22 | Abstract out member-pointer conversions. | John McCall |
2010-08-22 | Extract calls to method pointers out as an ABI routine. | John McCall |
2010-08-16 | Implement support for member pointers under the Microsoft C++ ABI in the | Charles Davis |
2010-07-07 | Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of... | Argyrios Kyrtzidis |
2010-07-01 | Remove unnecessary ASTContext parameter from | Douglas Gregor |