| Age | Commit message (Expand) | Author |
| 2010-02-13 | More work on return type adjustments in the new vtable builder. | Anders Carlsson |
| 2010-02-13 | Switch the standard DeclarationName comparator to be a tri-valued comparator. | John McCall |
| 2010-02-13 | if-0 out printf. | Eli Friedman |
| 2010-02-12 | Fix a refacto that broke the clang-on-clang build. | Anders Carlsson |
| 2010-02-12 | Start stubbing out more of the covariant thunk support. | Anders Carlsson |
| 2010-02-12 | Keep track of whether a final overrider needs a return type adjustment. | Anders Carlsson |
| 2010-02-12 | Move overrider out into a separate struct. | Anders Carlsson |
| 2010-02-12 | Keep track of the address points for all primary bases, and add the ability t... | Anders Carlsson |
| 2010-02-12 | Fix a bug causing an assertion when a covariant return type differed from | John McCall |
| 2010-02-12 | More work on vtable layout. We can now layout vtables with primary bases. | Anders Carlsson |
| 2010-02-12 | When dumping vtables, dump whether a virtual member function is pure or not. | Anders Carlsson |
| 2010-02-12 | More work on the final overriders. | Anders Carlsson |
| 2010-02-11 | Stub out the final overriders class. | Anders Carlsson |
| 2010-02-11 | Use getAs instead of cast/dyn_cast on types. (I'm sure Doug will appreciate t... | Anders Carlsson |
| 2010-02-11 | Move two functions to the top. No functionality change. | Anders Carlsson |
| 2010-02-11 | More vtable layout dumper improvements. Handle destructors, dump the complete... | Anders Carlsson |
| 2010-02-11 | Keep track of, and dump, vtable address points. | Anders Carlsson |
| 2010-02-11 | Check in the beginnings of my new vtable layout builder idea. | Anders Carlsson |
| 2010-02-03 | remove a big chunk of #if 0 code. | Chris Lattner |
| 2010-02-02 | Move pointer to data member emission to CodeGenModule and use it in CGExprCon... | Anders Carlsson |
| 2010-01-26 | Refine the non-virtual this adjustments for thunks by using the offset | Mike Stump |
| 2010-01-26 | Refine the non-virtual this adjustments for thunks by using the offset | Mike Stump |
| 2010-01-26 | Change getUnique to return a GlobalDecl. Fixes PR6147. | Anders Carlsson |
| 2010-01-26 | Be sure to track the non-virtual part of the vcall offset in complex | Mike Stump |
| 2010-01-26 | Fixup a missing vcall entry. WIP. | Mike Stump |
| 2010-01-22 | Finish off fixing up debug information. | Mike Stump |
| 2010-01-22 | Ensure we output all non-virtual base vtables. Fixes PR5890. | Mike Stump |
| 2010-01-22 | Update debugging code. | Mike Stump |
| 2010-01-21 | Move the VTT related code into its own file, CGVTT.cpp | Anders Carlsson |
| 2010-01-18 | More VTT builder fixes. With these fixes we now correctly handle the very com... | Anders Carlsson |
| 2010-01-18 | Move some common code into BuildVTT. | Anders Carlsson |
| 2010-01-18 | Fix a bunch of VTT layout bugs, add simple tests for VTT layout. | Anders Carlsson |
| 2010-01-17 | Minor VTT builder cleanup, no functionality change. | Anders Carlsson |
| 2010-01-17 | Get the ctor vtable address points directly from the VTT builder. | Anders Carlsson |
| 2010-01-14 | Store the address points for constructor vtables directly in the VTT builder,... | Anders Carlsson |
| 2010-01-06 | Fix marking of virtual members for nested classes whose first non-pure virtua... | Douglas Gregor |
| 2010-01-06 | Fix (invalid) may-be-uninitialized warning. | Daniel Dunbar |
| 2010-01-06 | Revert my available_externally vtables experiment. It's breaking the LLVM-wit... | Douglas Gregor |
| 2010-01-06 | Reorder to avoid invalidating idx which is an accessor into VCall. | Mike Stump |
| 2010-01-05 | Silence bogus GCC warning | Douglas Gregor |
| 2010-01-05 | Make use of available_externally linkage for vtables when the | Douglas Gregor |
| 2010-01-05 | Improve key-function computation for templates. In particular: | Douglas Gregor |
| 2010-01-02 | Move address points to CGVtableInfo, no functionality change. | Anders Carlsson |
| 2010-01-02 | Correctly pass VTT parameters to constructors and destructors. The VTTs aren'... | Anders Carlsson |
| 2010-01-01 | Move a few more functions away from CGCXX and to CGClass and CGExprCXX. | Anders Carlsson |
| 2009-12-30 | Fix a bunch of bugs with VMI RTTI building, and add a whole bunch of tests. | Anders Carlsson |
| 2009-12-24 | Remove some dead code. | Mike Stump |
| 2009-12-17 | Rename GetAddrOfRTTI to GetAddrOfRTTIDescriptor. Remove the overload that tak... | Anders Carlsson |
| 2009-12-15 | Fix a small bug in ComputeMethodVtableIndices. | Eli Friedman |
| 2009-12-11 | Fix linkage of type info and vtable for classes without linkage. | Eli Friedman |