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
/
vtable-linkage.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix for PR5967: Make const-marking for LLVM globals correct for cases requiring
Eli Friedman
2010-01-08
1
-6
/
+6
*
Test linkage of typeinfo and typeinfo names for class templates
Douglas Gregor
2010-01-07
1
-1
/
+13
*
Revert my available_externally vtables experiment. It's breaking the LLVM-wit...
Douglas Gregor
2010-01-06
1
-1
/
+1
*
Make use of available_externally linkage for vtables when the
Douglas Gregor
2010-01-05
1
-0
/
+37
*
Improve key-function computation for templates. In particular:
Douglas Gregor
2010-01-05
1
-0
/
+46
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Fix linkage of type info and vtable for classes without linkage.
Eli Friedman
2009-12-11
1
-0
/
+8
*
Improve linkage of RTTI data structures. Introduce CodeGenModule::GetAddrOfRT...
Anders Carlsson
2009-12-11
1
-0
/
+6
*
More linkage improvements.
Anders Carlsson
2009-12-06
1
-0
/
+10
*
If a class does not have a key function, its linkage should be weak_odr.
Anders Carlsson
2009-12-05
1
-0
/
+10
*
Use createGlobalVariable for creating vtable variables too.
Anders Carlsson
2009-12-05
1
-10
/
+16
*
Factor vtable related GlobalVariable creation out into a separate function. A...
Anders Carlsson
2009-12-05
1
-0
/
+18