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
/
dllimport.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a few dllimport/dllexport tests. NFC
Reid Kleckner
2016-03-02
1
-0
/
+6
*
Revert "Revert r260388 "[MS ABI] Never reference dllimport'd vtables""
David Majnemer
2016-02-11
1
-1
/
+1
*
Revert r260388 "[MS ABI] Never reference dllimport'd vtables"
Hans Wennborg
2016-02-10
1
-1
/
+1
*
[MS ABI] Never reference dllimport'd vtables
David Majnemer
2016-02-10
1
-1
/
+1
*
Allow TLS vars in dllimport/export functions; only inline dllimport functions...
Hans Wennborg
2015-08-28
1
-1
/
+41
*
Internal-linkage variables with constant-evaluatable initializers do not need...
Richard Smith
2015-08-19
1
-1
/
+1
*
-disable-llvm-optzns in one clang test.
Evgeniy Stepanov
2015-07-15
1
-2
/
+2
*
Enable DLL attribute propagation on explicit instantiation definitions (PR23770)
Hans Wennborg
2015-06-09
1
-0
/
+6
*
MinGW: don't allow adding DLL attribute if template already has explicit inst...
Hans Wennborg
2015-06-09
1
-0
/
+1
*
Enable propagation of dll attributes to previously instantiated base class te...
Hans Wennborg
2015-06-09
1
-2
/
+18
*
Get the dll storage class right for structors of classes exported/imported vi...
Hans Wennborg
2015-05-28
1
-2
/
+6
*
clang-cl: Handle dll attributes in explicit class template specialization def...
Hans Wennborg
2015-05-27
1
-0
/
+12
*
__declspec is not a core Clang language extension. Instead, require -fms-exte...
Aaron Ballman
2015-05-26
1
-9
/
+9
*
[MS ABI] Import move assignment operators
David Majnemer
2015-05-11
1
-2
/
+4
*
[MS ABI] Implement thread-safe initialization using the MSVC 2015 ABI
David Majnemer
2015-05-07
1
-8
/
+8
*
Update testcase to match r236539
David Majnemer
2015-05-05
1
-1
/
+1
*
Don't dllexport inline methods when targeting MinGW.
Hans Wennborg
2015-02-19
1
-5
/
+8
*
[patch][pr19848] Produce explicit comdats in clang.
Rafael Espindola
2015-01-12
1
-1
/
+1
*
Suppress clang warnings in a codegen test.
Rafael Espindola
2015-01-06
1
-8
/
+8
*
Don't dllimport inline functions when targeting MinGW (PR21366)
Hans Wennborg
2014-11-03
1
-46
/
+57
*
Don't emit strong vtable definitions for imported classes with key functions ...
Hans Wennborg
2014-10-23
1
-0
/
+12
*
MS ABI: Use '1' (instead of '0') relative scope discriminators
David Majnemer
2014-10-05
1
-1
/
+1
*
Don't assert on different DLL attributes in template and explicit instantiati...
Hans Wennborg
2014-08-24
1
-0
/
+6
*
MS ABI: Inherit DLL attributes to partial class template specializations
Hans Wennborg
2014-08-23
1
-0
/
+9
*
Don't drop dllimport from qualified friend redeclarations (PR20512)
Hans Wennborg
2014-08-04
1
-0
/
+14
*
Mark C++ reference parameters as dereferenceable
Hal Finkel
2014-07-18
1
-2
/
+2
*
Fix typos
Alp Toker
2014-07-14
1
-1
/
+1
*
Don't allow dllimport variables in constant initializers
Hans Wennborg
2014-06-25
1
-0
/
+8
*
MS ABI: Propagate class-level DLL attributes to class template specialization...
Hans Wennborg
2014-06-25
1
-0
/
+99
*
MS ABI: Ignore dll attributes on partial template specializations
Hans Wennborg
2014-06-24
1
-1
/
+14
*
Inherit dll attributes to static locals
Hans Wennborg
2014-06-18
1
-0
/
+9
*
Don't inherit dllimport to inline move assignment operators
Hans Wennborg
2014-06-11
1
-0
/
+11
*
Improve checking for dynamic initializers of dllimport fields in template ins...
Hans Wennborg
2014-06-10
1
-0
/
+7
*
Allow definition of dllimport static fields in partial specializations (PR19956)
Hans Wennborg
2014-06-09
1
-1
/
+11
*
MS ABI: Update the thunk linkage computation
Hans Wennborg
2014-06-06
1
-1
/
+1
*
Don't dynamically initialize dllimport vars (PR19933)
Hans Wennborg
2014-06-04
1
-10
/
+32
*
Downgrade "definition of dllimport static field" error to warning for class t...
Hans Wennborg
2014-06-04
1
-0
/
+9
*
Itanium ABI: Update getAddrOfVTable to set the DLL storage class for vtables
Hans Wennborg
2014-06-02
1
-5
/
+19
*
Start adding support for dllimport/dllexport on classes (PR11170)
Hans Wennborg
2014-05-30
1
-8
/
+74
*
IRGen: Add more tests for dll attributes
Nico Rieck
2014-05-25
1
-18
/
+496
*
Allow dllimport on function definitions when they're template instantiations
Hans Wennborg
2014-05-19
1
-1
/
+1
*
Allow dllimport/dllexport on inline functions and adjust the linkage.
Hans Wennborg
2014-05-15
1
-0
/
+25