aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGExprConstant.cpp
AgeCommit message (Expand)Author
2009-08-01Fix a minor issue with unions in the new struct building code.Eli Friedman
2009-07-31Remove the old struct builder code.Anders Carlsson
2009-07-31Move code from EmitUnion directly into the function that handles cast-to-union.Anders Carlsson
2009-07-31Use the struct builder for unions.Anders Carlsson
2009-07-31Update for LLVM API change.Owen Anderson
2009-07-29Update for LLVM API change.Owen Anderson
2009-07-29Change uses of:Ted Kremenek
2009-07-29Update for LLVM API change.Owen Anderson
2009-07-28Update for LLVM API change.Owen Anderson
2009-07-28Update for LLVM API change.Owen Anderson
2009-07-27Update for LLVM API change.Owen Anderson
2009-07-27Update for LLVM API change.Owen Anderson
2009-07-27Enable the new constant struct builder by default. The old code is still in p...Anders Carlsson
2009-07-27More work on the constant struct builder, fix a couple of thinkos and add sup...Anders Carlsson
2009-07-27More work on bitfield support in the new constant struct builder.Anders Carlsson
2009-07-25More work on the constant struct builder. We can now convert the struct to a ...Anders Carlsson
2009-07-25More work on the constant struct builder. We now try to layout all constant s...Anders Carlsson
2009-07-24Update for LLVM API change.Owen Anderson
2009-07-24Fix a release build warning.Anders Carlsson
2009-07-24Check in a half finished new constant struct builder (Obviously not used yet).Anders Carlsson
2009-07-23Move the LLVM field number for bit fields into the BitFieldInfo structure, si...Anders Carlsson
2009-07-23Use arrays as union padding. Also, since the resulting struct will always con...Anders Carlsson
2009-07-17Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methodsTed Kremenek
2009-07-17Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ...Ted Kremenek
2009-07-14Update for LLVM API change, and contextify a bunch of related stuff.Owen Anderson
2009-07-14Update for API change.Owen Anderson
2009-07-13Update for LLVM API change.Owen Anderson
2009-07-08Update for LLVM API change.Owen Anderson
2009-07-08Update for LLVM API change.Owen Anderson
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