summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/vtable-layout-abi-examples.cpp
AgeCommit message (Expand)Author
2014-02-21Complete Rewrite of CGRecordLayoutBuilderWarren Hunt
2011-09-26Move vtable dumper call to VTableBuilder ctorPeter Collingbourne
2010-03-25Don't add address points for virtual primary bases that aren't primary bases ...Anders Carlsson
2010-03-10Improve vcall offset handling in construction vtables. With this we layout th...Anders Carlsson
2010-02-27Figured out why the test was failing, this will hopefully fix it.Anders Carlsson
2010-02-27XFAIL this for now. I have no idea why this test is failing on some machines....Anders Carlsson
2010-02-24Generate correct vcall offsets when we have a primary virtual base that is no...Anders Carlsson
2010-02-19Add another test from the ABI spec.Anders Carlsson
2010-02-18Fix another bug and add another class.Anders Carlsson
2010-02-18Add another class from cxx-vtable-ex.htmlAnders Carlsson
2010-02-18More work on vcall offsets.Anders Carlsson
2010-02-18Add tests from the Itanium C++ ABI spec.Anders Carlsson