summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/Mangle.h
Commit message (Expand)AuthorAgeFilesLines
* [index] Factor libclang's functionality to determing the mangled name of symb...Argyrios Kyrtzidis2016-02-141-0/+1
* Make the remaining headers self-contained.Benjamin Kramer2016-02-021-0/+1
* [MS ABI] Remove mangleCXXCatchHandlerTypeDavid Majnemer2015-12-311-3/+0
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* CFI: Introduce -fsanitize=cfi-icall flag.Peter Collingbourne2015-09-101-3/+0
* [MS ABI] Rework member pointer conversionDavid Majnemer2015-06-231-0/+4
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* [MS ABI] Implement thread-safe initialization using the MSVC 2015 ABIDavid Majnemer2015-05-071-0/+4
* Reland r234613 (and follow-ups 234614, 234616, 234618)Reid Kleckner2015-04-141-0/+3
* Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216.Nico Weber2015-04-131-3/+0
* Revert r234786, it contained a bunch of stuff I did not mean to commit.Nico Weber2015-04-131-0/+3
* Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216.Nico Weber2015-04-131-3/+0
* [SEH] Re-land r234532, but use internal linkage for all SEH helpersReid Kleckner2015-04-101-0/+3
* Revert r234532 for a bit, it very likely caused http://crbug.com/475768Nico Weber2015-04-101-3/+0
* [SEH] Outline finally blocks using the new variable capture supportReid Kleckner2015-04-091-0/+3
* [MS ABI] Rework .xdata HandlerType emissionDavid Majnemer2015-03-291-3/+2
* MS ABI: Emit HandlerMap entries for C++ catchDavid Majnemer2015-03-171-0/+4
* MS ABI: Implement copy-ctor closures, finish implementing throwDavid Majnemer2015-03-111-3/+3
* MS ABI: Mangle the location of the catchable type into it's nameDavid Majnemer2015-03-101-1/+3
* MS ABI: Insert copy-constructors into the CatchableTypeDavid Majnemer2015-03-061-2/+2
* MS ABI: Implement support for throwing a C++ exceptionDavid Majnemer2015-03-051-0/+9
* Implement Control Flow Integrity for virtual calls.Peter Collingbourne2015-02-201-0/+3
* Initial support for Win64 SEH IR emissionReid Kleckner2015-01-221-0/+3
* Add support for putting constructors and destructos in explicit comdats.Rafael Espindola2014-09-161-0/+5
* Eliminate redundant MangleBuffer classAlp Toker2014-06-031-27/+0
* [MS-ABI] Implements MS-compatible RTTIWarren Hunt2014-05-231-1/+1
* MS ABI: Tighten RTTI manglingDavid Majnemer2014-05-131-8/+6
* MS ABI: Preliminary RTTI manglingDavid Majnemer2014-05-131-0/+17
* AST: Mangle reference temporaries reliablyDavid Majnemer2014-05-011-0/+1
* MS ABI: Eliminate Duplicate StringsDavid Majnemer2014-03-241-1/+4
* Revert r204562,204566,204586,204587 as they broke ASan on WindowsTimur Iskhodzhanov2014-03-241-4/+1
* MS ABI: Eliminate Duplicate StringsDavid Majnemer2014-03-231-1/+4
* [-cxx-abi microsoft] Implement local manglings accuratelyDavid Majnemer2014-03-051-1/+8
* MS ABI: Mangle member pointer template argumentsReid Kleckner2014-02-051-1/+0
* [-cxx-abi microsoft] Mangle large integral constants correctlyDavid Majnemer2013-12-091-1/+2
* Add a mangler entry point for TBAA rather than using RTTI directlyReid Kleckner2013-11-191-0/+6
* [-cxx-abi microsoft] Emit thunks for pointers to virtual member functionsHans Wennborg2013-11-151-0/+3
* On 32 bit windows, mangle stdcall and fastcall decls in clang.Rafael Espindola2013-10-161-2/+4
* Extract ABI-specific parts of MangleContext into separate classesTimur Iskhodzhanov2013-10-031-42/+67
* Abstract out the emission of vtables, add basic support for vtable emission w...Timur Iskhodzhanov2013-09-271-0/+8
* [ms-cxxabi] Mangle dynamic initializer stubs the same way MSVC doesReid Kleckner2013-09-101-0/+3
* [ms-cxxabi] Implement guard variables for static initializationReid Kleckner2013-09-101-5/+5
* Get rid of dead/useless code for block mangling.Eli Friedman2013-07-101-3/+0
* [ms-cxxabi] Emit and install appropriately mangled vbtablesReid Kleckner2013-06-191-0/+6
* Implement CodeGen for C++11 thread_local, following the Itanium ABI specifica...Richard Smith2013-04-191-0/+10
* Sort #include lines for all files under include/...Chandler Carruth2012-12-041-1/+1
* block literal irgen: several improvements on naming blockFariborz Jahanian2012-06-261-1/+3
* Revert my patches which removed Diagnostic.h includes by moving some operator...Benjamin Kramer2012-02-071-2/+0