1. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 10 years ago
  2. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  3. 93ab6bf CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. by Stephen Lin · 11 years ago
  4. 465e89e When we're devirtualizing a method call, make sure the method has the correct IR type. by Eli Friedman · 12 years ago
  5. 9230997 A number of test cases assume that an "int" parameter or return value by Ulrich Weigand · 12 years ago
  6. 4a889e4 Disable devirtualization when we have covariant returns. I will open a bug by Rafael Espindola · 12 years ago
  7. ea01d76 Don't devirtualize calls when we don't have the correct type of the this pointer by Rafael Espindola · 12 years ago
  8. 632fbaa Fix another issue with devirtualizing calls to final methods by passing them by Rafael Espindola · 12 years ago
  9. 0b4fe50 During codegen of a virtual call we would extract any casts in the expression by Rafael Espindola · 12 years ago
  10. 268ab8c When trying to get the most derived class, don't assume that we can ignore all casts. We can only ignore derived-to-base and no-op casts. Fixes selfhost. by Anders Carlsson · 14 years ago
  11. 1679f5a When calling a virtual member function on a base class and the most derived class is marked 'final', we can devirtualize the call. by Anders Carlsson · 14 years ago
  12. f89e042 Get rid of the [[final]] C++0x attribute. by Anders Carlsson · 14 years ago