summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ItaniumMangle.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Add the intrinsic __builtin_convertvectorHal Finkel2013-09-181-0/+1
* A buildbot compiling with strict error on unused variables pointed out aDavid Tweed2013-09-131-1/+0
* Certain multi-platform languages, such as OpenCL, have the concept ofDavid Tweed2013-09-131-7/+25
* [ms-cxxabi] Mangle dynamic initializer stubs the same way MSVC doesReid Kleckner2013-09-101-0/+9
* [ms-cxxabi] Implement guard variables for static initializationReid Kleckner2013-09-101-3/+15
* Itanium mangler: remove "proposal" comments for manglings that are in theRichard Smith2013-08-271-13/+8
* Started implementing variable templates. Top level declarations should be ful...Larisse Voufo2013-08-061-1/+9
* Silence unused variable warning in non-assert builds.Daniel Jasper2013-08-011-0/+1
* AArch64: initial NEON supportTim Northover2013-08-011-2/+73
* Finish off mangling locals in block literals.Eli Friedman2013-07-101-4/+25
* More local mangling fixes.Eli Friedman2013-07-101-39/+42
* Don't use mangleCXXRTTIName in TBAA for C code.Eli Friedman2013-07-051-5/+6
* Fix regression from r185450.Eli Friedman2013-07-051-4/+5
* More fixes for block mangling.Eli Friedman2013-07-021-44/+77
* Don't skip lambdas when mangling local vars.Eli Friedman2013-07-021-18/+18
* Simplify code in mangler.Eli Friedman2013-07-011-6/+2
* Fix mangling for block literals.Eli Friedman2013-07-011-8/+15
* Change mangling of objects inside block literals.Eli Friedman2013-06-241-6/+9
* [AST] Introduce a new DecayedType sugar nodeReid Kleckner2013-06-241-0/+1
* [ms-cxxabi] Emit and install appropriately mangled vbtablesReid Kleckner2013-06-191-0/+10
* Introduce a new mangling for protocol-qualified ObjC types in C++. This allowsEli Friedman2013-06-181-2/+13
* PR12086, PR15117Richard Smith2013-06-121-0/+4
* Cleanup handling of UniqueExternalLinkage.Rafael Espindola2013-05-131-2/+2
* CodeGen for CapturedStmtsBen Langmuir2013-05-091-0/+4
* Implement C++1y decltype(auto).Richard Smith2013-04-261-1/+1
* C++1y: Allow aggregates to have default initializers.Richard Smith2013-04-201-0/+4
* Implement CodeGen for C++11 thread_local, following the Itanium ABI specifica...Richard Smith2013-04-191-0/+18
OpenPOWER on IntegriCloud