aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGExprConstant.cpp
AgeCommit message (Expand)Author
2011-12-07Make sure we correctly zero-initialize unions containing a pointer to data me...Eli Friedman
2011-11-22Use static storage duration for file-scope compound literals, even when theyRichard Smith
2011-11-17Constant expression evaluation: add support for evaluation of member pointersRichard Smith
2011-11-12Represent an APValue based on a Decl as that Decl, rather than a DeclRefExprRichard Smith
2011-11-10Constant expression evaluation: support for evaluation of structs and unions ofRichard Smith
2011-11-07Constant expression evaluation: support for arrays.Richard Smith
2011-11-07Rip out CK_GetObjCProperty.John McCall
2011-11-01Fix the representation of wide strings in the AST and IR so that it uses the ...Eli Friedman
2011-10-29Rename Expr::Evaluate to Expr::EvaluateAsRValue to make it clear that it willRichard Smith
2011-10-24Don't try to emit CK_LValueBitCast casts as constants. PR9558.Eli Friedman
2011-10-14Provide half floating point support as a storage only type.Anton Korobeynikov
2011-10-14PR11124: Don't overwrite memory outside of a base class when performing zero-...Eli Friedman
2011-10-10Constant expression evaluation refactoring:Richard Smith
2011-09-23Removing a bunch of dead returns/breaks after llvm_unreachables.David Blaikie
2011-09-23Switch assert(0/false) llvm_unreachable.David Blaikie
2011-09-19Add list initialization for complex numbers in C. Essentially, this allows "...Eli Friedman
2011-09-10Rename the ARC cast kinds to start with "ARC".John McCall
2011-09-10When converting a block pointer to an Objective-C pointer type, extendJohn McCall
2011-09-09Give conversions of block pointers to ObjC pointers a different cast kindJohn McCall
2011-09-02Extend the ASTContext constructor to delay the initialization ofDouglas Gregor
2011-08-30Declare and define implicit move constructor and assignment operator.Sebastian Redl
2011-08-23Cleanup to use helper.Eli Friedman
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2011-07-21Convert ConstantExpr::getGetElementPtr andJay Foad
2011-07-18de-constify llvm::Type, patch by David Blaikie!Chris Lattner
2011-07-15Create a new expression node, SubstNonTypeTemplateParmExpr,John McCall
2011-07-11De-constify Types in StructType::get() and TargetData::getIntPtrType().Jay Foad
2011-07-07In ARC, reclaim all return values of retainable type, not just thoseJohn McCall
2011-06-21Introduce a new AST node describing reference binding to temporaries.Douglas Gregor
2011-06-20Update to match mainline ConstantStruct::get API change. Also, use Chris Lattner
2011-06-15Automatic Reference Counting.John McCall
2011-05-20Introduce Type::isSignedIntegerOrEnumerationType() andDouglas Gregor
2011-05-03Finish off rules for z-length bitfields in ms_structFariborz Jahanian
2011-05-02More rule enforcement of zero bitfields for ms_struct.Fariborz Jahanian
2011-04-28ms_struct patch for initialization and field access irgen.Fariborz Jahanian
2011-04-21ForArgyrios Kyrtzidis
2011-04-15C1X: implement generic selectionsPeter Collingbourne
2011-04-12After some discussion with Doug, we decided that it made a lot more senseJohn McCall
2011-04-11More __unknown_anytype work.John McCall
2011-04-11Remove CK_DynamicToNull.Anders Carlsson
2011-04-10As a first step towards fixing PR9641, add a CK_DynamicToNull cast kind whichAnders Carlsson
2011-04-07Basic, untested implementation for an "unknown any" type requested by LLDB.John McCall
2011-03-27supported: AltiVec vector initialization with a single literal according to P...Anton Yartsev
2011-03-22Eliminate some literal '8's in FillInNullDataMemberPointers() by switchingKen Dyck
2011-03-19Use CharUnits's new increment operator. No change in functionality intended.Ken Dyck
2011-03-19Replace literal '8's with CharWidth in AppendBitField. No change inKen Dyck
2011-03-18Add support for language-specific address spaces. On top of that,Peter Collingbourne
2011-03-18Convert alignment values to CharUnits. No change in functionality intended.Ken Dyck
2011-03-18Convert getSizeInBytes() to getSizeInChars(), which returns its result inKen Dyck
2011-03-18Convert variables to CharUnits in ConvertStructToPacked(). No change inKen Dyck