| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Rename the ARC cast kinds to start with "ARC". | John McCall | 2011-09-10 | 1 | -4/+4 |
* | When converting a block pointer to an Objective-C pointer type, extend | John McCall | 2011-09-10 | 1 | -1/+5 |
* | Give conversions of block pointers to ObjC pointers a different cast kind | John McCall | 2011-09-09 | 1 | -1/+2 |
* | Fix r137086 to actually work properly in general. PR10650. | Eli Friedman | 2011-08-14 | 1 | -2/+1 |
* | Hand materialization of temporary expressions when emitting a scalar | Douglas Gregor | 2011-08-09 | 1 | -0/+5 |
* | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -7/+7 |
* | as eli points out, we're not doing memory stuff here. While ConvertType | Chris Lattner | 2011-07-20 | 1 | -2/+1 |
* | fix PR10395 - array decay can produce an interesting type when | Chris Lattner | 2011-07-20 | 1 | -1/+4 |
* | de-constify llvm::Type, patch by David Blaikie! | Chris Lattner | 2011-07-18 | 1 | -28/+28 |
* | Fix the definition of AsTypeExpr. I'm still not sure this | John McCall | 2011-07-15 | 1 | -1/+1 |
* | Create a new expression node, SubstNonTypeTemplateParmExpr, | John McCall | 2011-07-15 | 1 | -0/+3 |
* | Change intrinsic getter to take an ArrayRef, now that the underlying function... | Benjamin Kramer | 2011-07-14 | 1 | -1/+1 |
* | clang side to match the LLVM IR type system rewrite patch. | Chris Lattner | 2011-07-09 | 1 | -3/+3 |
* | Layout the code for trapping arithmetic so that the overflow case comes after | Bill Wendling | 2011-07-07 | 1 | -4/+10 |
* | In ARC, reclaim all return values of retainable type, not just those | John McCall | 2011-07-07 | 1 | -0/+5 |
* | Cleanup cast IRGen a bit; no intended functionality change. | Eli Friedman | 2011-06-25 | 1 | -8/+3 |
* | LValue carries a type now, so simplify the main EmitLoad/Store APIs | John McCall | 2011-06-25 | 1 | -25/+21 |
* | Mark the multiply which occurs as part of performing pointer | John McCall | 2011-06-25 | 1 | -163/+155 |
* | Change the IR-generation of VLAs so that we capture bounds, | John McCall | 2011-06-24 | 1 | -16/+22 |
* | Automatic Reference Counting. | John McCall | 2011-06-15 | 1 | -15/+42 |
* | Add support for builtin astype: | Tanya Lattner | 2011-06-04 | 1 | -0/+51 |
* | Eliminate temporary argument vectors. | Benjamin Kramer | 2011-05-28 | 1 | -3/+1 |
* | Introduce Type::isSignedIntegerOrEnumerationType() and | Douglas Gregor | 2011-05-20 | 1 | -12/+12 |
* | Make __builtin_shufflevector and -ftrapv work correctly together. PR9945. | Eli Friedman | 2011-05-19 | 1 | -11/+5 |
* | Don't emit nsw flags for vector operations; there's basically no benefit, and... | Eli Friedman | 2011-05-06 | 1 | -7/+4 |
* | Implementation of Embarcadero array type traits | John Wiegley | 2011-04-28 | 1 | -0/+4 |
* | t/clang/expr-traits | John Wiegley | 2011-04-25 | 1 | -0/+4 |
* | some cleanups to use IRBuilder methods instead of llvm:: foo methods. | Chris Lattner | 2011-04-19 | 1 | -42/+34 |
* | fix rdar://9289603 - clang should fold trivial ?: for enums as well as intege... | Chris Lattner | 2011-04-16 | 1 | -3/+2 |
* | C1X: implement generic selections | Peter Collingbourne | 2011-04-15 | 1 | -2/+4 |
* | After some discussion with Doug, we decided that it made a lot more sense | John McCall | 2011-04-12 | 1 | -16/+0 |
* | More __unknown_anytype work. | John McCall | 2011-04-11 | 1 | -0/+13 |
* | Remove CK_DynamicToNull. | Anders Carlsson | 2011-04-11 | 1 | -2/+1 |