Age | Commit message (Expand) | Author |
---|---|---|
2012-10-25 | When we're devirtualizing a method call, make sure the method has the correct... | Eli Friedman |
2012-10-24 | A number of test cases assume that an "int" parameter or return value | Ulrich Weigand |
2012-06-28 | Disable devirtualization when we have covariant returns. I will open a bug | Rafael Espindola |
2012-06-28 | Don't devirtualize calls when we don't have the correct type of the this pointer | Rafael Espindola |
2012-06-28 | Fix another issue with devirtualizing calls to final methods by passing them | Rafael Espindola |
2012-06-26 | During codegen of a virtual call we would extract any casts in the expression | Rafael Espindola |
2011-01-29 | When trying to get the most derived class, don't assume that we can ignore al... | Anders Carlsson |
2011-01-29 | When calling a virtual member function on a base class and the most derived c... | Anders Carlsson |
2011-01-23 | Get rid of the [[final]] C++0x attribute. | Anders Carlsson |