| Commit message (Expand) | Author | Age | Files | Lines |
| * | Reland r234613 (and follow-ups 234614, 234616, 234618) | Reid Kleckner | 2015-04-14 | 1 | -0/+12 |
| * | Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216. | Nico Weber | 2015-04-13 | 1 | -12/+0 |
| * | Revert r234786, it contained a bunch of stuff I did not mean to commit. | Nico Weber | 2015-04-13 | 1 | -0/+12 |
| * | Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216. | Nico Weber | 2015-04-13 | 1 | -12/+0 |
| * | [SEH] Re-land r234532, but use internal linkage for all SEH helpers | Reid Kleckner | 2015-04-10 | 1 | -0/+12 |
| * | Revert r234532 for a bit, it very likely caused http://crbug.com/475768 | Nico Weber | 2015-04-10 | 1 | -12/+0 |
| * | [SEH] Outline finally blocks using the new variable capture support | Reid Kleckner | 2015-04-09 | 1 | -0/+12 |
| * | MS ABI: Implement copy-ctor closures, finish implementing throw | David Majnemer | 2015-03-11 | 1 | -0/+3 |
| * | For PR22870: produce an error rather than asserting if a designated initializ... | Richard Smith | 2015-03-11 | 1 | -1/+1 |
| * | Teach raw_ostream to accept SmallString. | Yaron Keren | 2015-03-10 | 1 | -1/+1 |
| * | Implement Control Flow Integrity for virtual calls. | Peter Collingbourne | 2015-02-20 | 1 | -0/+18 |
| * | Itanium ABI: Pack expansions change the arity of expressions to unknown | David Majnemer | 2015-02-19 | 1 | -3/+8 |
| * | CXXNameMangler::mangleUnresolvedPrefix(): Prune an obsolete \param, according... | NAKAMURA Takumi | 2015-02-19 | 1 | -2/+0 |
| * | Itanium ABI: Don't pass nullptr to a bool argument | David Majnemer | 2015-02-19 | 1 | -1/+1 |
| * | Itanium ABI: Properly qualify the destructor-name | David Majnemer | 2015-02-19 | 1 | -206/+169 |
| * | Itanium ABI: Write a character instead of a string literal | David Majnemer | 2015-02-18 | 1 | -1/+1 |
| * | Itanium ABI: Properly mangle extern "C" template arguments | David Majnemer | 2015-02-18 | 1 | -0/+8 |
| * | Itanium ABI: Mangle <mangled-name> according to the ABI | David Majnemer | 2015-02-18 | 1 | -12/+6 |
| * | Itanium ABI: Improve our mangling of <destructor-name> | David Majnemer | 2015-02-18 | 1 | -42/+90 |
| * | ItaniumMangle: Correctly mangle <base-unresolved-name> | David Majnemer | 2015-02-14 | 1 | -25/+63 |
| * | PR22465: when performing list-initialization for a class type C, if we see an | Richard Smith | 2015-02-05 | 1 | -3/+13 |
| * | Various fixes to mangling of list-initialization. | Richard Smith | 2015-02-05 | 1 | -15/+56 |
| * | Initial support for Win64 SEH IR emission | Reid Kleckner | 2015-01-22 | 1 | -0/+12 |
| * | Fix the issue of mangling of local anonymous unions (Itanium C++ ABI): | Evgeny Astigeevich | 2014-12-12 | 1 | -24/+9 |
| * | AST: Consider pseudo-struct builtin types as substitutable | David Majnemer | 2014-11-28 | 1 | -1/+14 |
| * | When mangling member-expressions, skip implicit accesses of anonymous union | Richard Smith | 2014-11-20 | 1 | -0/+12 |
| * | Update fold-expression mangling to match cxx-abi-dev discussion. | Richard Smith | 2014-11-10 | 1 | -5/+3 |
| * | [c++1z] N4295: fold-expressions. | Richard Smith | 2014-11-08 | 1 | -2/+25 |
| * | Add the initial TypoExpr AST node for delayed typo correction. | Kaelyn Takata | 2014-10-27 | 1 | -0/+1 |
| * | Itanium ABI: Template template parameters are usable as substitutions | David Majnemer | 2014-10-24 | 1 | -10/+7 |
| * | Rename TemplateArgument::getTypeForDecl to getParamTypeForDecl for clarity | David Blaikie | 2014-10-17 | 1 | -1/+1 |
| * | PR21246: DebugInfo: Emit the appropriate type (cv qualifiers, reference-ness,... | David Blaikie | 2014-10-16 | 1 | -1/+1 |
| * | -ms-extensions: Implement __super scope specifier (PR13236). | Nikola Smiljanic | 2014-09-26 | 1 | -0/+6 |
| * | Patch to allow mangling of microsoft’s __uuidof expression for the Itanium ... | Fariborz Jahanian | 2014-09-24 | 1 | -1/+14 |
| * | AST: Mangle cast expression encoding more accurately | David Majnemer | 2014-09-23 | 1 | -6/+23 |
| * | Add support for putting constructors and destructos in explicit comdats. | Rafael Espindola | 2014-09-16 | 1 | -3/+21 |
| * | AST: Fix the mangling for unqualified-blocks | David Majnemer | 2014-08-04 | 1 | -2/+2 |
| * | AArch64: update Clang for merged arm64/aarch64 triples. | Tim Northover | 2014-07-23 | 1 | -3/+1 |
| * | Added the pack_elements range accessor. Refactoring some for loops to use ran... | Aaron Ballman | 2014-07-15 | 1 | -4/+2 |
| * | Import MutableArrayRef into clang namespace. | Craig Topper | 2014-06-28 | 1 | -2/+2 |
| * | Remove old proposal notices | Alp Toker | 2014-06-05 | 1 | -3/+0 |
| * | AArch64/ARM64: update Clang after AArch64 removal. | Tim Northover | 2014-05-24 | 1 | -4/+4 |
| * | [C++11] Use 'nullptr'. AST edition. | Craig Topper | 2014-05-12 | 1 | -25/+27 |
| * | AST: Update reference temporary mangling | David Majnemer | 2014-05-06 | 1 | -24/+26 |
| * | AST: Mangle reference temporaries reliably | David Majnemer | 2014-05-01 | 1 | -1/+6 |
| * | [ARM64] Add arm64_be where it was accidentally missed from a bunch of if-cond... | James Molloy | 2014-04-30 | 1 | -0/+1 |
| * | Add mangling for attribute enable_if. The demangling patch for libcxxabi is s... | Nick Lewycky | 2014-04-26 | 1 | -0/+19 |
| * | AST: Elaborated type specifier mangling occurs before nested-name | David Majnemer | 2014-04-15 | 1 | -2/+2 |
| * | Replace llvm::array_endof with C++11's std::end. | Benjamin Kramer | 2014-04-12 | 1 | -4/+2 |
| * | Remove Unicode introduced in r205943 | David Majnemer | 2014-04-10 | 1 | -4/+4 |