summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/vtable-linkage.cpp
Commit message (Expand)AuthorAgeFilesLines
* IRgen/C++: When mark vtables used, make sure to still append to the VTableUse...Daniel Dunbar2010-05-251-1/+15
* Rework when and how vtables are emitted, by tracking where vtables areDouglas Gregor2010-05-131-32/+44
* Don't produce a vtable for a class if we have an explicit template instantiat...Rafael Espindola2010-04-031-4/+2
* Flip the switch and use the new vtable layout code for everything. I've verif...Anders Carlsson2010-03-301-10/+10
* Fix for PR5967: Make const-marking for LLVM globals correct for cases requiringEli Friedman2010-01-081-6/+6
* Test linkage of typeinfo and typeinfo names for class templatesDouglas Gregor2010-01-071-1/+13
* Revert my available_externally vtables experiment. It's breaking the LLVM-wit...Douglas Gregor2010-01-061-1/+1
* Make use of available_externally linkage for vtables when theDouglas Gregor2010-01-051-0/+37
* Improve key-function computation for templates. In particular:Douglas Gregor2010-01-051-0/+46
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Fix linkage of type info and vtable for classes without linkage.Eli Friedman2009-12-111-0/+8
* Improve linkage of RTTI data structures. Introduce CodeGenModule::GetAddrOfRT...Anders Carlsson2009-12-111-0/+6
* More linkage improvements.Anders Carlsson2009-12-061-0/+10
* If a class does not have a key function, its linkage should be weak_odr.Anders Carlsson2009-12-051-0/+10
* Use createGlobalVariable for creating vtable variables too.Anders Carlsson2009-12-051-10/+16
* Factor vtable related GlobalVariable creation out into a separate function. A...Anders Carlsson2009-12-051-0/+18
OpenPOWER on IntegriCloud