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