summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ItaniumMangle.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add support for GCC's '__auto_type' extension, per the GCC manual:Richard Smith2015-11-111-2/+4
* [coroutines] Creation of promise object, lookup of operator co_await, buildingRichard Smith2015-10-271-0/+12
* [coroutines] Add overloaded unary 'operator co_await'.Richard Smith2015-10-221-0/+3
* PR14858: Initial support for proper sizeof... handling within alias templates.Richard Smith2015-09-231-1/+10
* Run clang-format to unify the switch statement style as suggest here: http://...Alexey Bader2015-09-151-33/+100
* [OpenCL] Add new types for OpenCL 2.0.Alexey Bader2015-09-151-0/+30
* CFI: Introduce -fsanitize=cfi-icall flag.Peter Collingbourne2015-09-101-17/+0
* [OPENMP 4.0] Initial support for array sections.Alexey Bataev2015-08-251-0/+1
* Remove and forbid raw_svector_ostream::flush() calls.Yaron Keren2015-08-131-1/+0
* AST: Implement mangling support for function types without a prototype.Peter Collingbourne2015-08-071-1/+15
* [AST] Really allocate a SmallVector to the right size.Benjamin Kramer2015-08-041-2/+1
* Implement the Objective-C __kindof type qualifier.Douglas Gregor2015-07-071-0/+13
* [OPENMP] Introduced type trait "__builtin_omp_required_simd_align" for defaul...Alexey Bataev2015-07-021-1/+9
* 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
* CFI: Implement bitset emission for the Microsoft ABI.Peter Collingbourne2015-06-191-2/+1
* Implementing C99 partial re-initialization behavior (DR-253)Yunzhong Gao2015-06-101-0/+2
* [ItaniumMangle] Mangle long double as __float128 for some Power targetsDavid Majnemer2015-06-091-1/+5
* Modernize some doc comments. NFCJustin Bogner2015-05-221-13/+12
* [ItaniumMangle] Fix a typo.David Majnemer2015-05-221-1/+1
* Itanium mangler: don't trip an assertion when unresolved members have implici...Douglas Gregor2015-05-211-5/+6
* [AArch64 ACLE] Allow to define poly64_t as 'unsigned long long' on LLP64 system.Kevin Qin2015-05-141-0/+1
* Reland r234613 (and follow-ups 234614, 234616, 234618)Reid Kleckner2015-04-141-0/+12
* Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216.Nico Weber2015-04-131-12/+0
* Revert r234786, it contained a bunch of stuff I did not mean to commit.Nico Weber2015-04-131-0/+12
* Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216.Nico Weber2015-04-131-12/+0
* [SEH] Re-land r234532, but use internal linkage for all SEH helpersReid Kleckner2015-04-101-0/+12
* Revert r234532 for a bit, it very likely caused http://crbug.com/475768Nico Weber2015-04-101-12/+0
* [SEH] Outline finally blocks using the new variable capture supportReid Kleckner2015-04-091-0/+12
* MS ABI: Implement copy-ctor closures, finish implementing throwDavid Majnemer2015-03-111-0/+3
* For PR22870: produce an error rather than asserting if a designated initializ...Richard Smith2015-03-111-1/+1
* Teach raw_ostream to accept SmallString.Yaron Keren2015-03-101-1/+1
* Implement Control Flow Integrity for virtual calls.Peter Collingbourne2015-02-201-0/+18
* Itanium ABI: Pack expansions change the arity of expressions to unknownDavid Majnemer2015-02-191-3/+8
* CXXNameMangler::mangleUnresolvedPrefix(): Prune an obsolete \param, according...NAKAMURA Takumi2015-02-191-2/+0
* Itanium ABI: Don't pass nullptr to a bool argumentDavid Majnemer2015-02-191-1/+1
* Itanium ABI: Properly qualify the destructor-nameDavid Majnemer2015-02-191-206/+169
* Itanium ABI: Write a character instead of a string literalDavid Majnemer2015-02-181-1/+1
* Itanium ABI: Properly mangle extern "C" template argumentsDavid Majnemer2015-02-181-0/+8
* Itanium ABI: Mangle <mangled-name> according to the ABIDavid Majnemer2015-02-181-12/+6
* Itanium ABI: Improve our mangling of <destructor-name>David Majnemer2015-02-181-42/+90
* ItaniumMangle: Correctly mangle <base-unresolved-name>David Majnemer2015-02-141-25/+63
* PR22465: when performing list-initialization for a class type C, if we see anRichard Smith2015-02-051-3/+13
* Various fixes to mangling of list-initialization.Richard Smith2015-02-051-15/+56
* Initial support for Win64 SEH IR emissionReid Kleckner2015-01-221-0/+12
* Fix the issue of mangling of local anonymous unions (Itanium C++ ABI):Evgeny Astigeevich2014-12-121-24/+9
* AST: Consider pseudo-struct builtin types as substitutableDavid Majnemer2014-11-281-1/+14
* When mangling member-expressions, skip implicit accesses of anonymous unionRichard Smith2014-11-201-0/+12
* Update fold-expression mangling to match cxx-abi-dev discussion.Richard Smith2014-11-101-5/+3
* [c++1z] N4295: fold-expressions.Richard Smith2014-11-081-2/+25
OpenPOWER on IntegriCloud