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
/
rtti-linkage.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r332028; see PR37545 for details.
Richard Smith
2018-05-21
1
-34
/
+22
*
[Itanium] Emit type info names with external linkage.
Eric Fiselier
2018-05-10
1
-22
/
+34
*
Revert "[Itanium] Emit type info names with external linkage."
Eric Fiselier
2018-05-10
1
-34
/
+22
*
[Itanium] Emit type info names with external linkage.
Eric Fiselier
2018-05-10
1
-22
/
+34
*
Emit DeferredDeclsToEmit in a DFS order.
Rafael Espindola
2015-01-22
1
-4
/
+4
*
CodeGen: Don't set hidden visibility on symbols with local linkage
Duncan P. N. Exon Smith
2014-05-07
1
-22
/
+25
*
RTTI symbols for visible local types may need weak linkage.
John McCall
2014-03-10
1
-0
/
+38
*
type_info objects are not unnamed_addr: the ABI requires us to
John McCall
2014-02-08
1
-23
/
+23
*
Remove the -fhidden-weak-vtables -cc1 option. It was dead,
John McCall
2014-02-08
1
-6
/
+6
*
When emitting RTTI for a non-class type, compute the visibility of the RTTI d...
Anders Carlsson
2011-01-29
1
-1
/
+1
*
Update tests.
Anders Carlsson
2011-01-29
1
-1
/
+1
*
Mark VTables and RTTI data linkonce_odr instead of weak_odr, with the excepti...
Anders Carlsson
2011-01-24
1
-16
/
+16
*
Set unnamed_addr in every type info.
Rafael Espindola
2011-01-11
1
-18
/
+18
*
Set unnamed_addr for type infos that we are confortable marking as hidden. I
Rafael Espindola
2011-01-11
1
-5
/
+5
*
Give hidden visibility to RTTI for derived types. This is kindof a hacky
John McCall
2010-12-17
1
-0
/
+10
*
test/CodeGenCXX/rtti-linkage.cpp: Get rid of sort(1) to remove XFAIL: win32.
NAKAMURA Takumi
2010-11-08
1
-41
/
+36
*
Don't let typeinfo name symbols be 'internal hidden', it can lead to linker c...
Argyrios Kyrtzidis
2010-10-11
1
-1
/
+2
*
Just disable the hidden-visibility optimization for now by hiding it behind
John McCall
2010-08-12
1
-1
/
+1
*
It turns out that linkers (at least, the Darwin linker) don't necessarily
John McCall
2010-08-05
1
-1
/
+1
*
Emit standard-library RTTI with external linkage, not weak_odr.
John McCall
2010-08-04
1
-4
/
+18
*
typeid() produces type information for the cv-unqualified version of
Douglas Gregor
2010-06-02
1
-0
/
+11
*
XFAIL a test on Win32.
Daniel Dunbar
2010-05-14
1
-0
/
+4
*
Rework when and how vtables are emitted, by tracking where vtables are
Douglas Gregor
2010-05-13
1
-32
/
+33
*
Drastically simplify the computation of linkage for typeinfo by using
Douglas Gregor
2010-03-31
1
-0
/
+1
*
If the key function of a record is inline, then the RTTI data should have wea...
Anders Carlsson
2009-12-31
1
-0
/
+9
*
More RTTI cleanup, test that RTTI classes have the correct vtables.
Anders Carlsson
2009-12-30
1
-1
/
+1
*
Handle enum types as well.
Anders Carlsson
2009-12-29
1
-0
/
+9
*
Fix function type RTTI linkage and add tests.
Anders Carlsson
2009-12-29
1
-1
/
+16
*
Remove cv-qualifiers from the argument to typeid
Douglas Gregor
2009-12-23
1
-4
/
+7
*
Add tests for structs inside anonymous namespaces.
Anders Carlsson
2009-12-21
1
-2
/
+17
*
Incomplete structs should also have internal linkage.
Anders Carlsson
2009-12-21
1
-0
/
+2
*
Correcly handle pointers to member pointer types where the class or the point...
Anders Carlsson
2009-12-20
1
-0
/
+19
*
Rework the way pointer types are handled by the RTTI builder. We now get the ...
Anders Carlsson
2009-12-20
1
-2
/
+17
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Use GetAddrOfRTTI when getting the RTTI pointer for a base class.
Anders Carlsson
2009-12-11
1
-0
/
+16