aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGExprComplex.cpp
AgeCommit message (Expand)Author
2008-08-30Add Objective-C property setter support.Daniel Dunbar
2008-08-23Add CodeGen support for CXXZeroInitValueExpr.Argyrios Kyrtzidis
2008-08-16Change WarnUnsupported to ErrorUnsupported (in name and in practice).Daniel Dunbar
2008-08-11More #include cleaningDaniel Dunbar
2008-08-08update to make IRBuilder API change.Chris Lattner
2008-07-26remove uses of QualType::getCanonicalType() from codegen for PR2189Chris Lattner
2008-06-17This patch is motivated by numerous strict-aliasing warnings when compilingTed Kremenek
2008-05-13Add support for init lists for complex variables.Eli Friedman
2008-05-04use simplified API for making fp constants.Chris Lattner
2008-04-13update to follow mainline llvm API change.Chris Lattner
2008-04-08Add support for C++ default arguments, and rework Parse-Sema Chris Lattner
2008-04-06tracking API changes arising from r49277Gabor Greif
2008-04-04Since isComplexType() no longer returns true for _Complex integers, the codeChris Lattner
2008-03-19simplify the clang codegen by using the new Builder.CreateStructGEP method.Chris Lattner
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner