aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/skip-vtable-pointer-initialization.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-12-13CodeGen: Start using inrange annotations on vtable getelementptr.Peter Collingbourne1-7/+7
2016-12-13CodeGen: New vtable group representation: struct of vtable arrays.Peter Collingbourne1-8/+8
2016-03-14CodeGen: Use 32-bit gep offsets to address vtable address points.Peter Collingbourne1-7/+7
2015-03-13Test case updates for explicit type parameter to the gep operatorDavid Blaikie1-8/+8
2014-12-03Cast vtable address points to i32 (...)** to enable more globaloptReid Kleckner1-8/+8
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin1-8/+8
2011-05-16Fix another regression from the "skip vtable pointer initialization"Anders Carlsson1-0/+14
2011-05-15Re-enable the fix for PR9181 now that all the edge cases are handled.Anders Carlsson1-2/+81
2011-05-15Disable the optimization until the bug noticed by Sean Hunt has been fixed.Anders Carlsson1-0/+1
2011-05-14When emitting the destructor for a class with a vtable, if we can determineAnders Carlsson1-0/+106