1. a271686 PR30937: don't devirtualize if we find that the callee is a pure virtual by Richard Smith · 9 years ago
  2. 018ac39 Improve obvious-most-derived-type devirtualization: by Richard Smith · 9 years ago
  3. 4362261 CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. by Stephen Lin · 12 years ago
  4. 6076149 Provide fixed target triples to make test results consistent across ARM hosts. by David Blaikie · 13 years ago
  5. 48c1531 Devirtualize calls on glvalues produced by class member access expressions. by Richard Smith · 13 years ago
  6. a245edc Fix a crash I introduced in r159212. by Rafael Espindola · 13 years ago
  7. 727a771 Fix a bug in my previous patch: If we are not doing a virtual call because by Rafael Espindola · 13 years ago
  8. c53d9e8 Strip off parens and no-op casts when deciding if an expr can be devirtualized. Fixes the second half of PR9660. by Anders Carlsson · 14 years ago
  9. 8fbe78f Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  10. a1b54fd Even more devirtualization cleverness. by Anders Carlsson · 16 years ago
  11. 2a01709 More devirtualization improvements. by Anders Carlsson · 16 years ago
  12. b61301f Devirtualize calls on temporaries. A().f() for example. by Anders Carlsson · 16 years ago
  13. d7432df Factor out devirtualization checking into a separate function and make it handle references correctly. by Anders Carlsson · 16 years ago