summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/virt.cpp
Commit message (Expand)AuthorAgeFilesLines
* Testcase for a recent checkin.Mike Stump2009-08-211-2/+2
* Fix typo.Mike Stump2009-08-211-2/+2
* We now support overriding base functions in vtables. WIP.Mike Stump2009-08-211-0/+31
* Refine vbase offsets for the inductive case. Things are now startingMike Stump2009-08-201-6/+76
* Ensure we don't output repeated vbase offsets. I have a testcase forMike Stump2009-08-201-2/+2
* Update for recent improvements.Mike Stump2009-08-191-2/+2
* Restore vbase offsets for classes without a primary.Mike Stump2009-08-191-1/+169
* Refine vcalls a little.Mike Stump2009-08-191-22/+22
* Refine vbase offset calculations. WIP.Mike Stump2009-08-161-24/+24
* Use the -NEXT feature of FileCheck.Mike Stump2009-08-161-216/+216
* Cleanups and fixups for calculating the virtual base offsets. WIP.Mike Stump2009-08-161-44/+123
* Testcase for a recent checkin.Mike Stump2009-08-141-2/+2
* Testcase for recent checkin.Mike Stump2009-08-141-2/+2
* Testcase for a recent checkin.Mike Stump2009-08-141-2/+2
* Add testcase for recent work.Mike Stump2009-08-131-1/+11
* Refine vtable layout for virtual bases and keep better track ofMike Stump2009-08-131-2/+2
* Refine virtual base layout. WIP.Mike Stump2009-08-131-0/+12
* Refine primary vbase selection ordering. WIP.Mike Stump2009-08-121-0/+126
* Improve the secondary vtables to not include vbase offsets. WIP.Mike Stump2009-08-121-2/+37
* Implement more of the inductive case for vtable layout involvingMike Stump2009-08-111-4/+54
* Add vbase offsets to the vtable. Wow, having an rbegin was soMike Stump2009-08-071-2/+2
* Add ability to generate vcall offsets for primary virtual base.Mike Stump2009-08-071-5/+5
* Add support for vcall generation for vtables for virtual bases. WIP.Mike Stump2009-08-061-2/+22
* Almost forgot to turn on 32-bit test.Mike Stump2009-08-061-1/+1
* Testcase for recent checkin.Mike Stump2009-08-061-2/+2
* Also generate the rtti field for virtual bases for vtables. Turn onMike Stump2009-08-061-12/+12
* Layout the primary base first in the vtable.Mike Stump2009-08-061-5/+4
* More layout for virtual tables for virtual bases. Still in progress.Mike Stump2009-08-061-1/+28
* Let's remember we want better codegen for these.Mike Stump2009-08-061-0/+2
* Testcase for a recent checkin for vbase layout ordering. I hate toMike Stump2009-08-061-22/+26
* Layout virtual bases. Work in progress.Mike Stump2009-08-061-1/+21
* Fixup object layout when we have a primary base (it goes first). Start prepi...Mike Stump2009-08-061-5/+26
* Add another test for a recent checkin.Mike Stump2009-08-051-0/+13
* Calculate the primary base class better and use that when laying downMike Stump2009-08-051-1/+20
* vtable building for simple inheritance. Still in progress.Mike Stump2009-08-041-3/+12
* Test cases for some recent work.Mike Stump2009-08-041-3/+25
* Add ability to layout the vtable pointer in trivial cases. I noticedMike Stump2009-07-301-0/+8