summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ItaniumMangle.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename TemplateArgument::getTypeForDecl to getParamTypeForDecl for clarityDavid Blaikie2014-10-171-1/+1
* PR21246: DebugInfo: Emit the appropriate type (cv qualifiers, reference-ness,...David Blaikie2014-10-161-1/+1
* -ms-extensions: Implement __super scope specifier (PR13236).Nikola Smiljanic2014-09-261-0/+6
* Patch to allow mangling of microsoft’s __uuidof expression for the Itanium ...Fariborz Jahanian2014-09-241-1/+14
* AST: Mangle cast expression encoding more accuratelyDavid Majnemer2014-09-231-6/+23
* Add support for putting constructors and destructos in explicit comdats.Rafael Espindola2014-09-161-3/+21
* AST: Fix the mangling for unqualified-blocksDavid Majnemer2014-08-041-2/+2
* AArch64: update Clang for merged arm64/aarch64 triples.Tim Northover2014-07-231-3/+1
* Added the pack_elements range accessor. Refactoring some for loops to use ran...Aaron Ballman2014-07-151-4/+2
* Import MutableArrayRef into clang namespace.Craig Topper2014-06-281-2/+2
* Remove old proposal noticesAlp Toker2014-06-051-3/+0
* AArch64/ARM64: update Clang after AArch64 removal.Tim Northover2014-05-241-4/+4
* [C++11] Use 'nullptr'. AST edition.Craig Topper2014-05-121-25/+27
* AST: Update reference temporary manglingDavid Majnemer2014-05-061-24/+26
* AST: Mangle reference temporaries reliablyDavid Majnemer2014-05-011-1/+6
* [ARM64] Add arm64_be where it was accidentally missed from a bunch of if-cond...James Molloy2014-04-301-0/+1
* Add mangling for attribute enable_if. The demangling patch for libcxxabi is s...Nick Lewycky2014-04-261-0/+19
* AST: Elaborated type specifier mangling occurs before nested-nameDavid Majnemer2014-04-151-2/+2
* Replace llvm::array_endof with C++11's std::end.Benjamin Kramer2014-04-121-4/+2
* Remove Unicode introduced in r205943David Majnemer2014-04-101-4/+4
* AST: Implement proposal for dependent elaborated type specifiersDavid Majnemer2014-04-101-1/+28
* ARM64: initial clang support commit.Tim Northover2014-03-291-4/+18
* MS ABI: Eliminate Duplicate StringsDavid Majnemer2014-03-241-0/+10
* Revert r204562,204566,204586,204587 as they broke ASan on WindowsTimur Iskhodzhanov2014-03-241-10/+0
* MS ABI: Eliminate Duplicate StringsDavid Majnemer2014-03-231-0/+10
* [C++11] Replacing ObjCObjectType iterators qual_begin() and qual_end() with i...Aaron Ballman2014-03-171-3/+2
* [C++11] Replacing FunctionProtoType iterators param_type_begin() and param_ty...Aaron Ballman2014-03-171-4/+2
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-111-25/+22
* Tab to spaces. No functionality change.Nick Lewycky2014-03-091-1/+1
* [C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...Aaron Ballman2014-03-081-3/+2
* [-cxx-abi microsoft] Implement local manglings accuratelyDavid Majnemer2014-03-051-21/+12
* Add AArch64 big endian Target (aarch64_be)Christian Pirker2014-02-251-2/+4
* [AArch64] Change int64_t from 'long long int' to 'long int' for AArch64 target.Kevin Qin2014-02-241-3/+3
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-251-1/+1
* Rename FunctionProtoType accessors from 'arguments' to 'parameters'Alp Toker2014-01-201-3/+3
* Eliminate UnaryTypeTraitExprAlp Toker2014-01-011-1/+0
* Eliminate BinaryTypeTraitExprAlp Toker2013-12-131-1/+0
* AST: Update URL for Itanium ABI specDavid Majnemer2013-12-131-1/+1
* Add an AdjustedType sugar node for adjusting calling conventionsReid Kleckner2013-12-051-0/+1
* Test commit for the user "kromanova" to verify commit access. I removed "UNSU...Ekaterina Romanova2013-11-211-1/+1
* Add a mangler entry point for TBAA rather than using RTTI directlyReid Kleckner2013-11-191-0/+5
* Fix the problem that the arm_neon.h can't be used in a cpp file. Also fix a m...Hao Liu2013-11-171-3/+3
* Fix PR17738 - add support for vtordisp thunks when using -cxx-abi microsoftTimur Iskhodzhanov2013-11-061-3/+4
* Sema: Do not allow overloading between methods based on restrictDavid Majnemer2013-11-031-1/+6
* Make thunk this/return adjustment ABI-specific. Also, fix the return adjustme...Timur Iskhodzhanov2013-10-301-2/+2
* AST: Mangle fields in anonymous structs/unionsDavid Majnemer2013-10-231-0/+2
* On 32 bit windows, mangle stdcall and fastcall decls in clang.Rafael Espindola2013-10-161-34/+5
* Extract ABI-specific parts of MangleContext into separate classesTimur Iskhodzhanov2013-10-031-73/+50
* Abstract out the emission of vtables, add basic support for vtable emission w...Timur Iskhodzhanov2013-09-271-0/+11
* AST: Handle qualified array types in typeid() expressionsDavid Majnemer2013-09-271-1/+1
OpenPOWER on IntegriCloud