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