summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/virtual-function-calls.cpp
Commit message (Expand)AuthorAgeFilesLines
* Bring r325915 back.Rafael Espindola2018-02-231-1/+1
* [Devirtualization] Decorate vfunction load with invariant.loadPiotr Padlewski2016-10-291-1/+6
* Revert "Decorating virtual functions load with invariant.load" and fixRenato Golin2015-10-011-6/+1
* Test fixPiotr Padlewski2015-10-011-1/+1
* Decorating virtual functions load with invariant.loadPiotr Padlewski2015-10-011-1/+6
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-1/+1
* Prepare for using MS ABI by default for Win32: update CodeGenCXX testsHans Wennborg2013-12-131-1/+1
* Switch to the new MingW ABI.Rafael Espindola2013-12-121-2/+2
* Don't emit calls to virtual [[noreturn]] functions as noreturn; overrides of aRichard Smith2013-03-051-1/+14
* Fix a refacto that broke the clang-on-clang build.Anders Carlsson2010-02-121-1/+20
* Correctly initialize the PrimaryBaseInfo if a base is null. Fixes PR5832.Anders Carlsson2009-12-191-0/+8
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Fix test.Anders Carlsson2009-10-121-0/+1
* Factor out devirtualization checking into a separate function and make it han...Anders Carlsson2009-10-121-7/+0
* If the base type of a member call is a record type we don't need to emit a vi...Anders Carlsson2009-10-111-1/+8
* Fix test.Anders Carlsson2009-10-061-7/+1
* Pass the right type to GetAddrOfFunction when getting functions for the VTabl...Anders Carlsson2009-10-061-0/+16