| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Disable devirtualization when we have covariant returns. I will open a bug | Rafael Espindola | 2012-06-28 | 1 | -0/+34 |
| * | Don't devirtualize calls when we don't have the correct type of the this pointer | Rafael Espindola | 2012-06-28 | 1 | -1/+20 |
| * | Fix another issue with devirtualizing calls to final methods by passing them | Rafael Espindola | 2012-06-28 | 1 | -0/+26 |
| * | During codegen of a virtual call we would extract any casts in the expression | Rafael Espindola | 2012-06-26 | 1 | -1/+59 |
| * | When trying to get the most derived class, don't assume that we can ignore al... | Anders Carlsson | 2011-01-29 | 1 | -0/+12 |
| * | When calling a virtual member function on a base class and the most derived c... | Anders Carlsson | 2011-01-29 | 1 | -0/+14 |
| * | Get rid of the [[final]] C++0x attribute. | Anders Carlsson | 2011-01-23 | 1 | -0/+25 |

