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
/
static-member-variable-explicit-specialization.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make this test a bit stricter.
Rafael Espindola
2015-01-05
1
-7
/
+7
*
Don't use a global_ctors comdat for globals that aren't externally visible
Reid Kleckner
2014-10-15
1
-1
/
+15
*
Revert "Don't use comdats for initializers on platforms that don't support it"
Reid Kleckner
2014-09-23
1
-1
/
+1
*
Don't use comdats for initializers on platforms that don't support it
Reid Kleckner
2014-09-23
1
-1
/
+1
*
Don't use the third field of llvm.global_ctors for MachO.
Rafael Espindola
2014-09-19
1
-53
/
+68
*
Use comdats to avoid double initialization of weak data
Reid Kleckner
2014-05-23
1
-8
/
+8
*
Include translation unit filename in global ctor symbol names.
Nico Weber
2014-05-06
1
-3
/
+3
*
Implement restriction that a partial specialization must actually specialize
Richard Smith
2013-09-24
1
-1
/
+1
*
Do not emit duplicate global initializers for template static data members in...
David Blaikie
2013-09-04
1
-3
/
+28
*
Order initializers of static data members of explicit specializations
Reid Kleckner
2013-09-04
1
-8
/
+43
*
Add a separate llvm.global_ctors entry for linkonce_odr data initializers
Reid Kleckner
2013-08-22
1
-0
/
+25
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Don't emit explicit specializations of static member variable declarations.
Anders Carlsson
2009-12-04
1
-0
/
+11