Age | Commit message (Expand) | Author | Files | Lines |
2013-01-20 | Implement OpenCL event_t as Clang builtin type, including event_t related Ope... | Guy Benyei | 1 | -0/+1 |
2013-01-02 | Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to | Chandler Carruth | 1 | -2/+2 |
2012-12-04 | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 1 | -1/+1 |
2012-11-01 | Simplify: replace getContext().getLangOpts() with just getLangOpts(). | Richard Smith | 1 | -2/+2 |
2012-08-31 | Change the representation of builtin functions in the AST | Eli Friedman | 1 | -0/+1 |
2012-03-11 | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 1 | -2/+2 |
2012-03-10 | Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to | John McCall | 1 | -11/+4 |
2012-03-10 | Unify the BlockDeclRefExpr and DeclRefExpr paths so that | John McCall | 1 | -2/+18 |
2012-02-27 | Add missing code for compound literals of complex type. <rdar://problem/1093... | Eli Friedman | 1 | -0/+4 |
2012-02-22 | Generate an AST for the conversion from a lambda closure type to a | Douglas Gregor | 1 | -0/+1 |
2012-02-15 | Split reinterpret_casts of member pointers out from CK_BitCast; this | John McCall | 1 | -0/+1 |
2012-01-20 | More dead code removal (using -Wunreachable-code) | David Blaikie | 1 | -1/+0 |
2012-01-16 | Some improvements to the handling of C11 atomic types: | David Chisnall | 1 | -0/+4 |
2012-01-06 | Revert r147664; it's breaking clang regression tests. | Eli Friedman | 1 | -1/+1 |
2012-01-06 | Silence GCC warnings. | Jakub Staszak | 1 | -1/+1 |
2011-11-10 | Enter the cleanups for a block outside the enclosing | John McCall | 1 | -1/+3 |
2011-11-07 | Rip out CK_GetObjCProperty. | John McCall | 1 | -1/+0 |
2011-11-07 | Rip the ObjCPropertyRef l-value kind out of IR-generation. | John McCall | 1 | -28/+5 |
2011-11-06 | Change the AST representation of operations on Objective-C | John McCall | 1 | -0/+4 |
2011-10-25 | Restore r142914 and r142915, now with missing file and apparent | John McCall | 1 | -1/+1 |
2011-10-25 | Revert r142914 and r142915, due to possibly missing file. | NAKAMURA Takumi | 1 | -1/+1 |
2011-10-25 | Introduce a placeholder type for "pseudo object" | John McCall | 1 | -1/+1 |
2011-10-11 | Initial implementation of __atomic_* (everything except __atomic_is_lock_free). | Eli Friedman | 1 | -0/+4 |
2011-09-27 | de-tmpify clang. | Benjamin Kramer | 1 | -24/+24 |
2011-09-23 | Removing a bunch of dead returns/breaks after llvm_unreachables. | David Blaikie | 1 | -1/+0 |
2011-09-23 | Switch assert(0/false) llvm_unreachable. | David Blaikie | 1 | -1/+1 |
2011-09-19 | Add list initialization for complex numbers in C. Essentially, this allows "... | Eli Friedman | 1 | -1/+8 |
2011-09-10 | Rename the ARC cast kinds to start with "ARC". | John McCall | 1 | -4/+4 |
2011-09-10 | When converting a block pointer to an Objective-C pointer type, extend | John McCall | 1 | -0/+1 |
2011-09-09 | Give conversions of block pointers to ObjC pointers a different cast kind | John McCall | 1 | -1/+2 |
2011-09-02 | blocks: Support capturing complex variable in block. | Fariborz Jahanian | 1 | -0/+1 |
2011-09-02 | revert patch in r139020 | Fariborz Jahanian | 1 | -1/+5 |
2011-09-02 | blocks: Support capturing complex variable in block. | Fariborz Jahanian | 1 | -5/+1 |
2011-07-18 | de-constify llvm::Type, patch by David Blaikie! | Chris Lattner | 1 | -3/+3 |
2011-07-15 | Create a new expression node, SubstNonTypeTemplateParmExpr, | John McCall | 1 | -0/+4 |
2011-07-07 | In ARC, reclaim all return values of retainable type, not just those | John McCall | 1 | -0/+1 |
2011-06-25 | Cleanup cast IRGen a bit; no intended functionality change. | Eli Friedman | 1 | -26/+62 |
2011-04-15 | C1X: implement generic selections | Peter Collingbourne | 1 | -0/+3 |
2011-03-30 | Remove PHINode::reserveOperandSpace(). Instead, add a parameter to | Jay Foad | 1 | -4/+2 |
2011-02-17 | Remove the "conditional save" hashtables from IR generation. | John McCall | 1 | -6/+1 |
2011-02-17 | Change the representation of GNU ?: expressions to use a different expression | John McCall | 1 | -20/+11 |
2011-02-16 | Save a copy expression for non-trivial copy constructions of catch variables. | John McCall | 1 | -0/+8 |
2011-01-26 | Better framework for conditional cleanups; untested as yet. | John McCall | 1 | -7/+9 |
2011-01-18 | Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and | Jeffrey Yasskin | 1 | -1/+1 |
2011-01-13 | Ensure an insertion point at the end of a statement-expression. | John McCall | 1 | -4/+4 |
2010-12-06 | Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical | John McCall | 1 | -2/+2 |
2010-12-06 | __block variables require us to evaluate the RHS of an assignment before | John McCall | 1 | -1/+1 |
2010-12-05 | Fix a bug in the emission of __real/__imag l-values on scalar operands. | John McCall | 1 | -7/+8 |
2010-12-04 | Remove some defensive calls to EmitLoadOfPropertyRefLValue that shouldn't | John McCall | 1 | -16/+19 |
2010-12-04 | Although we currently have explicit lvalue-to-rvalue conversions, they're | John McCall | 1 | -1/+16 |