index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
CodeGenCXX
/
devirtualize-virtual-function-calls.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
PR30937: don't devirtualize if we find that the callee is a pure virtual
Richard Smith
2016-11-11
1
-0
/
+34
*
Improve obvious-most-derived-type devirtualization:
Richard Smith
2016-11-03
1
-1
/
+62
*
CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...
Stephen Lin
2013-08-15
1
-1
/
+1
*
Provide fixed target triples to make test results consistent across ARM hosts.
David Blaikie
2012-09-10
1
-2
/
+2
*
Devirtualize calls on glvalues produced by class member access expressions.
Richard Smith
2012-08-15
1
-0
/
+17
*
Fix a crash I introduced in r159212.
Rafael Espindola
2012-06-27
1
-0
/
+12
*
Fix a bug in my previous patch: If we are not doing a virtual call because
Rafael Espindola
2012-06-26
1
-0
/
+18
*
Strip off parens and no-op casts when deciding if an expr can be devirtualize...
Anders Carlsson
2011-04-10
1
-1
/
+9
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Even more devirtualization cleverness.
Anders Carlsson
2009-10-12
1
-0
/
+16
*
More devirtualization improvements.
Anders Carlsson
2009-10-12
1
-0
/
+10
*
Devirtualize calls on temporaries. A().f() for example.
Anders Carlsson
2009-10-12
1
-0
/
+3
*
Factor out devirtualization checking into a separate function and make it han...
Anders Carlsson
2009-10-12
1
-0
/
+18