Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
test
/
CodeGenCXX
/
devirtualize-virtual-function-calls.cpp
a271686
PR30937: don't devirtualize if we find that the callee is a pure virtual
by Richard Smith
· 9 years ago
018ac39
Improve obvious-most-derived-type devirtualization:
by Richard Smith
· 9 years ago
4362261
CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail.
by Stephen Lin
· 12 years ago
6076149
Provide fixed target triples to make test results consistent across ARM hosts.
by David Blaikie
· 13 years ago
48c1531
Devirtualize calls on glvalues produced by class member access expressions.
by Richard Smith
· 13 years ago
a245edc
Fix a crash I introduced in r159212.
by Rafael Espindola
· 13 years ago
727a771
Fix a bug in my previous patch: If we are not doing a virtual call because
by Rafael Espindola
· 13 years ago
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
8fbe78f
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 16 years ago
a1b54fd
Even more devirtualization cleverness.
by Anders Carlsson
· 16 years ago
2a01709
More devirtualization improvements.
by Anders Carlsson
· 16 years ago
b61301f
Devirtualize calls on temporaries. A().f() for example.
by Anders Carlsson
· 16 years ago
d7432df
Factor out devirtualization checking into a separate function and make it handle references correctly.
by Anders Carlsson
· 16 years ago