summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/vtt-layout.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-6/+7
* CodeGen: Use 32-bit gep offsets to address vtable address points.Peter Collingbourne2016-03-141-4/+4
* CodeGen: Mark functions used in vtables as unnamed_addr.Peter Collingbourne2016-03-141-0/+2
* 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-2/+2
* PR13684: Emit vtable entries for deleted functions as __cxa_deleted_function.David Blaikie2012-10-161-1/+12
* Test pure virtual vtable entries in the Itanium ABI.David Blaikie2012-10-161-0/+11
* Mark VTables and RTTI data linkonce_odr instead of weak_odr, with the excepti...Anders Carlsson2011-01-241-3/+3
* Set unnamed_addr in VTTs.Rafael Espindola2011-01-111-4/+4
* stop looking for #uses comments.Chris Lattner2010-09-021-3/+3
* More VTT builder fixes. With these fixes we now correctly handle the very com...Anders Carlsson2010-01-181-4/+42
* Fix a bunch of VTT layout bugs, add simple tests for VTT layout.Anders Carlsson2010-01-181-0/+26