summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/dllexport.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud