| Commit message (Expand) | Author | Age | Files | Lines |
| * | Abstract out emitting the vdtor calls and do it properly when using -cxx-abi ... | Timur Iskhodzhanov | 2013-02-15 | 1 | -0/+8 |
| * | Emit virtual/deleting destructors properly with -cxx-abi microsoft, PR15058 | Timur Iskhodzhanov | 2013-02-13 | 1 | -2/+11 |
| * | Move the decision about the kind of CGCXXABI to make inside | John McCall | 2013-01-25 | 1 | -2/+5 |
| * | The standard ARM C++ ABI dictates that inline functions are | John McCall | 2013-01-25 | 1 | -5/+0 |
| * | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -2/+1 |
| * | PR13684: Emit vtable entries for deleted functions as __cxa_deleted_function. | David Blaikie | 2012-10-16 | 1 | -0/+3 |
| * | When performing a ::delete of an object with a virtual destructor, | John McCall | 2012-09-25 | 1 | -0/+9 |
| * | [Windows] Abstract pure virtual method calls in the ABI. Fix the Windows ABI ... | Joao Matos | 2012-07-17 | 1 | -0/+3 |
| * | IRGen: Factor v-table generation into the CGCXXABI object. | Charles Davis | 2012-06-23 | 1 | -0/+5 |
| * | Documentation cleanup: making \param docs match the code. | James Dennett | 2012-06-22 | 1 | -3/+2 |
| * | Documentation cleanup: escape "::" to avoid a Doxygen warning | James Dennett | 2012-06-20 | 1 | -1/+1 |
| * | Documentation fixes: Added \brief markup and fixed some formatting. | James Dennett | 2012-06-15 | 1 | -1/+3 |
| * | Abstract the emission of global destructors into ABI-specific code | John McCall | 2012-05-01 | 1 | -0/+7 |
| * | Refactor the C++ ABI code a little bit to take advantage of | John McCall | 2012-05-01 | 1 | -1/+24 |
| * | Revert r153723, and its follow-ups r153728 and r153733. | Chandler Carruth | 2012-03-30 | 1 | -2/+1 |
| * | Do the static-locals thing properly in the face of unions and | John McCall | 2012-03-30 | 1 | -1/+2 |
| * | Split reinterpret_casts of member pointers out from CK_BitCast; this | John McCall | 2012-02-15 | 1 | -2/+16 |
| * | Deal with a horrible C++11 special case. If a non-literal type has a constexpr | Richard Smith | 2012-02-13 | 1 | -1/+3 |
| * | Basic support for referring to captured variables from lambdas. Some simple ... | Eli Friedman | 2012-02-11 | 1 | -2/+2 |
| * | Basic: import OwningPtr<> into clang namespace | Dylan Noblesmith | 2012-02-05 | 1 | -1/+1 |
| * | Remove constant member pointer support from Expr-based constant emission now | Richard Smith | 2012-01-17 | 1 | -5/+0 |
| * | constexpr irgen: Add irgen support for APValue::Struct, APValue::Union, | Richard Smith | 2012-01-14 | 1 | -0/+3 |
| * | clean up forward declarations of raw_ostream to use the new LLVM.h | Chris Lattner | 2011-07-23 | 1 | -2/+2 |
| * | now that we have a centralized place to do so, add some using declarations for | Chris Lattner | 2011-07-20 | 1 | -2/+2 |
| * | clang side to match the LLVM IR type system rewrite patch. | Chris Lattner | 2011-07-09 | 1 | -1/+1 |
| * | After some discussion with Doug, we decided that it made a lot more sense | John McCall | 2011-04-12 | 1 | -6/+1 |
| * | More __unknown_anytype work. | John McCall | 2011-04-11 | 1 | -1/+6 |
| * | More capturing of 'this': implicit member expressions. Getting that | John McCall | 2011-02-03 | 1 | -1/+2 |
| * | Do a proper recursive lookup when deciding whether a class's usual | John McCall | 2011-01-27 | 1 | -1/+3 |
| * | Move name mangling support from CodeGen to AST. In the | Peter Collingbourne | 2011-01-13 | 1 | -3/+7 |
| * | Make the destructor be the 'vtable anchor' of the CGCXXABI class. | Anders Carlsson | 2010-11-28 | 1 | -3/+1 |
| * | Simplify the logic for emitting guard variables for template static | John McCall | 2010-11-06 | 1 | -5/+8 |
| * | Implement ARM static local initialization guards, which are more compact than | John McCall | 2010-09-08 | 1 | -1/+11 |
| * | Abstract IR generation of array cookies into the C++ ABI class and | John McCall | 2010-09-02 | 1 | -0/+47 |
| * | Amusingly, I missed this point of abstraction in all my earlier | John McCall | 2010-08-31 | 1 | -0/+6 |
| * | Teach IR generation to return 'this' from constructors and destructors | John McCall | 2010-08-31 | 1 | -2/+67 |
| * | Abstract out everything having to do with member pointers into the ABI | John McCall | 2010-08-23 | 1 | -22/+37 |
| * | Go back to asking CodeGenTypes whether a type is zero-initializable. | John McCall | 2010-08-22 | 1 | -4/+4 |
| * | Experiment with using first-class aggregates to represent member function | John McCall | 2010-08-22 | 1 | -15/+10 |
| * | Extract member function pointer comparison and null comparison into | John McCall | 2010-08-22 | 1 | -0/+12 |
| * | Abstract out member-pointer creation. I'm really unhappy about the current | John McCall | 2010-08-22 | 1 | -0/+7 |
| * | Abstract more member-pointerness out. | John McCall | 2010-08-22 | 1 | -5/+28 |
| * | Abstract out member-pointer conversions. | John McCall | 2010-08-22 | 1 | -0/+7 |
| * | Extract calls to method pointers out as an ABI routine. | John McCall | 2010-08-22 | 1 | -0/+14 |
| * | The ARM C++ ABI is sufficiently different from the Itanium C++ ABI that | John McCall | 2010-08-21 | 1 | -0/+1 |
| * | Implement support for member pointers under the Microsoft C++ ABI in the | Charles Davis | 2010-08-16 | 1 | -4/+4 |
| * | Add a stub Microsoft Visual C++ ABI class (with stub mangler). | Charles Davis | 2010-06-09 | 1 | -0/+1 |
| * | IRgen: Add a stub class for generating ABI-specific C++ code. | Charles Davis | 2010-05-25 | 1 | -0/+37 |