summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/devirtualize-virtual-function-calls-final.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect codegen for devirtualized calls to virtual overloaded operators.Nico Weber2014-12-031-0/+37
* Fix bug 20116 - http://llvm.org/bugs/show_bug.cgi?id=20116Alexey Bataev2014-09-291-3/+6
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-10/+10
* When we're devirtualizing a method call, make sure the method has the correct...Eli Friedman2012-10-251-2/+1
* A number of test cases assume that an "int" parameter or return valueUlrich Weigand2012-10-241-1/+1
* Disable devirtualization when we have covariant returns. I will open a bugRafael Espindola2012-06-281-0/+34
* Don't devirtualize calls when we don't have the correct type of the this pointerRafael Espindola2012-06-281-1/+20
* Fix another issue with devirtualizing calls to final methods by passing themRafael Espindola2012-06-281-0/+26
* During codegen of a virtual call we would extract any casts in the expressionRafael Espindola2012-06-261-1/+59
* When trying to get the most derived class, don't assume that we can ignore al...Anders Carlsson2011-01-291-0/+12
* When calling a virtual member function on a base class and the most derived c...Anders Carlsson2011-01-291-0/+14
* Get rid of the [[final]] C++0x attribute.Anders Carlsson2011-01-231-0/+25