aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGExpr.cpp
AgeCommit message (Expand)Author
2008-07-29Rework codegen emission of globalsDaniel Dunbar
2008-07-26remove uses of QualType::getCanonicalType() from codegen for PR2189Chris Lattner
2008-07-26change more instances of QualType::getCanonicalType to callChris Lattner
2008-06-17Change self/_cmd to be instances of ImplicitParamDecl instead of ParmVarDecl.Chris Lattner
2008-06-17This patch is motivated by numerous strict-aliasing warnings when compilingTed Kremenek
2008-06-13Basic support for volatile loads and stores. Stores the volatile Eli Friedman
2008-06-01First cut at setting attributes for functions and calls; this puts us Eli Friedman
2008-06-01Minor cleanup to use the ConvertTypeForMem helper.Eli Friedman
2008-05-29Rearrange EmitLValueForField a bit to work properly for _Bool bitfields Eli Friedman
2008-05-22Change uses of llvm::Type::isFirstClassType to use the newDan Gohman
2008-05-22Move getAccessedFieldNo out of lib/AST/Expr.cpp intoDan Gohman
2008-05-21Remove an unnecessary/buggy if check. Ran into this with some other Eli Friedman
2008-05-19Fix the emission of expressions like char a[10] = "asdf"; previously, Eli Friedman
2008-05-17Fix support for _Bool bitfields. The issue is that the bitfield width Eli Friedman
2008-05-13Add codegen support for block-level compound literals.Eli Friedman
2008-05-13Remove AST dependency on VMCore by switching ExtVectorElementExpr off Constant.Nate Begeman
2008-05-09Extend vector member references to include {.hi, .lo, .e, .o} which return aNate Begeman
2008-04-18OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris.Nate Begeman
2008-04-15Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVar...Steve Naroff
2008-04-04Since isComplexType() no longer returns true for _Complex integers, the codeChris Lattner
2008-04-04Codegen assignment to self correctly, patch by David Chisnall!Chris Lattner
2008-03-30some cleanups on top of David's patch. There are still twoChris Lattner
2008-03-30Add initial support for objc codegen for methods, ivars, and theChris 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