1. 1b76fbc Provide fixed target triples to make test results consistent across ARM hosts. by David Blaikie · 12 years ago
  2. ac45293 Devirtualize calls on glvalues produced by class member access expressions. by Richard Smith · 12 years ago
  3. 0713d99 Fix a crash I introduced in r159212. by Rafael Espindola · 12 years ago
  4. 12582bd Fix a bug in my previous patch: If we are not doing a virtual call because by Rafael Espindola · 12 years ago
  5. cd0b32e Strip off parens and no-op casts when deciding if an expr can be devirtualized. Fixes the second half of PR9660. by Anders Carlsson · 13 years ago
  6. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  7. 4a0d832 Even more devirtualization cleverness. by Anders Carlsson · 15 years ago
  8. cf5deec More devirtualization improvements. by Anders Carlsson · 15 years ago
  9. 7636648 Devirtualize calls on temporaries. A().f() for example. by Anders Carlsson · 15 years ago
  10. 8e7670d Factor out devirtualization checking into a separate function and make it handle references correctly. by Anders Carlsson · 15 years ago