| Commit message (Expand) | Author | Age | Files | Lines |
* | CodeGen: Use 32-bit gep offsets to address vtable address points. | Peter Collingbourne | 2016-03-14 | 1 | -3/+3 |
* | Internal-linkage variables with constant-evaluatable initializers do not need... | Richard Smith | 2015-08-19 | 1 | -0/+1 |
* | Test case updates for explicit type parameter to the gep operator | David Blaikie | 2015-03-13 | 1 | -5/+5 |
* | Update Clang tests to handle explicitly typed load changes in LLVM. | David Blaikie | 2015-02-27 | 1 | -1/+1 |
* | CodeGen: Weak reference temporaries belong in a COMDAT | David Majnemer | 2015-02-19 | 1 | -4/+4 |
* | CodeGen: static constexpr data members should have a linkonce_odr init | David Majnemer | 2015-02-19 | 1 | -16/+25 |
* | Test that member functions of constexpr constructed templates are instantiated. | Nico Weber | 2015-01-26 | 1 | -1/+14 |
* | Remove -verify from a codegen test that didn't have any expected-foo lines. | Nico Weber | 2015-01-26 | 1 | -1/+1 |
* | Mark C++ reference parameters as dereferenceable | Hal Finkel | 2014-07-18 | 1 | -2/+2 |
* | Add 'nonnull' parameter or return attribute when producing an llvm pointer ty... | Nick Lewycky | 2014-05-28 | 1 | -2/+2 |
* | AST: Update reference temporary mangling | David Majnemer | 2014-05-06 | 1 | -8/+8 |
* | CodeGen: Reference temporaries inherit visibility | David Majnemer | 2014-04-29 | 1 | -0/+12 |
* | CodeGen: Fix linkage of reference temporaries | David Majnemer | 2014-04-28 | 1 | -0/+22 |
* | Add 'not' to commands that are expected to fail. | Rafael Espindola | 2013-07-04 | 1 | -1/+1 |
* | Recursively lifetime-extend into array temporaries. These can get implicitly | Richard Smith | 2013-06-08 | 1 | -0/+11 |
* | Model temporary lifetime-extension explicitly in the AST. Use this model to | Richard Smith | 2013-06-05 | 1 | -5/+54 |
* | PR12848: When emitting a local variable declared 'constexpr', always initiali... | Richard Smith | 2013-06-02 | 1 | -0/+38 |
* | DR1472: A reference isn't odr-used if it has preceding initialization, | Richard Smith | 2012-10-20 | 1 | -5/+1 |
* | Teach Expr::HasSideEffects about all the Expr types, and fix a bug where it | Richard Smith | 2012-08-07 | 1 | -2/+2 |
* | PR13290: Constant-evaluation support for CXXConstructExprs which construct a | Richard Smith | 2012-07-07 | 1 | -0/+7 |
* | PR13273: When performing list-initialization with an empty initializer list, | Richard Smith | 2012-07-05 | 1 | -0/+14 |
* | A union can have a constexpr defaulted default constructor, if it has an | Richard Smith | 2012-05-07 | 1 | -0/+11 |
* | PR12226: don't generate wrong code if a braced string literal is used to | Richard Smith | 2012-04-15 | 1 | -0/+3 |
* | Don't forget to evaluate the subexpression in a null pointer cast. If we're | Richard Smith | 2012-04-08 | 1 | -0/+9 |
* | ConstStructBuilder: fix offset math for base classes so it works correctly in... | Eli Friedman | 2012-03-30 | 1 | -0/+5 |
* | Don't even try to directly emit the value of a DeclRefExpr if that declaration | Richard Smith | 2012-03-07 | 1 | -1/+1 |
* | Reinstate r151879, r151880, reverted in r151922, along with a bugfix for | Richard Smith | 2012-03-02 | 1 | -0/+72 |
* | Revert r151879, r151880, "PR12145: Avoid emitting loads of constexpr variable... | Daniel Dunbar | 2012-03-02 | 1 | -27/+0 |
* | Fix buildbot: make this test less dependent on the value names in the produce... | Richard Smith | 2012-03-02 | 1 | -2/+2 |
* | PR12145: Avoid emitting loads of constexpr variables in contexts where there | Richard Smith | 2012-03-02 | 1 | -0/+27 |
* | PR12067: When emitting an evaluated constant structure in C++11 mode, don't | Richard Smith | 2012-02-23 | 1 | -0/+36 |
* | When performing IRGen on a global, emit it as a constant if: | Richard Smith | 2012-02-17 | 1 | -8/+8 |
* | Make sure all remaining parts of the constant evaluator are aware that an array | Richard Smith | 2012-02-17 | 1 | -0/+8 |
* | PR12012: Fix a regression in r150419 where we would try (and fail) to | Richard Smith | 2012-02-17 | 1 | -0/+14 |
* | Deal with a horrible C++11 special case. If a non-literal type has a constexpr | Richard Smith | 2012-02-13 | 1 | -0/+84 |
* | constexpr: Implement the [dcl.constexpr]p5 check for whether a constexpr | Richard Smith | 2012-01-27 | 1 | -2/+2 |
* | fix to go along with an llvm change: VMCore now returns an UndefValue | Chris Lattner | 2012-01-26 | 1 | -1/+1 |
* | constexpr irgen: Add irgen support for APValue::Struct, APValue::Union, | Richard Smith | 2012-01-14 | 1 | -0/+188 |
* | Address Richard's review comments on r147561 (Evaluate support for address-of... | Eli Friedman | 2012-01-05 | 1 | -0/+9 |