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-final.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Sema] Mark a virtual CXXMethodDecl as used if a call to it can be
Akira Hatanaka
2017-07-13
1
-0
/
+50
*
[CodeGen] Devirtualize calls to methods marked final in a derived class
Vedant Kumar
2016-10-20
1
-0
/
+16
*
Fix incorrect codegen for devirtualized calls to virtual overloaded operators.
Nico Weber
2014-12-03
1
-0
/
+37
*
Fix bug 20116 - http://llvm.org/bugs/show_bug.cgi?id=20116
Alexey Bataev
2014-09-29
1
-3
/
+6
*
CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...
Stephen Lin
2013-08-15
1
-10
/
+10
*
When we're devirtualizing a method call, make sure the method has the correct...
Eli Friedman
2012-10-25
1
-2
/
+1
*
A number of test cases assume that an "int" parameter or return value
Ulrich Weigand
2012-10-24
1
-1
/
+1
*
Disable devirtualization when we have covariant returns. I will open a bug
Rafael Espindola
2012-06-28
1
-0
/
+34
*
Don't devirtualize calls when we don't have the correct type of the this pointer
Rafael Espindola
2012-06-28
1
-1
/
+20
*
Fix another issue with devirtualizing calls to final methods by passing them
Rafael Espindola
2012-06-28
1
-0
/
+26
*
During codegen of a virtual call we would extract any casts in the expression
Rafael Espindola
2012-06-26
1
-1
/
+59
*
When trying to get the most derived class, don't assume that we can ignore al...
Anders Carlsson
2011-01-29
1
-0
/
+12
*
When calling a virtual member function on a base class and the most derived c...
Anders Carlsson
2011-01-29
1
-0
/
+14
*
Get rid of the [[final]] C++0x attribute.
Anders Carlsson
2011-01-23
1
-0
/
+25