summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/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
2015-01-22Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola
2015-01-21Don't assume variable name.Rafael Espindola
2015-01-21Make the test a bit stricter. NFC.Rafael Espindola
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-07-09clang side to match the LLVM IR type system rewrite patch.Chris Lattner
2011-01-25Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola
2011-01-11Add unnamed_addr to constructors and destructors.Rafael Espindola
2010-04-20Back out r101911 and see if it makes the bots happy.Anders Carlsson
2010-04-20Fix a bug which triggered the assertion I added yesterday. Basically, when we...Anders Carlsson
2010-03-24More vtable improvements. We now compute and keep track of all vtable related...Anders Carlsson
2010-03-24More vtable work; preparations for moving over to the new vtable layout code ...Anders Carlsson
2010-02-23Perform two more constructor/destructor code-size optimizations:John McCall
2010-02-19Re-introduce the ctor/dtor alias optimization, this time hidden behind aJohn McCall
2010-02-18Revert the ctor/dtor alias optimization for now; the buildbots can detectJohn McCall
2010-02-17Emit complete constructors and destructors as aliases to base constructorsJohn McCall
2010-02-07Make sure to set vtable pointers in the destructors as well.Anders Carlsson