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
*
[Clang] Disable new PM for tests that use optimization level -O1, -O2 and -O3
Petr Hosek
2019-06-05
1
-1
/
+1
*
Follow-up to r345699: Call CheckStaticLocalForDllExport later for templates
Hans Wennborg
2018-10-31
1
-0
/
+10
*
[clang-cl] Inherit dllexport to static locals also in template instantiations...
Hans Wennborg
2018-10-31
1
-0
/
+13
*
Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"
Sean Fertile
2018-10-15
1
-1
/
+1
*
[CodeGenCXX] Treat 'this' as noalias in constructors
Anton Bikineev
2018-10-10
1
-1
/
+1
*
[MinGW] Don't mark external variables as DSO local
Martin Storsjo
2018-08-29
1
-2
/
+2
*
Set dso_local when clearing dllimport.
Rafael Espindola
2018-03-29
1
-0
/
+2
*
[MS] Don't escape MS C++ names with \01
Reid Kleckner
2018-03-16
1
-151
/
+151
*
Bring r325915 back.
Rafael Espindola
2018-02-23
1
-90
/
+90
*
Revert "Start setting dso_local for COFF."
Rafael Espindola
2018-02-23
1
-90
/
+90
*
Start setting dso_local for COFF.
Rafael Espindola
2018-02-23
1
-90
/
+90
*
Revert "Fix for PR32990"
Reid Kleckner
2017-12-21
1
-2
/
+2
*
Fix for PR32990
Erich Keane
2017-12-21
1
-2
/
+2
*
MS ABI: Treat explicit instantiation definitions of dllimport function templa...
Hans Wennborg
2017-11-29
1
-1
/
+10
*
[dllimport] Check for dtor references in functions
Hans Wennborg
2017-02-15
1
-0
/
+7
*
[dllimport] Look through typedefs and arrays in HasNonDllImportDtor
Hans Wennborg
2017-02-15
1
-1
/
+1
*
Drop 'dllimport' when redeclaring inline function template without the attrib...
Hans Wennborg
2017-02-01
1
-5
/
+5
*
Re-commit "Don't inline dllimport functions referencing non-imported methods"
Hans Wennborg
2017-01-23
1
-0
/
+10
*
Revert "Don't inline dllimport functions referencing non-imported methods"
Reid Kleckner
2017-01-20
1
-7
/
+0
*
Don't inline dllimport functions referencing non-imported methods
Hans Wennborg
2017-01-19
1
-0
/
+7
*
Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.
Chandler Carruth
2016-12-23
1
-2
/
+2
*
CodeGen: New vtable group representation: struct of vtable arrays.
Peter Collingbourne
2016-12-13
1
-5
/
+5
*
Also don't inline dllimport functions referring to non-dllimport constructors.
Hans Wennborg
2016-09-13
1
-1
/
+5
*
Try harder to not inline dllimport functions referencing non-dllimport functions
Hans Wennborg
2016-09-13
1
-0
/
+7
*
[CodeGen] Treat imported static local variables as declarations
David Majnemer
2016-07-11
1
-2
/
+2
*
Re-commit r270748 "clang-cl: Treat dllimport explicit template instantiation ...
Hans Wennborg
2016-05-26
1
-7
/
+42
*
Revert r270748 "clang-cl: Treat dllimport explicit template instantiation def...
Hans Wennborg
2016-05-25
1
-42
/
+7
*
clang-cl: Treat dllimport explicit template instantiation definitions as decl...
Hans Wennborg
2016-05-25
1
-7
/
+42
*
[ms][dll] #26935 Defining a dllimport function should cause it to be exported
Denis Zobnin
2016-05-25
1
-2
/
+2
*
Make sure CheckDestructor gets called on dllimported classes if the vtable is...
Hans Wennborg
2016-04-13
1
-0
/
+11
*
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
[next]