summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/dllexport.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert r225705 from the branch.Rafael Espindola2015-01-211-24/+24
* [patch][pr19848] Produce explicit comdats in clang.Rafael Espindola2015-01-121-24/+24
* Don't emit implicit template instantiations eagerly (PR21718)Hans Wennborg2015-01-101-0/+15
* Update for .ll syntax change.Rafael Espindola2015-01-061-1/+1
* Disable warnings in this test.Rafael Espindola2015-01-051-4/+4
* Don't dllimport inline functions when targeting MinGW (PR21366)Hans Wennborg2014-11-031-9/+11
* MS ABI: Properly call global delete when invoking virtual destructorsDavid Majnemer2014-10-311-1/+1
* CodeGen: Don't form weak dllexport aliasesDavid Majnemer2014-10-241-2/+9
* Allow dllexport alias to base destructors.Rafael Espindola2014-10-071-5/+6
* MS ABI: Use '1' (instead of '0') relative scope discriminatorsDavid Majnemer2014-10-051-2/+2
* Don't assert on different DLL attributes in template and explicit instantiati...Hans Wennborg2014-08-241-0/+6
* Add another test for DLL attribute inheritance to partial specializationsHans Wennborg2014-08-231-0/+8
* Fix CodeGenCXX/dllexport.cpp test. Somehow this slipped out of my previous co...Hans Wennborg2014-08-231-1/+1
* MS ABI: Inherit DLL attributes to partial class template specializationsHans Wennborg2014-08-231-0/+8
* MS ABI: Don't always instantiate all members of dllexported class templates (...Hans Wennborg2014-08-211-4/+3
* test/CodeGenCXX/dllexport.cpp: don't instantiate templates in USEMEMFUNC macroHans Wennborg2014-08-211-11/+11
* Mark C++ reference parameters as dereferenceableHal Finkel2014-07-181-3/+3
* Fix typosAlp Toker2014-07-141-1/+1
* Fix clang tests to be compliant with LLVM IR aliasesDavid Majnemer2014-07-101-1/+1
* CodeGen: Cleanup MS ABI RTTI LLVM IRDavid Majnemer2014-07-071-1/+1
* MS ABI: Reference MSVC RTTI from the VFTableDavid Majnemer2014-07-011-1/+5
* MS ABI: Propagate class-level DLL attributes to class template specialization...Hans Wennborg2014-06-251-0/+98
* MS ABI: Ignore dll attributes on partial template specializationsHans Wennborg2014-06-241-0/+14
* Inherit dll attributes to static localsHans Wennborg2014-06-181-0/+16
* Defer codegen of inline method definitions to the end of current top level de...Hans Wennborg2014-06-061-0/+14
* Itanium ABI: Update getAddrOfVTable to set the DLL storage class for vtablesHans Wennborg2014-06-021-0/+1
* Start adding support for dllimport/dllexport on classes (PR11170)Hans Wennborg2014-05-301-0/+90
* IRGen: Add more tests for dll attributesNico Rieck2014-05-251-19/+440
* Emit used/dllexport inline method definitions in nested classes (PR19743, PR1...Hans Wennborg2014-05-231-2/+6
* test/CodeGenCXX/dllexport.cpp: -O2 and -disable-llvm-optzns aren't neddedHans Wennborg2014-05-191-1/+1
* test/CodeGenCXX/dllexport.cpp: we already correctly emit b() even whenHans Wennborg2014-05-161-2/+1
* Allow dllimport/dllexport on inline functions and adjust the linkage.Hans Wennborg2014-05-151-0/+25