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
/
visibility.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove CodeGenVTables::ComputeVTableRelatedInformation dependency on CodeGen
Peter Collingbourne
2011-09-26
1
-1
/
+1
*
Don't factor in visibility for templates and template arguments
John McCall
2011-06-27
1
-0
/
+32
*
Don't consider visibility from template parameter lists if we're
John McCall
2011-03-04
1
-0
/
+11
*
Mark VTables and RTTI data linkonce_odr instead of weak_odr, with the excepti...
Anders Carlsson
2011-01-24
1
-1
/
+1
*
Also set unnamed_addr on declarations.
Rafael Espindola
2011-01-15
1
-2
/
+2
*
Only add unnamed_addr to definitions.
Rafael Espindola
2011-01-13
1
-2
/
+2
*
Set unnamed_addr in VTTs.
Rafael Espindola
2011-01-11
1
-1
/
+1
*
Add unnamed_addr to vtables.
Rafael Espindola
2011-01-11
1
-2
/
+2
*
Fix test. I added one last test and then forget to re-check.
John McCall
2010-12-18
1
-1
/
+1
*
Apply attributes to explicit specializations. Specializations which
John McCall
2010-12-18
1
-0
/
+55
*
Ensure that static local variables in function templates inherit the
John McCall
2010-11-02
1
-0
/
+17
*
Ignore attributes on classes when calculating visibility for members
John McCall
2010-11-02
1
-0
/
+89
*
Better solution: calculate the visibility of functions and variables
John McCall
2010-10-30
1
-0
/
+16
*
GCC faithfully calculates visibility for variables independently of
John McCall
2010-10-30
1
-0
/
+16
*
Restore r117644, this time properly ignoring -fvisibility and type visibility
John McCall
2010-10-29
1
-0
/
+53
*
Revert r117644, "Apply visibility in IR gen to variables that are merely
Daniel Dunbar
2010-10-29
1
-42
/
+0
*
Apply visibility in IR gen to variables that are merely declared
John McCall
2010-10-29
1
-0
/
+42
*
When computing the visibility of a class member, calculate the visibility
John McCall
2010-10-29
1
-0
/
+19
*
Abandon the type-visibility optimization for functions. GCC doesn't do it,
John McCall
2010-10-28
1
-0
/
+13
*
A couple of tweaks to the visibility rules:
John McCall
2010-10-26
1
-0
/
+18
*
Substantially revise how clang computes the visibility of a declaration to
John McCall
2010-10-22
1
-0
/
+33
*
Make sure to set the visible on a vtable; VTTs and typeinfo already
Douglas Gregor
2010-06-14
1
-1
/
+19
*
Improved handling of the visibility attribute. Declarations now inherit their...
Anders Carlsson
2010-02-07
1
-0
/
+66