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
/
thunks.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the -fhidden-weak-vtables -cc1 option. It was dead,
John McCall
2014-02-08
1
-4
/
+5
*
CodeGen: Don't emit linkage on thunks that aren't emitted because they're var...
Benjamin Kramer
2013-12-07
1
-0
/
+22
*
CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...
Stephen Lin
2013-08-15
1
-10
/
+10
*
Fix FileCheck --check-prefix lines.
Tim Northover
2013-08-12
1
-1
/
+1
*
Reapply r176133 with testcase fixes.
Bill Wendling
2013-02-27
1
-5
/
+2
*
Revert "Add more attributes from the command line to functions."
Anna Zaks
2013-02-25
1
-2
/
+5
*
Add more attributes from the command line to functions.
Bill Wendling
2013-02-25
1
-5
/
+2
*
Modify the tests to use attribute group references instead of listing the
Bill Wendling
2013-02-20
1
-1
/
+6
*
Call CGM.SetLLVMFunctionAttributesForDefinition on thunks so that they get
Rafael Espindola
2012-09-21
1
-2
/
+17
*
Fix thunk emission for covariant virtual functions in cases which require
Eli Friedman
2012-09-14
1
-0
/
+26
*
Complain about attempts to use 'protected' visibility on targets
John McCall
2012-01-29
1
-2
/
+2
*
Add an implementation of thunks for varargs methods. The implementation is a...
Eli Friedman
2011-05-06
1
-3
/
+27
*
Warn about code that uses variables and functions with internal linkage
John McCall
2011-02-19
1
-23
/
+21
*
When re-using a vtable slot for the nearest overridden method, just because
John McCall
2010-11-09
1
-0
/
+19
*
Just disable the hidden-visibility optimization for now by hiding it behind
John McCall
2010-08-12
1
-3
/
+4
*
Extend the visibility-hidden optimization to linkonce_odr thunks for
John McCall
2010-08-04
1
-1
/
+14
*
Don't try to emit the vtable for a class just because we're emitting a
John McCall
2010-06-02
1
-0
/
+12
*
Correctly pass aggregates by reference when emitting thunks.
John McCall
2010-05-26
1
-0
/
+18
*
When generating the call arguments in a thunk to call the thunkee, do
Douglas Gregor
2010-05-21
1
-0
/
+45
*
When creating a this-adjustment thunk where the return value is of C++
Douglas Gregor
2010-05-20
1
-4
/
+45
*
Rework when and how vtables are emitted, by tracking where vtables are
Douglas Gregor
2010-05-13
1
-1
/
+1
*
Give thunks the same linkage as their original methods.
Anders Carlsson
2010-03-27
1
-4
/
+25
*
Flip the switch and use the new vtable layout code for thunks by default. Add...
Anders Carlsson
2010-03-24
1
-0
/
+116