summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/MicrosoftCXXABI.cpp
Commit message (Expand)AuthorAgeFilesLines
* CFI: Emit correct bit set information if RTTI is disabled under MS ABI.Peter Collingbourne2015-07-091-11/+19
* CodeGen: Fix off-by-one error in CFI class identification function for MS ABI.Peter Collingbourne2015-07-081-2/+2
* [MS ABI] Stick constructor closures in an IR COMDAT groupDavid Majnemer2015-06-301-0/+2
* Delete unused variables.Frederic Riss2015-06-291-3/+0
* [MS ABI] Unify constant and non-constant member pointer conversionDavid Majnemer2015-06-291-138/+51
* [MS ABI] Account for the virtual inheritance quirk when manglingDavid Majnemer2015-06-231-28/+6
* [MS ABI] Rework member pointer conversionDavid Majnemer2015-06-231-55/+259
* [MS ABI] Refactor member pointer generationDavid Majnemer2015-06-231-28/+75
* [CodeGen] Rename EmitMemberPointer to EmitMemberFunctionPointerDavid Majnemer2015-06-231-2/+3
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-2/+2
* CFI: Implement bitset emission for the Microsoft ABI.Peter Collingbourne2015-06-191-0/+104
* Implement diagnostic mode for -fsanitize=cfi*, -fsanitize=cfi-diag.Peter Collingbourne2015-06-191-4/+6
* [MS ABI] Initialize "most general" member pointers which don't point at a vbaseDavid Majnemer2015-06-181-1/+1
* Reinstate r239499 and r239503David Majnemer2015-06-111-19/+9
* Revert "[MS ABI] Allow fastcall member function pointers to get CodeGen'd"Manuel Klimek2015-06-111-9/+19
* [MS ABI] Allow fastcall member function pointers to get CodeGen'dDavid Majnemer2015-06-111-14/+9
* [MS ABI] Allow memfn pointers with unconvertible types to be formedDavid Majnemer2015-06-111-6/+1
* [MS ABI] Form member pointers from virtual funcs overriding vbasesDavid Majnemer2015-05-101-12/+13
* [MS ABI] Make sure we number thread_local statics seperatelyDavid Majnemer2015-05-071-8/+15
* [MS ABI] Implement thread-safe initialization using the MSVC 2015 ABIDavid Majnemer2015-05-071-54/+189
* [opaque pointer type] update for LLVM API changeDavid Blaikie2015-04-291-3/+2
* [WinEH] Don't emit an exceptional cleanup for llvm.eh.endcatchReid Kleckner2015-04-221-3/+2
* [WinEH] Don't create an alloca for unnamed catch parametersReid Kleckner2015-04-071-1/+3
* [opaque pointer type] More GEP API migrationsDavid Blaikie2015-04-051-1/+2
* [opaque pointer type] more GEP API migrationsDavid Blaikie2015-04-041-4/+4
* [MS ABI] A pointer-to-function cannot be caught as a pointer-to-voidDavid Majnemer2015-04-041-3/+4
* [opaque pointer type] Update for GEP API changes in LLVMDavid Blaikie2015-04-021-3/+5
* [MS ABI] Rework .xdata HandlerType emissionDavid Majnemer2015-03-291-27/+26
* MS ABI: Don't try to emit VF/VB-Tables for extern class templatesDavid Majnemer2015-03-181-96/+88
* MS ABI: Build C++ default argument exprs for exported template classesReid Kleckner2015-03-171-2/+5
* MS ABI: Emit HandlerMap entries for C++ catchDavid Majnemer2015-03-171-6/+55
* WIPDavid Majnemer2015-03-171-17/+15
* MS ABI: Delay default constructor closure checking until the outermost class ...Reid Kleckner2015-03-171-0/+2
* MS ABI: Don't use qualified pointee types for 'catch' EH TypeDescriptorsDavid Majnemer2015-03-151-28/+50
* MS ABI: Tidy up references to the ASTContextDavid Majnemer2015-03-141-20/+21
* MS ABI: Generate default constructor closuresDavid Majnemer2015-03-131-22/+44
* MS ABI: Implement __GetExceptionInfo for std::make_exception_ptrDavid Majnemer2015-03-131-1/+1
* MS ABI: Allow a nullptr_t exception to be caught by void * catch handlerDavid Majnemer2015-03-121-0/+11
* Instead of dereferencing std::vector::end() (which is UB and causes failed as...Aaron Ballman2015-03-121-1/+2
* MS ABI: Implement copy-ctor closures, finish implementing throwDavid Majnemer2015-03-111-7/+122
* MS ABI: Mangle the location of the catchable type into it's nameDavid Majnemer2015-03-101-1/+2
* MS ABI: Stick throw-related data into the .xdata sectionDavid Majnemer2015-03-061-3/+6
* MS ABI: Correctly generate throw-info for pointer to const qual typesDavid Majnemer2015-03-061-2/+14
* MS ABI: Insert copy-constructors into the CatchableTypeDavid Majnemer2015-03-061-8/+11
* MS ABI: Implement support for throwing a C++ exceptionDavid Majnemer2015-03-051-27/+368
* Split catch IRgen into ItaniumCXXABI and MicrosoftCXXABIReid Kleckner2015-03-031-0/+41
* MS ABI: Simplify the code which performs base adjustmentsDavid Majnemer2015-02-271-19/+17
* MS ABI: Implement support for 'novtable'David Majnemer2015-02-021-1/+5
* Add the "thunk" attribute to MS ABI virtual member pointersReid Kleckner2015-01-211-0/+6