aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGExprConstant.cpp
AgeCommit message (Expand)Author
2008-08-25Handle emitting __builtin_huge_valf as a constant expr.Anders Carlsson
2008-08-23Add CodeGen support for CXXZeroInitValueExpr.Argyrios Kyrtzidis
2008-08-18Add ExplicitCastExpr to replace the current CastExpr, and have ImplicitCastEx...Argyrios Kyrtzidis
2008-08-16Add CodeGen support for AddrLabelExpr in initializers.Daniel Dunbar
2008-08-16Change WarnUnsupported to ErrorUnsupported (in name and in practice).Daniel Dunbar
2008-08-13Add GetAddrOfConstantCString methodDaniel Dunbar
2008-08-13Change ObjCRuntime GenerateProtocol[Ref] methods to takeDaniel Dunbar
2008-08-12Add ObjC constant string support for NeXT.Daniel Dunbar
2008-08-11Change CodeGenModule to only create ObjC runtime for ObjC filesDaniel Dunbar
2008-08-11More #include cleaningDaniel Dunbar
2008-08-10Back out r54608 (inline string literals were getting an extra '\0')Daniel Dunbar
2008-08-10Fix crash during initialization of a bitfield which followed a zeroDaniel Dunbar
2008-08-04Finally fix PR2189. This makes a fairly invasive but important change toChris Lattner
2008-07-29Rework codegen emission of globalsDaniel Dunbar
2008-07-26Fix a bug in my previous patch, CGF is not valid for constants outside a func...Chris Lattner
2008-07-26remove uses of QualType::getCanonicalType() from codegen for PR2189Chris Lattner
2008-07-17Fix for codegen crash on multibit bool bitfield initializationDaniel Dunbar
2008-06-21"this patch adds code generation hooks for Objective-C constant strings. It ...Chris Lattner
2008-06-07Fix crash with conversion to an address-space-qualified pointer. Bug Eli Friedman
2008-06-06Reorganize this loop a bit so it doesn't crash for empty unions. Fixes Eli Friedman
2008-06-06implement constant expr. sub ptr ptrNuno Lopes
2008-06-01Make sure _Bool globals have the correct type.Eli Friedman
2008-05-30Fix and enable generating general union initializers. Essentially, what Eli Friedman
2008-05-30Fix constant vector init for initializer lists with an incomplete list Eli Friedman
2008-05-30Some additions to constant initializer generation code. Adds Eli Friedman
2008-05-29More complete/correct implementation of the comparison operators for Eli Friedman
2008-05-29Add codegen support for a few more kinds of initializer constant Eli Friedman
2008-05-20Restructure constant structure init codegen so that it's possible to Eli Friedman
2008-05-20Remove code that shouldn't have any effect anymore.Eli Friedman
2008-04-20use simplified ConstantFP:get method.Chris Lattner
2008-04-15Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVar...Steve Naroff
2008-04-08Add support for C++ default arguments, and rework Parse-Sema Chris Lattner
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner