| Age | Commit message (Expand) | Author |
| 2013-08-22 | Revert "Implement a rudimentary form of generic lambdas." | Manuel Klimek |
| 2013-08-22 | Implement a rudimentary form of generic lambdas. | Faisal Vali |
| 2013-08-19 | PR16933: Don't try to codegen things after we've seen errors. | David Blaikie |
| 2013-07-25 | Debug Info: Fine-tune the simple return expression location handling to | Adrian Prantl |
| 2013-07-13 | Correctly classify pack expansions as NON_CANONICAL_UNLESS_DEPENDENT | David Blaikie |
| 2013-06-30 | Restore r184205 and associated commits (after commit of r185290) | Stephen Lin |
| 2013-06-24 | [AST] Introduce a new DecayedType sugar node | Reid Kleckner |
| 2013-06-19 | Revert r184205 and associated patches while investigating issue with broken b... | Stephen Lin |
| 2013-06-18 | CodeGen: Have 'this'-returning constructors and destructors to take advantage... | Stephen Lin |
| 2013-06-12 | Reapply r183721, reverted in r183776, with a fix for a bug in the former (we | Richard Smith |
| 2013-05-30 | fix formatting. | Adrian Prantl |
| 2013-05-16 | Clarify comment. | Adrian Prantl |
| 2013-05-16 | Cleanup: Use a member variable to store the SourceLocation for EH code. | Adrian Prantl |
| 2013-05-09 | CodeGen for CapturedStmts | Ben Langmuir |
| 2013-05-07 | Don't crash in IRGen if a conditional with 'throw' in one of its branches is | Richard Smith |
| 2013-05-03 | Reapply r180982 with repaired logic and an additional testcase. | Adrian Prantl |
| 2013-05-03 | Correctly emit certain implicit references to 'self' even within | John McCall |
| 2013-05-03 | Revert "Attempt to un-break the gdb buildbot." | Adrian Prantl |
| 2013-05-03 | Attempt to un-break the gdb buildbot. | Adrian Prantl |
| 2013-05-02 | Ensure that the line table for functions with cleanups is sequential. | Adrian Prantl |
| 2013-04-30 | Don't treat a non-deduced 'auto' type as being type-dependent. Instead, there | Richard Smith |
| 2013-04-20 | C++1y: Allow aggregates to have default initializers. | Richard Smith |
| 2013-04-16 | Standardize accesses to the TargetInfo in IR-gen. | John McCall |
| 2013-03-26 | Fix uninitialized read of CalleeWithThisReturn. | Manman Ren |
| 2013-03-24 | Simplify code. No functionality change. | Benjamin Kramer |
| 2013-03-24 | Generate metadata to implement the -cl-kernel-arg-info option. | Guy Benyei |
| 2013-03-23 | Make clang to mark static stack allocations with lifetime markers to enable a... | Nadav Rotem |
| 2013-03-20 | Exploit this-return of a callsite in a this-return function. | Manman Ren |
| 2013-03-16 | revert r177211 due to its potential issues | Manman Ren |
| 2013-03-16 | Exploit this-return of a callsite in a this-return function. | Manman Ren |
| 2013-03-08 | ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType. | Jordan Rose |
| 2013-03-08 | Add support for the OpenCL attribute 'vec_type_hint'. | Joey Gouly |
| 2013-03-07 | Change hasAggregateLLVMType, which conflates complex and | John McCall |
| 2013-02-28 | Use the actual ABI-determined C calling convention for runtime | John McCall |
| 2013-02-23 | Prefer 'and' over '&' in comments. | David Blaikie |
| 2013-02-17 | Re-apply r174919 - smarter copy/move assignment/construction, with fixes for | Lang Hames |
| 2013-02-13 | Emit virtual/deleting destructors properly with -cxx-abi microsoft, PR15058 | Timur Iskhodzhanov |
| 2013-02-12 | Backing out r174919 while I investigate a self-host bug on Takumi's builder. | Lang Hames |
| 2013-02-11 | When generating IR for default copy-constructors, copy-assignment operators, | Lang Hames |
| 2013-02-02 | Revert r174246, accidentally committed. | David Blaikie |
| 2013-02-02 | Sentenc-ify comment added in r174206. | David Blaikie |
| 2013-02-02 | Basics | David Blaikie |
| 2013-02-01 | Fix exception handling line table problems introduced by r173593 | David Blaikie |
| 2013-01-26 | PR14566: Debug Info: avoid top level lexical blocks in functions | David Blaikie |
| 2013-01-18 | [ubsan] Add support for -fsanitize-blacklist | Will Dietz |
| 2013-01-12 | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko |
| 2013-01-02 | Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to | Chandler Carruth |
| 2012-12-20 | Rename llvm::Attributes to llvm::Attribute. | Bill Wendling |
| 2012-12-20 | Revert r170500. It over-zealously converted *ALL* things named Attributes, wh... | Bill Wendling |
| 2012-12-19 | Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl... | Bill Wendling |