summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/vtable-available-externally.cpp
Commit message (Expand)AuthorAgeFilesLines
* type_info objects are not unnamed_addr: the ABI requires us toJohn McCall2014-02-081-1/+1
* Don't pass -O0 to clang_cc1, it is the default.Rafael Espindola2013-09-041-1/+1
* Use -O0 in this test too.Rafael Espindola2013-09-031-1/+1
* Don't emit an available_externally vtable pointing to linkonce_odr funcs.Rafael Espindola2013-09-031-19/+1
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-3/+3
* The standard ARM C++ ABI dictates that inline functions areJohn McCall2013-01-251-4/+5
* Add another test that we can fully devirtualize now.Anders Carlsson2011-02-061-0/+25
* Pass a 'ForVTable' flag to GetAddrOfThunk and pass it along to GetOrCreateLLV...Anders Carlsson2011-02-051-0/+26
* Re-land r124768, with a fix for PR9130.Anders Carlsson2011-02-051-0/+65
* Revert 124768.Rafael Espindola2011-02-031-48/+0
* Don't try to mark virtual members referenced for classes where the key functionAnders Carlsson2011-02-031-0/+48
* When building with optimizations, emit vtables where the key is not in the Anders Carlsson2011-01-301-0/+55
OpenPOWER on IntegriCloud