summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/vtable-pointer-initialization.cpp
Commit message (Expand)AuthorAgeFilesLines
* CodeGen: Start using inrange annotations on vtable getelementptr.Peter Collingbourne2016-12-131-4/+4
* CodeGen: New vtable group representation: struct of vtable arrays.Peter Collingbourne2016-12-131-4/+4
* CodeGen: Use 32-bit gep offsets to address vtable address points.Peter Collingbourne2016-03-141-4/+4
* Test case updates for explicit type parameter to the gep operatorDavid Blaikie2015-03-131-4/+4
* Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola2015-01-221-6/+6
* Don't assume variable name.Rafael Espindola2015-01-211-1/+1
* Make the test a bit stricter. NFC.Rafael Espindola2015-01-211-0/+3
* Cast vtable address points to i32 (...)** to enable more globaloptReid Kleckner2014-12-031-4/+4
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-5/+5
* clang side to match the LLVM IR type system rewrite patch.Chris Lattner2011-07-091-3/+3
* Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola2011-01-251-5/+5
* Add unnamed_addr to constructors and destructors.Rafael Espindola2011-01-111-5/+5
* Back out r101911 and see if it makes the bots happy.Anders Carlsson2010-04-201-20/+0
* Fix a bug which triggered the assertion I added yesterday. Basically, when we...Anders Carlsson2010-04-201-0/+20
* More vtable improvements. We now compute and keep track of all vtable related...Anders Carlsson2010-03-241-4/+4
* More vtable work; preparations for moving over to the new vtable layout code ...Anders Carlsson2010-03-241-4/+4
* Perform two more constructor/destructor code-size optimizations:John McCall2010-02-231-4/+7
* Re-introduce the ctor/dtor alias optimization, this time hidden behind aJohn McCall2010-02-191-2/+2
* Revert the ctor/dtor alias optimization for now; the buildbots can detectJohn McCall2010-02-181-2/+2
* Emit complete constructors and destructors as aliases to base constructorsJohn McCall2010-02-171-2/+2
* Make sure to set vtable pointers in the destructors as well.Anders Carlsson2010-02-071-0/+54