summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/microsoft-abi-typeid.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MS] Don't escape MS C++ names with \01Reid Kleckner2018-03-161-13/+13
* Bring r325915 back.Rafael Espindola2018-02-231-7/+7
* Revert "Start setting dso_local for COFF."Rafael Espindola2018-02-231-7/+7
* Start setting dso_local for COFF.Rafael Espindola2018-02-231-7/+7
* [WinEH] Annotate calls to __RTtypeid with a funclet bundleDavid Majnemer2016-01-261-1/+20
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-2/+2
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-3/+3
* MS ABI: Emit more canonical vbptr stores and loadsReid Kleckner2014-10-221-5/+4
* CodeGen: Cleanup MS ABI RTTI LLVM IRDavid Majnemer2014-07-071-4/+4
* MS ABI: Add an additional test for typeidDavid Majnemer2014-06-231-0/+7
* Revert "Revert r211402 (and r211408,r211410), "CodeGen: Refactor dynamic_cast...David Majnemer2014-06-221-43/+30
* Revert r211402 (and r211408,r211410), "CodeGen: Refactor dynamic_cast and typ...NAKAMURA Takumi2014-06-221-30/+43
* CodeGen: typeid/dynamic_cast tests don't need assertsDavid Majnemer2014-06-201-6/+3
* CodeGen: Refactor dynamic_cast and typeidDavid Majnemer2014-06-201-42/+32
* [MS-ABI] Implement typeidWarren Hunt2014-06-181-0/+58