summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/vtt-layout.cpp
AgeCommit message (Expand)Author
2024-03-20[IR] Change representation of getelementptr inrange (#84341)Nikita Popov
2022-10-06[CodeGenCXX] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2020-12-30[test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...Fangrui Song
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
2016-03-14CodeGen: Mark functions used in vtables as unnamed_addr.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
2012-10-16PR13684: Emit vtable entries for deleted functions as __cxa_deleted_function.David Blaikie
2012-10-16Test pure virtual vtable entries in the Itanium ABI.David Blaikie
2011-01-24Mark VTables and RTTI data linkonce_odr instead of weak_odr, with the excepti...Anders Carlsson
2011-01-11Set unnamed_addr in VTTs.Rafael Espindola
2010-09-02stop looking for #uses comments.Chris Lattner
2010-01-18More VTT builder fixes. With these fixes we now correctly handle the very com...Anders Carlsson
2010-01-18Fix a bunch of VTT layout bugs, add simple tests for VTT layout.Anders Carlsson