summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/microsoft-abi-dynamic-cast.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "As a follow-up to my initial mail to llvm-dev here's a first ...Eric Christopher2019-11-261-9/+9
* Revert "As a follow-up to my initial mail to llvm-dev here's a first pass at ...Muhammad Omair Javaid2019-11-261-9/+9
* As a follow-up to my initial mail to llvm-dev here's a first pass at the O1 d...Eric Christopher2019-11-251-9/+9
* [InstCombine] don't assume 'inbounds' for bitcast pointer to GEP transform (P...Sanjay Patel2019-10-061-8/+8
* [FIX] Adjust CXX microsoft abi dynamic cast test to r352293Johannes Doerfert2019-01-271-2/+2
* [MS] Don't escape MS C++ names with \01Reid Kleckner2018-03-161-18/+18
* [MS] Always use base dtors in place of complete/vbase dtors when possibleReid Kleckner2018-03-161-1/+1
* Bring r325915 back.Rafael Espindola2018-02-231-11/+11
* Revert "Start setting dso_local for COFF."Rafael Espindola2018-02-231-11/+11
* Start setting dso_local for COFF.Rafael Espindola2018-02-231-11/+11
* clang fix for LLVM API change: isKnownNonNull -> isKnownNonZeroNuno Lopes2017-09-091-2/+2
* [MS ABI] Correctly mangling vbase destructorsDavid Majnemer2017-02-141-1/+1
* Fix two tests relying on LLVM -O1 behaviorReid Kleckner2016-02-111-2/+2
* [MS ABI] Tolerate invokes of __RTDynamicCastDavid Majnemer2015-11-231-1/+20
* Rebase tests after LLVM r247707.Nico Weber2015-09-151-2/+2
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-12/+12
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-21/+21
* MS ABI: Emit more canonical vbptr stores and loadsReid Kleckner2014-10-221-30/+24
* CodeGen: Cleanup MS ABI RTTI LLVM IRDavid Majnemer2014-07-071-6/+6
* Revert "Revert r211402 (and r211408,r211410), "CodeGen: Refactor dynamic_cast...David Majnemer2014-06-221-133/+105
* Revert r211402 (and r211408,r211410), "CodeGen: Refactor dynamic_cast and typ...NAKAMURA Takumi2014-06-221-105/+133
* CodeGen: Fix test to work with assertions as wellDavid Majnemer2014-06-201-1/+1
* CodeGen: typeid/dynamic_cast tests don't need assertsDavid Majnemer2014-06-201-36/+23
* CodeGen: Refactor dynamic_cast and typeidDavid Majnemer2014-06-201-132/+117
* Unbreak release builds.Arnold Schwaighofer2014-06-071-0/+1
* [MS-ABI] Implement dynamic_castWarren Hunt2014-06-061-0/+157
OpenPOWER on IntegriCloud