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