| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add a CK_ArrayToPointerDecay cast kind. | Anders Carlsson | 2009-08-07 | 1 | -0/+1 |
| * | Update for LLVM API change. | Owen Anderson | 2009-07-31 | 1 | -8/+8 |
| * | Update for LLVM API change. | Owen Anderson | 2009-07-31 | 1 | -3/+3 |
| * | Update for LLVM API changes. | Owen Anderson | 2009-07-30 | 1 | -5/+5 |
| * | Canonicalize else spacing. | Mike Stump | 2009-07-30 | 1 | -2/+1 |
| * | Update for LLVM API change. | Owen Anderson | 2009-07-29 | 1 | -14/+13 |
| * | Change uses of: | Ted Kremenek | 2009-07-29 | 1 | -5/+5 |
| * | Code refactoring to define getCXXRecordDeclForPointerType | Fariborz Jahanian | 2009-07-29 | 1 | -12/+5 |
| * | ir-gen derived-to-base conversion in implicit casts. | Fariborz Jahanian | 2009-07-28 | 1 | -1/+15 |
| * | Update for LLVM API change. | Owen Anderson | 2009-07-28 | 1 | -3/+3 |
| * | Update for LLVM API change. | Owen Anderson | 2009-07-27 | 1 | -4/+6 |
| * | Update for LLVM API change. | Owen Anderson | 2009-07-24 | 1 | -23/+23 |
| * | Make vectorized floating-point comparisons work without crashing. | Eli Friedman | 2009-07-22 | 1 | -1/+1 |
| * | Update for LLVM API change. | Owen Anderson | 2009-07-21 | 1 | -3/+3 |
| * | Revert r75641. | Anders Carlsson | 2009-07-18 | 1 | -0/+1 |
| * | Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods | Ted Kremenek | 2009-07-17 | 1 | -5/+5 |
| * | ir-gen for --/++ operators of objc object pointers | Fariborz Jahanian | 2009-07-16 | 1 | -1/+19 |
| * | Add member template 'Type::getAs<T>', which converts a Type* to a respective T*. | Ted Kremenek | 2009-07-16 | 1 | -5/+5 |
| * | Update for LLVM API change, and contextify a bunch of related stuff. | Owen Anderson | 2009-07-14 | 1 | -56/+63 |
| * | Introduce Type::isAnyPointerType() and convert all clients (suggested by Chris). | Steve Naroff | 2009-07-14 | 1 | -1/+1 |
| * | Rename RecordLayout.h to ASTRecordLayout.h | Anders Carlsson | 2009-07-14 | 1 | -1/+0 |
| * | Update for LLVM API change. | Owen Anderson | 2009-07-13 | 1 | -8/+8 |
| * | This patch includes a conceptually simple, but very intrusive/pervasive change. | Steve Naroff | 2009-07-10 | 1 | -10/+14 |
| * | reimplement vector comparisons as [fi]cmp+sext instead of using v[if]cmp. | Chris Lattner | 2009-07-08 | 1 | -19/+10 |
| * | Update clang for the add ->add/fadd split. Likewise for sub and mul. | Chris Lattner | 2009-06-17 | 1 | -6/+18 |
| * | Use PushConditionalTempDestruction/PopConditionalTempDestruction for the tern... | Anders Carlsson | 2009-06-04 | 1 | -1/+5 |
| * | Use conditional temp destruction for || and &&. | Anders Carlsson | 2009-06-04 | 1 | -0/+6 |
| * | Add a new function for emitting new functions. | Anders Carlsson | 2009-05-31 | 1 | -0/+3 |
| * | Call EmitCXXExprWithTemporaries. | Anders Carlsson | 2009-05-31 | 1 | -2/+1 |
| * | Fixup the rest of the trivial cases of the codegen of volatile. If | Mike Stump | 2009-05-29 | 1 | -29/+78 |
| * | Functions that return references can be rvalues as well. | Anders Carlsson | 2009-05-27 | 1 | -0/+3 |
| * | Fixup codegen for __block int i; i += rhs();. Should also slightly | Mike Stump | 2009-05-22 | 1 | -4/+5 |
| * | Fixup blocks codegen for { __block i; i = rhs(); }, we want the rhs | Mike Stump | 2009-05-21 | 1 | -1/+3 |
| * | Don't always zext the result of the not unary operator to an int. | Anders Carlsson | 2009-05-19 | 1 | -2/+2 |
| * | Have AggExprEmitter::VisitCXXConstructExpr make new variables if necessary. S... | Anders Carlsson | 2009-05-19 | 1 | -0/+5 |
| * | Fix pointer addressing and array subscripting of Objective-C interface | Daniel Dunbar | 2009-04-25 | 1 | -2/+29 |
| * | Clang part of r69947. Reverting back 69574 as it is no longer needed. | Sanjiv Gupta | 2009-04-24 | 1 | -10/+4 |
| * | PR3247: Handle a couple of cases where we weren't emitting VLA sizes (and | Eli Friedman | 2009-04-20 | 1 | -1/+5 |
| * | PR3248: Make sure the evaluate the operand of a sizeof when it has a VLA type. | Eli Friedman | 2009-04-20 | 1 | -0/+4 |
| * | Support code generation of 'this' exprs | Anders Carlsson | 2009-04-14 | 1 | -0/+5 |
| * | Make sure value is initialized when built w/o asserts. | Daniel Dunbar | 2009-04-08 | 1 | -0/+1 |
| * | Pointer width on targets like PIC16 is 16-bit, while the valid index size to ... | Sanjiv Gupta | 2009-04-08 | 1 | -4/+10 |
| * | Remove -ftrapu. | Mike Stump | 2009-04-02 | 1 | -57/+28 |
| * | Fixup -ftrapv to be more gcc compatible. -ftrapu (for want of a | Mike Stump | 2009-04-02 | 1 | -3/+17 |
| * | Add -ftrapv support, patch from David Chisnall; well all except the | Mike Stump | 2009-04-01 | 1 | -2/+115 |
| * | Revert r68221, -ftrapv support, which causes several regressions in | Douglas Gregor | 2009-04-01 | 1 | -111/+0 |
| * | Add -ftrapv support, patch from David Chisnall; well all except the | Mike Stump | 2009-04-01 | 1 | -0/+111 |
| * | Trivial cleanup. | Eli Friedman | 2009-03-28 | 1 | -2/+2 |
| * | Misc small fixes/cleanups/comment changes. | Eli Friedman | 2009-03-28 | 1 | -20/+28 |
| * | Change compound assignment operators to keep track of both the promoted | Eli Friedman | 2009-03-28 | 1 | -62/+17 |