| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Don't recalculate the size of the array each time through the for-loop. | Bill Wendling | 2012-02-06 | 1 | -2/+2 |
* | simplify code and smallvectorize. | Chris Lattner | 2012-02-06 | 1 | -6/+7 |
* | reapply the patches reverted in r149477, which enable ConstantDataArray. | Chris Lattner | 2012-02-05 | 1 | -1/+1 |
* | Revert r149363 which was part a series of commits that were reverted in llvm | Argyrios Kyrtzidis | 2012-02-01 | 1 | -1/+1 |
* | ConstantArray::get() (for strings) is going away, use | Chris Lattner | 2012-01-31 | 1 | -1/+1 |
* | Remove constant member pointer support from Expr-based constant emission now | Richard Smith | 2012-01-17 | 1 | -24/+13 |
* | Some improvements to the handling of C11 atomic types: | David Chisnall | 2012-01-16 | 1 | -0/+2 |
* | constexpr irgen: Add irgen support for APValue::Struct, APValue::Union, | Richard Smith | 2012-01-14 | 1 | -206/+321 |
* | Implement the missing pieces of Evaluate for _Complex types. With that compl... | Eli Friedman | 2012-01-10 | 1 | -30/+1 |
* | Address Richard's review comments on r147561 (Evaluate support for address-of... | Eli Friedman | 2012-01-05 | 1 | -1/+1 |
* | Add an APValue representation for the difference between two address-of-label... | Eli Friedman | 2012-01-04 | 1 | -68/+26 |
* | constexpr: support for evaluation and codegen of typeid constants. | Richard Smith | 2011-12-27 | 1 | -0/+9 |
* | Fix a failure (which led to a crash) in constant emission code with vector co... | Eli Friedman | 2011-12-22 | 1 | -1/+2 |
* | Make sure we correctly zero-initialize unions containing a pointer to data me... | Eli Friedman | 2011-12-07 | 1 | -7/+11 |
* | Use static storage duration for file-scope compound literals, even when they | Richard Smith | 2011-11-22 | 1 | -0/+6 |
* | Constant expression evaluation: add support for evaluation of member pointers | Richard Smith | 2011-11-17 | 1 | -0/+1 |
* | Represent an APValue based on a Decl as that Decl, rather than a DeclRefExpr | Richard Smith | 2011-11-12 | 1 | -22/+23 |
* | Constant expression evaluation: support for evaluation of structs and unions of | Richard Smith | 2011-11-10 | 1 | -2/+3 |
* | Constant expression evaluation: support for arrays. | Richard Smith | 2011-11-07 | 1 | -0/+3 |
* | Rip out CK_GetObjCProperty. | John McCall | 2011-11-07 | 1 | -1/+0 |
* | Fix the representation of wide strings in the AST and IR so that it uses the ... | Eli Friedman | 2011-11-01 | 1 | -7/+1 |
* | Rename Expr::Evaluate to Expr::EvaluateAsRValue to make it clear that it will | Richard Smith | 2011-10-29 | 1 | -1/+1 |
* | Don't try to emit CK_LValueBitCast casts as constants. PR9558. | Eli Friedman | 2011-10-24 | 1 | -1/+1 |
* | Provide half floating point support as a storage only type. | Anton Korobeynikov | 2011-10-14 | 1 | -2/+7 |
* | PR11124: Don't overwrite memory outside of a base class when performing zero-... | Eli Friedman | 2011-10-14 | 1 | -0/+5 |
* | Constant expression evaluation refactoring: | Richard Smith | 2011-10-10 | 1 | -2/+1 |
* | Removing a bunch of dead returns/breaks after llvm_unreachables. | David Blaikie | 2011-09-23 | 1 | -4/+0 |
* | Switch assert(0/false) llvm_unreachable. | David Blaikie | 2011-09-23 | 1 | -2/+2 |
* | Add list initialization for complex numbers in C. Essentially, this allows "... | Eli Friedman | 2011-09-19 | 1 | -0/+16 |
* | Rename the ARC cast kinds to start with "ARC". | John McCall | 2011-09-10 | 1 | -4/+4 |
* | When converting a block pointer to an Objective-C pointer type, extend | John McCall | 2011-09-10 | 1 | -0/+1 |
* | Give conversions of block pointers to ObjC pointers a different cast kind | John McCall | 2011-09-09 | 1 | -1/+2 |
* | Extend the ASTContext constructor to delay the initialization of | Douglas Gregor | 2011-09-02 | 1 | -1/+1 |
* | Declare and define implicit move constructor and assignment operator. | Sebastian Redl | 2011-08-30 | 1 | -2/+2 |
* | Cleanup to use helper. | Eli Friedman | 2011-08-23 | 1 | -1/+1 |
* | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -1/+1 |
* | Convert ConstantExpr::getGetElementPtr and | Jay Foad | 2011-07-21 | 1 | -1/+1 |
* | de-constify llvm::Type, patch by David Blaikie! | Chris Lattner | 2011-07-18 | 1 | -24/+24 |
* | Create a new expression node, SubstNonTypeTemplateParmExpr, | John McCall | 2011-07-15 | 1 | -0/+5 |
* | De-constify Types in StructType::get() and TargetData::getIntPtrType(). | Jay Foad | 2011-07-11 | 1 | -3/+3 |
* | In ARC, reclaim all return values of retainable type, not just those | John McCall | 2011-07-07 | 1 | -0/+1 |
* | Introduce a new AST node describing reference binding to temporaries. | Douglas Gregor | 2011-06-21 | 1 | -0/+4 |
* | Update to match mainline ConstantStruct::get API change. Also, use | Chris Lattner | 2011-06-20 | 1 | -4/+20 |
* | Automatic Reference Counting. | John McCall | 2011-06-15 | 1 | -0/+2 |
* | Introduce Type::isSignedIntegerOrEnumerationType() and | Douglas Gregor | 2011-05-20 | 1 | -4/+4 |
* | Finish off rules for z-length bitfields in ms_struct | Fariborz Jahanian | 2011-05-03 | 1 | -2/+1 |
* | More rule enforcement of zero bitfields for ms_struct. | Fariborz Jahanian | 2011-05-02 | 1 | -1/+2 |
* | ms_struct patch for initialization and field access irgen. | Fariborz Jahanian | 2011-04-28 | 1 | -1/+15 |
* | For | Argyrios Kyrtzidis | 2011-04-21 | 1 | -1/+9 |
* | C1X: implement generic selections | Peter Collingbourne | 2011-04-15 | 1 | -0/+4 |