aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGExprConstant.cpp
AgeCommit message (Expand)Author
2009-06-30De-ASTContext-ify DeclContext.Argyrios Kyrtzidis
2009-06-14PR4390: Make sure to handle anonymous unions correctly while building Eli Friedman
2009-06-14Sink the BuiltinInfo object from ASTContext into theChris Lattner
2009-05-27Fix up constant expression handling to deal with the address Eli Friedman
2009-05-16Reflow some comments.Mike Stump
2009-05-12push GlobalDecl through enough of the CodeGenModule interfacesChris Lattner
2009-05-09Correct for renaming PaddedSize -> AllocSize inDuncan Sands
2009-05-07Fix crash with constant initialization of bit-fields in unions.Eli Friedman
2009-04-30Fix for PR4108: be a bit looser with the casts that we accept in Eli Friedman
2009-04-13Minor work related to removing the assumption that value initialization Eli Friedman
2009-04-11Add support for generating reference initialization code.Anders Carlsson
2009-04-10Rename variables to avoid conflict.Anders Carlsson
2009-04-09Propagate the ASTContext to various AST traversal and lookup functions.Douglas Gregor
2009-04-08Add a destination type argument to EmitConstantExpr. This will be used for wh...Anders Carlsson
2009-04-01More "prep" work for handling UTF16 CFString.Steve Naroff
2009-03-31Some "prep" work for handling ObjC @-string constants that contain UTF-8. No ...Steve Naroff
2009-03-03Return 0 if the ConstExprEmitter can't handle an expression.Anders Carlsson
2009-03-01Do some blocks cleanup and simplification. Fix a crash, and add a test case.Anders Carlsson
2009-02-25CodeGen support for copied BlockDeclRefExprs.Mike Stump
2009-02-24first wave of fixes for @encode sema support. This is part of PR3648.Chris Lattner
2009-02-24Fix IRgen of constant expressions referring to external/staticDaniel Dunbar
2009-02-22Eliminate a bunch of code which should be dead.Eli Friedman
2009-02-19Add enough checking to ensure that non-constant block literals don'tMike Stump
2009-02-19Remove IRgen constant emission assumption that LValue APValue resultsDaniel Dunbar
2009-02-19More codegen for blocks. The type of block literals should be better.Mike Stump
2009-02-17Change EmitConstantExpr to allow failure.Daniel Dunbar
2009-02-14Generate the helper function for blocks. Now basic codegen isMike Stump
2009-02-14Add hook to add attributes to function declarations that we knowDouglas Gregor
2009-02-12Add a very basic implemenation of global blocks. This needs to be cleaned up.Anders Carlsson
2009-02-11Silence a warning about an unused variable in -Asserts buildsDouglas Gregor
2009-02-01Fix for PR3447: use padded sizes for computations on struct/union Eli Friedman
2009-01-30Implement constant generation of ImplicitValueInitExprs.Anders Carlsson
2009-01-29Introduce a new expression node, ImplicitValueInitExpr, thatDouglas Gregor
2009-01-29Clean up designated initialization of unions, so that CodeGen doesn'tDouglas Gregor
2009-01-28Improvements to code-generation and semantic analysis of designatedDouglas Gregor
2009-01-28Implement basic _Complex integer constant folding.Daniel Dunbar
2009-01-28Code generation support for C99 designated initializers.Douglas Gregor
2009-01-25Get rid of some code that should be unnecessary.Eli Friedman
2009-01-25Make the constant folder aware of Eli Friedman
2009-01-25Fix the address of a label to be properly considered and emitted as aEli Friedman
2009-01-24remove dead code.Chris Lattner
2009-01-18Add support for vectors to APValue. Vector constant evaluator and tests coming.Nate Begeman
2009-01-17add support for usage of cast to union thing with static varsNuno Lopes
2009-01-12(LLVM up) Match TargetData API change in LLVM TOT.Daniel Dunbar
2009-01-06Add QualifiedDeclRefExpr, which retains additional source-locationDouglas Gregor
2008-12-20Add support for member references (E1.E2, E1->E2) with C++ semantics,Douglas Gregor
2008-12-12add codegen support for __func__ and friends, producing the sameChris Lattner
2008-12-11Unifies the name-lookup mechanisms used in various parts of the ASTDouglas Gregor
2008-12-01Change more code over to using the new Expr::EvaluateAnders Carlsson
2008-11-25Remove the #ifdeffed out code.Anders Carlsson