summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/template-instantiation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"Sean Fertile2018-10-151-1/+1
* [CodeGenCXX] Treat 'this' as noalias in constructorsAnton Bikineev2018-10-101-1/+1
* [Test] Make Lit tests C++11 compatible - IR orderingCharles Li2017-03-011-19/+20
* Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.Chandler Carruth2016-12-231-1/+1
* Assume loads fix #2Piotr Padlewski2015-08-271-2/+1
* Generating assumption loads of vptr after ctor call (fixed)Piotr Padlewski2015-08-271-1/+2
* Revert "Generating assumption loads of vptr after ctor call (fixed)"Piotr Padlewski2015-08-211-2/+1
* Generating assumption loads of vptr after ctor call (fixed)Piotr Padlewski2015-08-211-1/+2
* Revert "Generating assumption loads of vptr after ctor call (fixed)"Justin Bogner2015-08-181-2/+1
* Generating assumption loads of vptr after ctor call (fixed)Piotr Padlewski2015-08-181-1/+2
* Revert r245257 "Generating assumption loads of vptr after ctor call"Hans Wennborg2015-08-181-2/+1
* Generating assumption loads of vptr after ctor callPiotr Padlewski2015-08-171-1/+2
* CodeGen: Fix linkage of reference temporariesDavid Majnemer2014-04-281-2/+2
* Fix a bug where an explicit instantiation declaration of a class templateRichard Smith2014-03-241-5/+19
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-10/+10
* Disable llvm optimizations in a clang test.Rafael Espindola2012-06-221-2/+2
* Always mark friend function declarations in class templates asChandler Carruth2011-08-181-0/+36
* Enhance Clang to start instantiating static data member definitionsChandler Carruth2011-05-271-0/+30
* Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola2011-01-251-1/+1
* Add unnamed_addr to vtables.Rafael Espindola2011-01-111-1/+1
* Add unnamed_addr to constructors and destructors.Rafael Espindola2011-01-111-1/+1
* Don't instantiate members not belonging in the semantic context of the template.Argyrios Kyrtzidis2010-11-041-0/+13
* White-listing templated-scope friend decls is a good idea, but doing itJohn McCall2010-10-161-0/+17
* Embrace C++ ABI 5.2.6 and consider that template instantiations don't have ke...Argyrios Kyrtzidis2010-10-131-0/+17
* Reinstate the optimization suppressing available_externally functionsDouglas Gregor2010-07-131-1/+1
* Speculatively revert r108156; it appears to be breaking self-host.Douglas Gregor2010-07-121-1/+1
* Do not generate LLVM IR for available_externally function bodies atDouglas Gregor2010-07-121-1/+1
* Turn access control on by default in -cc1.John McCall2010-04-091-0/+1
* Don't produce a vtable if we are just instantiating a method and theRafael Espindola2010-03-301-0/+14
* Discussing with dgregor we decided that we should not force the emission ofRafael Espindola2010-03-241-0/+62
OpenPOWER on IntegriCloud