aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/virt.cpp
AgeCommit message (Expand)Author
2009-11-13More VTT and constructor vtable testcases from recent work.Mike Stump
2009-11-13Add more testcase for construction vtables and VTTs.Mike Stump
2009-11-13Add some more VTT testcases.Mike Stump
2009-11-13Add a testcase for the recent VTT work.Mike Stump
2009-11-13This falls into the category of stupid pet tricks. I hate to do this,Mike Stump
2009-11-09Unify the codepaths used to verify base and member initializers for explicitlyEli Friedman
2009-11-08Remove RUN: true lines.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-11-06Refine the non-virtual this adjustment. Optimize out virtual thisMike Stump
2009-11-06Refine the vcall for a function that is defined in a virtual baseMike Stump
2009-11-06Convert file over to checking the .ll file for codegen. Also, weMike Stump
2009-11-05Refine covariant return value adjustments for thunks when nullMike Stump
2009-11-05Testcase for a recent checkin.Mike Stump
2009-11-05Update.Mike Stump
2009-11-04this test has started failing due to an optimizer change. Clang testsChris Lattner
2009-11-04Split out return adjustments in thunks from this adjustment in thunksMike Stump
2009-11-03vtable testcase for recent work on vcall/vbase offsets.Mike Stump
2009-11-03Refine codegen for covariant thunks that return references.Mike Stump
2009-11-03Refine return value adjustments for thunks.Mike Stump
2009-10-31Refine vcall/vbase ordering with vtable construction.Mike Stump
2009-10-28Finish off pure virtual function handling.Mike Stump
2009-10-14Testcase for recent checkin. WIP.Mike Stump
2009-10-13Refine handling for return value conversions with respect to virtualMike Stump
2009-09-29Fix http://llvm.org/PR5090.Mike Stump
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-09-07Refine vcall offsets. Cleanups. WIP.Mike Stump
2009-09-01Testcase for recent checkin.Mike Stump
2009-08-28iGenerate vcalls as we build up the methods. WIP.Mike Stump
2009-08-27Testcase for an almost recent checkin.Mike Stump
2009-08-26Fixup codegen for static dispatch to a virtual function that wasMike Stump
2009-08-26Implement virtual dispatch. :-) This is self-consistent with clang,Mike Stump
2009-08-26Revert r80064 since it broke the build.Anders Carlsson
2009-08-26Implement virtual dispatch. :-) This is self-consistent with clang, but not...Mike Stump
2009-08-21Testcase for a recent checkin.Mike Stump
2009-08-21Fix typo.Mike Stump
2009-08-21We now support overriding base functions in vtables. WIP.Mike Stump
2009-08-20Refine vbase offsets for the inductive case. Things are now startingMike Stump
2009-08-20Ensure we don't output repeated vbase offsets. I have a testcase forMike Stump
2009-08-19Update for recent improvements.Mike Stump
2009-08-19Restore vbase offsets for classes without a primary.Mike Stump
2009-08-19Refine vcalls a little.Mike Stump
2009-08-16Refine vbase offset calculations. WIP.Mike Stump
2009-08-16Use the -NEXT feature of FileCheck.Mike Stump
2009-08-16Cleanups and fixups for calculating the virtual base offsets. WIP.Mike Stump
2009-08-14Testcase for a recent checkin.Mike Stump
2009-08-14Testcase for recent checkin.Mike Stump
2009-08-14Testcase for a recent checkin.Mike Stump
2009-08-13Add testcase for recent work.Mike Stump
2009-08-13Refine vtable layout for virtual bases and keep better track ofMike Stump
2009-08-13Refine virtual base layout. WIP.Mike Stump