| Commit message (Expand) | Author | Age | Files | Lines |
* | OpenCL: Fix vector conditional operator CodeGen for the case where | Peter Collingbourne | 2012-05-29 | 1 | -1/+1 |
* | Remove the ref/value inconsistency in filter_decl_iterator. | David Blaikie | 2012-04-30 | 1 | -2/+2 |
* | Use enum to set debug info size generated by Clang | Alexey Samsonov | 2012-04-27 | 1 | -3/+4 |
* | Implements boxed expressions for Objective-C. <rdar://problem/10194391> | Patrick Beard | 2012-04-19 | 1 | -2/+2 |
* | Express the number of ULPs in fpaccuracy metadata as a real rather than a | Duncan Sands | 2012-04-10 | 1 | -1/+1 |
* | Make the variant of __builtin_shufflevector that takes the shuffle indexes as... | Eli Friedman | 2012-04-05 | 1 | -3/+3 |
* | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 1 | -16/+16 |
* | Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to | John McCall | 2012-03-10 | 1 | -11/+4 |
* | Unify the BlockDeclRefExpr and DeclRefExpr paths so that | John McCall | 2012-03-10 | 1 | -46/+15 |
* | [AST] Reduce Decl::getASTContext() calls. | Daniel Dunbar | 2012-03-09 | 1 | -1/+1 |
* | Don't even try to directly emit the value of a DeclRefExpr if that declaration | Richard Smith | 2012-03-07 | 1 | -2/+11 |
* | Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, | Ted Kremenek | 2012-03-06 | 1 | -0/+12 |
* | Reinstate r151879, r151880, reverted in r151922, along with a bugfix for | Richard Smith | 2012-03-02 | 1 | -9/+15 |
* | Revert r151879, r151880, "PR12145: Avoid emitting loads of constexpr variable... | Daniel Dunbar | 2012-03-02 | 1 | -15/+9 |
* | PR12145: Avoid emitting loads of constexpr variables in contexts where there | Richard Smith | 2012-03-02 | 1 | -9/+15 |
* | Implement IRGen for the retain-autorelease in the lambda conversion-to-block-... | Eli Friedman | 2012-02-28 | 1 | -2/+1 |
* | Generate an AST for the conversion from a lambda closure type to a | Douglas Gregor | 2012-02-22 | 1 | -0/+4 |
* | Fix wrong-code bug: __imag on a scalar lvalue should produce a zero rvalue, | Richard Smith | 2012-02-18 | 1 | -1/+4 |
* | Split reinterpret_casts of member pointers out from CK_BitCast; this | John McCall | 2012-02-15 | 1 | -0/+1 |
* | Use a simpler (and more efficient) pattern to pad vectors. | Benjamin Kramer | 2012-02-14 | 1 | -11/+6 |
* | simplify a bunch of code to use the well-known LLVM IR types computed by Code... | Chris Lattner | 2012-02-07 | 1 | -5/+4 |
* | Fix vector splat casts to cast element to the appropriate vector element befo... | Craig Topper | 2012-02-06 | 1 | -0/+2 |
* | reapply r148902: | Chris Lattner | 2012-01-25 | 1 | -20/+6 |
* | Revert 148902 which was part of 148901 which was reverted in r148906. | Argyrios Kyrtzidis | 2012-01-25 | 1 | -6/+18 |
* | use the new ConstantVector::getSplat method where it makes sense. | Chris Lattner | 2012-01-25 | 1 | -18/+6 |
* | More dead code removal (using -Wunreachable-code) | David Blaikie | 2012-01-20 | 1 | -13/+0 |
* | Add support for OpenCL 1.1 logical operations. | Tanya Lattner | 2012-01-16 | 1 | -0/+33 |
* | Some improvements to the handling of C11 atomic types: | David Chisnall | 2012-01-16 | 1 | -0/+52 |
* | Revert r147664; it's breaking clang regression tests. | Eli Friedman | 2012-01-06 | 1 | -1/+1 |
* | Silence GCC warnings. | Jakub Staszak | 2012-01-06 | 1 | -1/+1 |
* | Small refactoring and simplification of constant evaluation and some of its | Richard Smith | 2011-12-28 | 1 | -9/+7 |
* | Switch a few callers of MakeAddrLValue places over to MakeNaturalAlignAddrLVa... | Eli Friedman | 2011-12-19 | 1 | -4/+4 |
* | Fix an edge case in IRGen for conditionals. PR11509. | Eli Friedman | 2011-12-08 | 1 | -0/+5 |
* | Enter the cleanups for a block outside the enclosing | John McCall | 2011-11-10 | 1 | -1/+3 |
* | Rip out CK_GetObjCProperty. | John McCall | 2011-11-07 | 1 | -1/+0 |
* | Rip the ObjCPropertyRef l-value kind out of IR-generation. | John McCall | 2011-11-07 | 1 | -21/+1 |
* | Change the AST representation of operations on Objective-C | John McCall | 2011-11-06 | 1 | -0/+4 |
* | Rename Expr::Evaluate to Expr::EvaluateAsRValue to make it clear that it will | Richard Smith | 2011-10-29 | 1 | -4/+4 |
* | Annotate imprecise FP division with fpaccuracy metadata | Peter Collingbourne | 2011-10-27 | 1 | -2/+12 |
* | Restore r142914 and r142915, now with missing file and apparent | John McCall | 2011-10-25 | 1 | -2/+2 |
* | Revert r142914 and r142915, due to possibly missing file. | NAKAMURA Takumi | 2011-10-25 | 1 | -2/+2 |
* | Introduce a placeholder type for "pseudo object" | John McCall | 2011-10-25 | 1 | -2/+2 |
* | Handle an edge case involving the conditional operator and throw expressions.... | Eli Friedman | 2011-10-15 | 1 | -5/+12 |
* | Provide half floating point support as a storage only type. | Anton Korobeynikov | 2011-10-14 | 1 | -22/+57 |
* | Initial implementation of __atomic_* (everything except __atomic_is_lock_free). | Eli Friedman | 2011-10-11 | 1 | -0/+5 |
* | Mark calls to objc_retainBlock that don't result from casts | John McCall | 2011-10-04 | 1 | -4/+2 |
* | de-tmpify clang. | Benjamin Kramer | 2011-09-27 | 1 | -2/+2 |
* | Treat list-initialization of scalars as a first-class citizen in C++11. | Sebastian Redl | 2011-09-24 | 1 | -2/+7 |
* | Removing a bunch of dead returns/breaks after llvm_unreachables. | David Blaikie | 2011-09-23 | 1 | -4/+0 |
* | Switch assert(0/false) llvm_unreachable. | David Blaikie | 2011-09-23 | 1 | -6/+6 |