summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/MicrosoftCXXABI.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merging r226707:Hans Wennborg2015-01-221-0/+6
* Revert r225705 from the branch.Rafael Espindola2015-01-211-2/+10
* [patch][pr19848] Produce explicit comdats in clang.Rafael Espindola2015-01-121-10/+2
* Wrap to 80 columns. No behavior change.Nico Weber2015-01-121-3/+3
* Add a missing override, caught by clang's inconsistent override warning.Chandler Carruth2014-11-251-1/+1
* MS ABI: Add CodeGen support for rethrowing MS C++ exceptionsDavid Majnemer2014-11-251-0/+26
* Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...David Blaikie2014-11-191-3/+3
* Update for LLVM API changeDavid Blaikie2014-11-191-1/+1
* Remove some redundant virtual specifiers on overriden functions.David Blaikie2014-11-141-1/+1
* CodeGen: Declutter the emitVirtualObjectDelete interfaceDavid Majnemer2014-11-011-7/+8
* Implement IRGen for the x86 vectorcall conventionReid Kleckner2014-10-311-2/+9
* MS ABI: Properly call global delete when invoking virtual destructorsDavid Majnemer2014-10-311-32/+46
* MS ABI: Emit more canonical vbptr stores and loadsReid Kleckner2014-10-221-4/+12
* SanitizerBlacklist: blacklist functions by their source location.Alexey Samsonov2014-10-171-3/+3
* MS ABI: Implement thread_local for global variablesDavid Majnemer2014-10-051-0/+101
* Adds 'override' to overriding methods. NFC.Fariborz Jahanian2014-10-011-1/+1
* MS ABI: Don't ICE for pointers to pointers to members of incomplete classesDavid Majnemer2014-09-181-1/+12
* Reduce code duplication a bit more. NFC.Rafael Espindola2014-09-151-12/+1
* Reduce code duplication a bit more. NFC.Rafael Espindola2014-09-151-13/+1
* Simplify the code a bit, NFC.Rafael Espindola2014-09-151-14/+2
* Move emitCXXStructor to CGCXXABI.Rafael Espindola2014-09-151-0/+79
* MS ABI: The latest VC "14" CTP implements deleted virtual functionsDavid Majnemer2014-09-121-2/+0
* MS ABI: Use the correct this arg when generating implict copy ctorDavid Majnemer2014-09-111-0/+12
* Merge GetAddrOfCXXConstructor and GetAddrOfCXXDonstructor. NFC.Rafael Espindola2014-09-111-1/+1
* Avoid some unnecessary SmallVector copies.Benjamin Kramer2014-09-111-1/+1
* Handle constructors and destructors a bit more uniformly in CodeGen.Rafael Espindola2014-09-081-34/+22
* MS ABI: Reindent MicrosoftCXXABI::GetVirtualBaseClassOffsetDavid Majnemer2014-09-011-8/+6
* Make all virtual member pointers use variadic musttail callsReid Kleckner2014-08-291-12/+25
* Pass actual CallExpr instead of CallExpr-specific iteratorsAlexey Samsonov2014-08-251-10/+10
* MS ABI: Virtual member pointer thunks are not unnamed_addrReid Kleckner2014-08-151-0/+3
* MS ABI: Handle member function pointers returning a member data pointerDavid Majnemer2014-08-071-0/+5
* MS ABI: Use musttail for vtable thunks that pass arguments by valueReid Kleckner2014-07-261-25/+1
* MS ABI: -fno-rtti-data wasn't data-free enoughDavid Majnemer2014-07-241-1/+3
* MS compatibility: always emit dllexported in-class initialized static data me...Hans Wennborg2014-07-171-2/+0
* MS ABI: Stick internal vftables in a comdat if they have RTTI dataDavid Majnemer2014-07-131-6/+4
* MS ABI: Don't unnecessarily use CGM abstractionDavid Majnemer2014-07-071-1/+1
* Fix comment typo.David Majnemer2014-07-071-5/+6
* CodeGen: Cleanup MS ABI RTTI LLVM IRDavid Majnemer2014-07-071-161/+164
* CodeGen: Refactor RTTI emissionDavid Majnemer2014-07-071-1/+512
* CodeGen: Add some comments describing VFTable CGDavid Majnemer2014-07-011-0/+20
* Driver: Handle /GR- in a compatible way with MSVCDavid Majnemer2014-07-011-2/+3
* MS ABI: Reference MSVC RTTI from the VFTableDavid Majnemer2014-07-011-29/+82
* Revert "Revert r211402 (and r211408,r211410), "CodeGen: Refactor dynamic_cast...David Majnemer2014-06-221-0/+144
* Revert r211402 (and r211408,r211410), "CodeGen: Refactor dynamic_cast and typ...NAKAMURA Takumi2014-06-221-147/+0
* CodeGen: Refactor dynamic_cast and typeidDavid Majnemer2014-06-201-0/+147
* Inherit dll attributes to static localsHans Wennborg2014-06-181-2/+3
* MS ABI: Update the thunk linkage computationHans Wennborg2014-06-061-3/+12
* Start adding support for dllimport/dllexport on classes (PR11170)Hans Wennborg2014-05-301-0/+14
* Fix some misplaced spaces around 'override'Hans Wennborg2014-05-241-1/+1
* Use comdats to avoid double initialization of weak dataReid Kleckner2014-05-231-5/+10