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
/
dllexport.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[opaque pointer type] update test cases for explicit pointee types on global ...
David Blaikie
2015-09-11
1
-1
/
+1
*
Delay emitting members of dllexport classes until the class is fully parsed (...
Hans Wennborg
2015-08-15
1
-1
/
+49
*
[MS ABI] Stick constructor closures in an IR COMDAT group
David Majnemer
2015-06-30
1
-6
/
+6
*
[MS Compatibility] Handle cleanups we create for a ctor closure
David Majnemer
2015-06-11
1
-0
/
+16
*
Enable DLL attribute propagation on explicit instantiation definitions (PR23770)
Hans Wennborg
2015-06-09
1
-0
/
+5
*
MinGW: don't allow adding DLL attribute if template already has explicit inst...
Hans Wennborg
2015-06-09
1
-0
/
+2
*
Enable propagation of dll attributes to previously instantiated base class te...
Hans Wennborg
2015-06-09
1
-2
/
+17
*
Get the dll storage class right for structors of classes exported/imported vi...
Hans Wennborg
2015-05-28
1
-1
/
+2
*
clang-cl: Handle dll attributes in explicit class template specialization def...
Hans Wennborg
2015-05-27
1
-0
/
+5
*
__declspec is not a core Clang language extension. Instead, require -fms-exte...
Aaron Ballman
2015-05-26
1
-4
/
+4
*
[MS ABI] Implement thread-safe initialization using the MSVC 2015 ABI
David Majnemer
2015-05-07
1
-4
/
+4
*
Don't dllimport/export class members with internal linkage (PR23308)
Hans Wennborg
2015-04-22
1
-0
/
+9
*
[opaque pointer types] Explicit non-pointer type for call expressions
David Blaikie
2015-04-16
1
-2
/
+2
*
MS ABI: Build C++ default argument exprs for exported template classes
Reid Kleckner
2015-03-17
1
-0
/
+9
*
MS ABI: Delay default constructor closure checking until the outermost class ...
Reid Kleckner
2015-03-17
1
-5
/
+21
*
MS ABI: Generate default constructor closures
David Majnemer
2015-03-13
1
-0
/
+22
*
Test case updates for explicit type parameter to the gep operator
David Blaikie
2015-03-13
1
-1
/
+1
*
Don't dllexport inline methods when targeting MinGW.
Hans Wennborg
2015-02-19
1
-16
/
+25
*
MS ABI: Let guard variables be present in COMDATs
David Majnemer
2015-01-21
1
-2
/
+2
*
Warn about dllexported explicit class template instantiation declarations (PR...
Hans Wennborg
2015-01-15
1
-0
/
+11
*
[patch][pr19848] Produce explicit comdats in clang.
Rafael Espindola
2015-01-12
1
-24
/
+24
*
Don't emit implicit template instantiations eagerly (PR21718)
Hans Wennborg
2015-01-10
1
-0
/
+15
*
Update for .ll syntax change.
Rafael Espindola
2015-01-06
1
-1
/
+1
*
Disable warnings in this test.
Rafael Espindola
2015-01-05
1
-4
/
+4
*
Don't dllimport inline functions when targeting MinGW (PR21366)
Hans Wennborg
2014-11-03
1
-9
/
+11
*
MS ABI: Properly call global delete when invoking virtual destructors
David Majnemer
2014-10-31
1
-1
/
+1
*
CodeGen: Don't form weak dllexport aliases
David Majnemer
2014-10-24
1
-2
/
+9
*
Allow dllexport alias to base destructors.
Rafael Espindola
2014-10-07
1
-5
/
+6
*
MS ABI: Use '1' (instead of '0') relative scope discriminators
David Majnemer
2014-10-05
1
-2
/
+2
*
Don't assert on different DLL attributes in template and explicit instantiati...
Hans Wennborg
2014-08-24
1
-0
/
+6
*
Add another test for DLL attribute inheritance to partial specializations
Hans Wennborg
2014-08-23
1
-0
/
+8
*
Fix CodeGenCXX/dllexport.cpp test. Somehow this slipped out of my previous co...
Hans Wennborg
2014-08-23
1
-1
/
+1
*
MS ABI: Inherit DLL attributes to partial class template specializations
Hans Wennborg
2014-08-23
1
-0
/
+8
*
MS ABI: Don't always instantiate all members of dllexported class templates (...
Hans Wennborg
2014-08-21
1
-4
/
+3
*
test/CodeGenCXX/dllexport.cpp: don't instantiate templates in USEMEMFUNC macro
Hans Wennborg
2014-08-21
1
-11
/
+11
*
Mark C++ reference parameters as dereferenceable
Hal Finkel
2014-07-18
1
-3
/
+3
*
Fix typos
Alp Toker
2014-07-14
1
-1
/
+1
*
Fix clang tests to be compliant with LLVM IR aliases
David Majnemer
2014-07-10
1
-1
/
+1
*
CodeGen: Cleanup MS ABI RTTI LLVM IR
David Majnemer
2014-07-07
1
-1
/
+1
*
MS ABI: Reference MSVC RTTI from the VFTable
David Majnemer
2014-07-01
1
-1
/
+5
*
MS ABI: Propagate class-level DLL attributes to class template specialization...
Hans Wennborg
2014-06-25
1
-0
/
+98
*
MS ABI: Ignore dll attributes on partial template specializations
Hans Wennborg
2014-06-24
1
-0
/
+14
*
Inherit dll attributes to static locals
Hans Wennborg
2014-06-18
1
-0
/
+16
*
Defer codegen of inline method definitions to the end of current top level de...
Hans Wennborg
2014-06-06
1
-0
/
+14
*
Itanium ABI: Update getAddrOfVTable to set the DLL storage class for vtables
Hans Wennborg
2014-06-02
1
-0
/
+1
*
Start adding support for dllimport/dllexport on classes (PR11170)
Hans Wennborg
2014-05-30
1
-0
/
+90
*
IRGen: Add more tests for dll attributes
Nico Rieck
2014-05-25
1
-19
/
+440
*
Emit used/dllexport inline method definitions in nested classes (PR19743, PR1...
Hans Wennborg
2014-05-23
1
-2
/
+6
*
test/CodeGenCXX/dllexport.cpp: -O2 and -disable-llvm-optzns aren't nedded
Hans Wennborg
2014-05-19
1
-1
/
+1
*
test/CodeGenCXX/dllexport.cpp: we already correctly emit b() even when
Hans Wennborg
2014-05-16
1
-2
/
+1
[next]