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