summaryrefslogtreecommitdiff
path: root/lib/AST/ItaniumMangle.cpp
Commit message (Expand)AuthorAge
* Remove old proposal noticesAlp Toker2014-06-05
* AArch64/ARM64: update Clang after AArch64 removal.Tim Northover2014-05-24
* [C++11] Use 'nullptr'. AST edition.Craig Topper2014-05-12
* AST: Update reference temporary manglingDavid Majnemer2014-05-06
* AST: Mangle reference temporaries reliablyDavid Majnemer2014-05-01
* [ARM64] Add arm64_be where it was accidentally missed from a bunch of if-cond...James Molloy2014-04-30
* Add mangling for attribute enable_if. The demangling patch for libcxxabi is s...Nick Lewycky2014-04-26
* AST: Elaborated type specifier mangling occurs before nested-nameDavid Majnemer2014-04-15
* Replace llvm::array_endof with C++11's std::end.Benjamin Kramer2014-04-12
* Remove Unicode introduced in r205943David Majnemer2014-04-10
* AST: Implement proposal for dependent elaborated type specifiersDavid Majnemer2014-04-10
* ARM64: initial clang support commit.Tim Northover2014-03-29
* MS ABI: Eliminate Duplicate StringsDavid Majnemer2014-03-24
* Revert r204562,204566,204586,204587 as they broke ASan on WindowsTimur Iskhodzhanov2014-03-24
* MS ABI: Eliminate Duplicate StringsDavid Majnemer2014-03-23
* [C++11] Replacing ObjCObjectType iterators qual_begin() and qual_end() with i...Aaron Ballman2014-03-17
* [C++11] Replacing FunctionProtoType iterators param_type_begin() and param_ty...Aaron Ballman2014-03-17
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-11
* Tab to spaces. No functionality change.Nick Lewycky2014-03-09
* [C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...Aaron Ballman2014-03-08
* [-cxx-abi microsoft] Implement local manglings accuratelyDavid Majnemer2014-03-05
* Add AArch64 big endian Target (aarch64_be)Christian Pirker2014-02-25
* [AArch64] Change int64_t from 'long long int' to 'long int' for AArch64 target.Kevin Qin2014-02-24
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-25
* Rename FunctionProtoType accessors from 'arguments' to 'parameters'Alp Toker2014-01-20
* Eliminate UnaryTypeTraitExprAlp Toker2014-01-01
* Eliminate BinaryTypeTraitExprAlp Toker2013-12-13
* AST: Update URL for Itanium ABI specDavid Majnemer2013-12-13
* Add an AdjustedType sugar node for adjusting calling conventionsReid Kleckner2013-12-05
* Test commit for the user "kromanova" to verify commit access. I removed "UNSU...Ekaterina Romanova2013-11-21
* Add a mangler entry point for TBAA rather than using RTTI directlyReid Kleckner2013-11-19
* Fix the problem that the arm_neon.h can't be used in a cpp file. Also fix a m...Hao Liu2013-11-17
* Fix PR17738 - add support for vtordisp thunks when using -cxx-abi microsoftTimur Iskhodzhanov2013-11-06
* Sema: Do not allow overloading between methods based on restrictDavid Majnemer2013-11-03
* Make thunk this/return adjustment ABI-specific. Also, fix the return adjustme...Timur Iskhodzhanov2013-10-30
* AST: Mangle fields in anonymous structs/unionsDavid Majnemer2013-10-23
* On 32 bit windows, mangle stdcall and fastcall decls in clang.Rafael Espindola2013-10-16
* Extract ABI-specific parts of MangleContext into separate classesTimur Iskhodzhanov2013-10-03
* Abstract out the emission of vtables, add basic support for vtable emission w...Timur Iskhodzhanov2013-09-27
* AST: Handle qualified array types in typeid() expressionsDavid Majnemer2013-09-27
* Add the intrinsic __builtin_convertvectorHal Finkel2013-09-18
* A buildbot compiling with strict error on unused variables pointed out aDavid Tweed2013-09-13
* Certain multi-platform languages, such as OpenCL, have the concept ofDavid Tweed2013-09-13
* [ms-cxxabi] Mangle dynamic initializer stubs the same way MSVC doesReid Kleckner2013-09-10
* [ms-cxxabi] Implement guard variables for static initializationReid Kleckner2013-09-10
* Itanium mangler: remove "proposal" comments for manglings that are in theRichard Smith2013-08-27
* Started implementing variable templates. Top level declarations should be ful...Larisse Voufo2013-08-06
* Silence unused variable warning in non-assert builds.Daniel Jasper2013-08-01
* AArch64: initial NEON supportTim Northover2013-08-01
* Finish off mangling locals in block literals.Eli Friedman2013-07-10