aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/vtable-pointer-initialization.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-12-13CodeGen: Start using inrange annotations on vtable getelementptr.Peter Collingbourne1-4/+4
2016-12-13CodeGen: New vtable group representation: struct of vtable arrays.Peter Collingbourne1-4/+4
2016-03-14CodeGen: Use 32-bit gep offsets to address vtable address points.Peter Collingbourne1-4/+4
2015-03-13Test case updates for explicit type parameter to the gep operatorDavid Blaikie1-4/+4
2015-01-22Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola1-6/+6
2015-01-21Don't assume variable name.Rafael Espindola1-1/+1
2015-01-21Make the test a bit stricter. NFC.Rafael Espindola1-0/+3
2014-12-03Cast vtable address points to i32 (...)** to enable more globaloptReid Kleckner1-4/+4
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin1-5/+5
2011-07-09clang side to match the LLVM IR type system rewrite patch.Chris Lattner1-3/+3
2011-01-25Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola1-5/+5
2011-01-11Add unnamed_addr to constructors and destructors.Rafael Espindola1-5/+5
2010-04-20Back out r101911 and see if it makes the bots happy.Anders Carlsson1-20/+0
2010-04-20Fix a bug which triggered the assertion I added yesterday. Basically, when we...Anders Carlsson1-0/+20
2010-03-24More vtable improvements. We now compute and keep track of all vtable related...Anders Carlsson1-4/+4
2010-03-24More vtable work; preparations for moving over to the new vtable layout code ...Anders Carlsson1-4/+4
2010-02-23Perform two more constructor/destructor code-size optimizations:John McCall1-4/+7
2010-02-19Re-introduce the ctor/dtor alias optimization, this time hidden behind aJohn McCall1-2/+2
2010-02-18Revert the ctor/dtor alias optimization for now; the buildbots can detectJohn McCall1-2/+2
2010-02-17Emit complete constructors and destructors as aliases to base constructorsJohn McCall1-2/+2
2010-02-07Make sure to set vtable pointers in the destructors as well.Anders Carlsson1-0/+54