| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename getBaseClassOffset to getBaseClassOffsetInBits and introduce a getBase... | Anders Carlsson | 2010-10-31 | 1 | -1/+1 |
* | More class anonymization. | Benjamin Kramer | 2010-10-22 | 1 | -1/+1 |
* | Permit constant evaluation of const floating-point variables with | John McCall | 2010-10-09 | 1 | -11/+22 |
* | Tighter check in r116060 blcoked enums also. Emit enum const's debug info. | Devang Patel | 2010-10-08 | 1 | -3/+3 |
* | Do not repeat debug info for file variable constants. | Devang Patel | 2010-10-08 | 1 | -1/+5 |
* | dyn_cast is more appropriate here. | Devang Patel | 2010-10-04 | 1 | -1/+1 |
* | Add missing '}' :) | Devang Patel | 2010-10-04 | 1 | -0/+1 |
* | Emit debug info for an aggregate while processing MemberExpr if the aggregate... | Devang Patel | 2010-10-04 | 1 | -0/+12 |
* | Patch implements passing arrays to functions expecting | Fariborz Jahanian | 2010-09-24 | 1 | -11/+2 |
* | Fixes an IRgen ICE due to cast of null pointer to | Fariborz Jahanian | 2010-09-21 | 1 | -2/+11 |
* | Check in support for OpenCL conditional operator on vector types. | Nate Begeman | 2010-09-20 | 1 | -0/+45 |
* | Add a -ftrapv-handler= option which allows a handler to invoke instead of sim... | David Chisnall | 2010-09-17 | 1 | -5/+43 |
* | Patch to add IRgen support for Gnu's conditional operator | Fariborz Jahanian | 2010-09-17 | 1 | -16/+20 |
* | one piece of code is responsible for the lifetime of every aggregate | John McCall | 2010-09-15 | 1 | -2/+2 |
* | Eagerly evaluate type traits in Sema instead of lazily in AST. They actually ... | Sebastian Redl | 2010-09-13 | 1 | -2/+1 |
* | Augment -ftrapv to check for divide by zero, mod by zero, and INT_MIN % -1. | Chris Lattner | 2010-09-11 | 1 | -4/+65 |
* | Implement CXXNoexceptExpr codegen. | Sebastian Redl | 2010-09-10 | 1 | -0/+4 |
* | Casting of a property reference to 'void' did not | Fariborz Jahanian | 2010-09-04 | 1 | -2/+7 |
* | Truncate block variable of bool type to i1 when its | Fariborz Jahanian | 2010-09-03 | 1 | -1/+1 |
* | IRgen: Fix silly thinko in r112021, which was generating code for the same expr | Daniel Dunbar | 2010-09-03 | 1 | -1/+1 |
* | Teach IR generation to return 'this' from constructors and destructors | John McCall | 2010-08-31 | 1 | -0/+1 |
* | Revert my user-defined literal commits - r1124{58,60,67} pending | Alexis Hunt | 2010-08-30 | 1 | -3/+0 |
* | Two minor fixes to user-defined literals: | Alexis Hunt | 2010-08-30 | 1 | -0/+3 |
* | GCC didn't care for my attempt at API compatibility, so brute-force everything | John McCall | 2010-08-25 | 1 | -66/+66 |
* | More incremental progress towards not including Expr.h in Sema.h. | John McCall | 2010-08-25 | 1 | -1/+1 |
* | IRgen: Fix a horrible bug in pointer to bool conversion, which we were treating | Daniel Dunbar | 2010-08-25 | 1 | -2/+7 |
* | Emit an error noting that Clang does not support code generation for | Douglas Gregor | 2010-08-23 | 1 | -1/+6 |
* | Abstract out everything having to do with member pointers into the ABI | John McCall | 2010-08-23 | 1 | -52/+21 |
* | Eliminate a stale assertion. Fixes Clang self-host. | Douglas Gregor | 2010-08-22 | 1 | -4/+1 |
* | Experiment with using first-class aggregates to represent member function | John McCall | 2010-08-22 | 1 | -3/+26 |
* | Extract member function pointer comparison and null comparison into | John McCall | 2010-08-22 | 1 | -24/+5 |
* | IRgen: Switch a bunch of trivial MakeAddr calls to use MakeAddrLValue. | Daniel Dunbar | 2010-08-21 | 1 | -14/+10 |
* | 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 |