summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/const-init-cxx11.cpp
Commit message (Expand)AuthorAgeFilesLines
* Disable -fmerge-all-constants as default.Manoj Gupta2018-04-051-1/+1
* CodeGen: Start using inrange annotations on vtable getelementptr.Peter Collingbourne2016-12-131-3/+3
* CodeGen: New vtable group representation: struct of vtable arrays.Peter Collingbourne2016-12-131-3/+3
* CodeGen: Use 32-bit gep offsets to address vtable address points.Peter Collingbourne2016-03-141-3/+3
* Internal-linkage variables with constant-evaluatable initializers do not need...Richard Smith2015-08-191-0/+1
* Test case updates for explicit type parameter to the gep operatorDavid Blaikie2015-03-131-5/+5
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-1/+1
* CodeGen: Weak reference temporaries belong in a COMDATDavid Majnemer2015-02-191-4/+4
* CodeGen: static constexpr data members should have a linkonce_odr initDavid Majnemer2015-02-191-16/+25
* Test that member functions of constexpr constructed templates are instantiated.Nico Weber2015-01-261-1/+14
* Remove -verify from a codegen test that didn't have any expected-foo lines.Nico Weber2015-01-261-1/+1
* Mark C++ reference parameters as dereferenceableHal Finkel2014-07-181-2/+2
* Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky2014-05-281-2/+2
* AST: Update reference temporary manglingDavid Majnemer2014-05-061-8/+8
* CodeGen: Reference temporaries inherit visibilityDavid Majnemer2014-04-291-0/+12
* CodeGen: Fix linkage of reference temporariesDavid Majnemer2014-04-281-0/+22
* Add 'not' to commands that are expected to fail.Rafael Espindola2013-07-041-1/+1
* Recursively lifetime-extend into array temporaries. These can get implicitlyRichard Smith2013-06-081-0/+11
* Model temporary lifetime-extension explicitly in the AST. Use this model toRichard Smith2013-06-051-5/+54
* PR12848: When emitting a local variable declared 'constexpr', always initiali...Richard Smith2013-06-021-0/+38
* DR1472: A reference isn't odr-used if it has preceding initialization,Richard Smith2012-10-201-5/+1
* Teach Expr::HasSideEffects about all the Expr types, and fix a bug where itRichard Smith2012-08-071-2/+2
* PR13290: Constant-evaluation support for CXXConstructExprs which construct aRichard Smith2012-07-071-0/+7
* PR13273: When performing list-initialization with an empty initializer list,Richard Smith2012-07-051-0/+14
* A union can have a constexpr defaulted default constructor, if it has anRichard Smith2012-05-071-0/+11
* PR12226: don't generate wrong code if a braced string literal is used toRichard Smith2012-04-151-0/+3
* Don't forget to evaluate the subexpression in a null pointer cast. If we'reRichard Smith2012-04-081-0/+9
* ConstStructBuilder: fix offset math for base classes so it works correctly in...Eli Friedman2012-03-301-0/+5
* Don't even try to directly emit the value of a DeclRefExpr if that declarationRichard Smith2012-03-071-1/+1
* Reinstate r151879, r151880, reverted in r151922, along with a bugfix forRichard Smith2012-03-021-0/+72
* Revert r151879, r151880, "PR12145: Avoid emitting loads of constexpr variable...Daniel Dunbar2012-03-021-27/+0
* Fix buildbot: make this test less dependent on the value names in the produce...Richard Smith2012-03-021-2/+2
* PR12145: Avoid emitting loads of constexpr variables in contexts where thereRichard Smith2012-03-021-0/+27
* PR12067: When emitting an evaluated constant structure in C++11 mode, don'tRichard Smith2012-02-231-0/+36
* When performing IRGen on a global, emit it as a constant if:Richard Smith2012-02-171-8/+8
* Make sure all remaining parts of the constant evaluator are aware that an arrayRichard Smith2012-02-171-0/+8
* PR12012: Fix a regression in r150419 where we would try (and fail) toRichard Smith2012-02-171-0/+14
* Deal with a horrible C++11 special case. If a non-literal type has a constexprRichard Smith2012-02-131-0/+84
* constexpr: Implement the [dcl.constexpr]p5 check for whether a constexprRichard Smith2012-01-271-2/+2
* fix to go along with an llvm change: VMCore now returns an UndefValueChris Lattner2012-01-261-1/+1
* constexpr irgen: Add irgen support for APValue::Struct, APValue::Union,Richard Smith2012-01-141-0/+188
* Address Richard's review comments on r147561 (Evaluate support for address-of...Eli Friedman2012-01-051-0/+9