summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/devirtualize-virtual-function-calls.cpp
Commit message (Expand)AuthorAgeFilesLines
* PR30937: don't devirtualize if we find that the callee is a pure virtualRichard Smith2016-11-111-0/+34
* Improve obvious-most-derived-type devirtualization:Richard Smith2016-11-031-1/+62
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-1/+1
* Provide fixed target triples to make test results consistent across ARM hosts.David Blaikie2012-09-101-2/+2
* Devirtualize calls on glvalues produced by class member access expressions.Richard Smith2012-08-151-0/+17
* Fix a crash I introduced in r159212.Rafael Espindola2012-06-271-0/+12
* Fix a bug in my previous patch: If we are not doing a virtual call becauseRafael Espindola2012-06-261-0/+18
* Strip off parens and no-op casts when deciding if an expr can be devirtualize...Anders Carlsson2011-04-101-1/+9
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Even more devirtualization cleverness.Anders Carlsson2009-10-121-0/+16
* More devirtualization improvements.Anders Carlsson2009-10-121-0/+10
* Devirtualize calls on temporaries. A().f() for example.Anders Carlsson2009-10-121-0/+3
* Factor out devirtualization checking into a separate function and make it han...Anders Carlsson2009-10-121-0/+18