| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Zap unused UnaryOperator::OffsetOf. | Eli Friedman | 2010-08-13 | 1 | -7/+0 |
* | Simplify code and add comments, in code that generate debug info for constant... | Devang Patel | 2010-08-10 | 1 | -2/+4 |
* | Even if a constant's evaluated value is used, emit debug info for the constan... | Devang Patel | 2010-08-10 | 1 | -0/+1 |
* | Allow reference binding of a reference of Objective-C object type to | Douglas Gregor | 2010-08-07 | 1 | -2/+6 |
* | Store inheritance paths after CastExprs instead of inside them. | John McCall | 2010-08-07 | 1 | -3/+5 |
* | Correct -ftrapv to trap on errors, instead of calling the | Chris Lattner | 2010-08-07 | 1 | -43/+10 |
* | Initialize variable to work around warning; unfortunately, there isn't any | Eli Friedman | 2010-08-06 | 1 | -3/+3 |
* | Attempt to fix uninitialized value warning reported on cfe-commits. | Eli Friedman | 2010-08-06 | 1 | -2/+1 |
* | Argument evaluation order is not guaranteed. Split these out to force an order. | John McCall | 2010-08-05 | 1 | -6/+7 |
* | Fix a major bug with -ftrapv and ++/--. Patch by David Keaton! | John McCall | 2010-08-05 | 1 | -1/+2 |
* | Add IRGen support for non-constant OffsetOfExpr. | Eli Friedman | 2010-08-05 | 1 | -14/+90 |
* | Vectors are not integer types, so the type system should not classify | Douglas Gregor | 2010-07-23 | 1 | -6/+6 |
* | Update ImplicitCastExpr to be able to represent an XValue. | Sebastian Redl | 2010-07-20 | 1 | -2/+2 |
* | Introduce a new cast kind for an "lvalue bitcast", which handles | Douglas Gregor | 2010-07-13 | 1 | -0/+9 |
* | Reinstate the fix for PR7556. A silly use of isTrivial() was | Douglas Gregor | 2010-07-08 | 1 | -1/+1 |
* | Revert r107828 and r107827, the fix for PR7556, which seems to be | Douglas Gregor | 2010-07-07 | 1 | -1/+1 |
* | Rename CXXZeroInitValueExpr to CXXScalarValueInitExpr, to reflect its | Douglas Gregor | 2010-07-07 | 1 | -1/+1 |
* | IRgen: Assignment to Objective-C properties shouldn't reload the value (which | Daniel Dunbar | 2010-06-29 | 1 | -30/+42 |
* | Fix UnitTests/2004-02-02-NegativeZero.c, which regressed when | Chris Lattner | 2010-06-28 | 1 | -2/+6 |
* | finally get around to doing a significant cleanup to irgen: | Chris Lattner | 2010-06-27 | 1 | -56/+41 |
* | fix inc/dec to honor -fwrapv and -ftrapv, implementing PR7426. | Chris Lattner | 2010-06-26 | 1 | -4/+20 |
* | move scalar inc/dec codegen into ScalarExprEmitter instead | Chris Lattner | 2010-06-26 | 1 | -8/+111 |
* | use more efficient type comparison predicates. | Chris Lattner | 2010-06-26 | 1 | -1/+1 |
* | Fix unary minus to trap on overflow with -ftrapv, refactoring binop | Chris Lattner | 2010-06-26 | 1 | -31/+34 |
* | Implement support for -fwrapv, rdar://7221421 | Chris Lattner | 2010-06-26 | 1 | -22/+44 |
* | implement rdar://7432000 - signed negate should codegen as NSW. | Chris Lattner | 2010-06-26 | 1 | -4/+9 |
* | Fix a gcc warning. | Rafael Espindola | 2010-06-09 | 1 | -1/+1 |
* | Extend __builtin_shufflevector to expose the full power of the llvm shuffleve... | Nate Begeman | 2010-06-08 | 1 | -3/+95 |
* | Really fix PR7139. There was one boost test that we still failed, and my firs... | Anders Carlsson | 2010-05-22 | 1 | -3/+19 |
* | Unbreak self-host. | Anders Carlsson | 2010-05-21 | 1 | -2/+2 |
* | Rename CodeGenFunction::EmitMemSetToZero to EmitNullInitialization. Handle se... | Anders Carlsson | 2010-05-21 | 1 | -2/+2 |
* | Substantially alter the design of the Objective C type AST by introducing | John McCall | 2010-05-15 | 1 | -3/+2 |
* | Make sure that value-initialized pointers to data members are initialized cor... | Anders Carlsson | 2010-05-14 | 1 | -1/+1 |
* | Completely reimplement __builtin_offsetof, based on a patch by Roberto | Douglas Gregor | 2010-04-28 | 1 | -1/+17 |
* | Get rid of the old GetNonVirtualBaseClassOffset and change all call sites to ... | Anders Carlsson | 2010-04-24 | 1 | -1/+2 |
* | Change CodeGenFunction::GetAddressOfDerivedClass to take a BasePath. | Anders Carlsson | 2010-04-24 | 1 | -7/+3 |
* | Add a new GetAddressOfBaseClass overload that takes a base path and. Use it f... | Anders Carlsson | 2010-04-24 | 1 | -9/+3 |
* | Handle compound assignment expressions (i += j) as lvalues, which is | Douglas Gregor | 2010-04-23 | 1 | -11/+79 |
* | IRgen: Move BitField LValues to just hold a reference to the CGBitFieldInfo. | Daniel Dunbar | 2010-04-05 | 1 | -2/+2 |
* | Introduce a new kind of derived-to-base cast which bypasses the need for | John McCall | 2010-03-30 | 1 | -0/+4 |
* | emit signed integer subtractions as 'sub nsw', patch by | Chris Lattner | 2010-03-29 | 1 | -0/+5 |
* | Fix code gen bug generating code for | Fariborz Jahanian | 2010-03-03 | 1 | -0/+2 |
* | Uniformize the names of type predicates: rather than having isFloatTy and | Duncan Sands | 2010-02-15 | 1 | -8/+8 |
* | Fix a code gen bug accessing 'isa' field via a message call | Fariborz Jahanian | 2010-02-05 | 1 | -5/+14 |
* | Rename StartConditionalBranch/FinishConditionalBranch to BeginConditionalBran... | Anders Carlsson | 2010-02-04 | 1 | -8/+8 |
* | Move pointer to data member emission to CodeGenModule and use it in CGExprCon... | Anders Carlsson | 2010-02-02 | 1 | -2/+0 |
* | Some class related cleanup. | Anders Carlsson | 2010-01-31 | 1 | -2/+2 |
* | Roll out ASTContext::getTypeSizeInChars(), replacing instances of | Ken Dyck | 2010-01-11 | 1 | -7/+9 |
* | refactor pre/postinc logic into CGF and require the caller to pass in the | Chris Lattner | 2010-01-09 | 1 | -93/+4 |
* | Get rid of more dead code. | Eli Friedman | 2010-01-03 | 1 | -47/+0 |