| Commit message (Expand) | Author | Age | Files | Lines |
| * | Create a new expression node, SubstNonTypeTemplateParmExpr, | John McCall | 2011-07-15 | 1 | -0/+5 |
| * | Improve name mangling for instantiation-dependent types that are not | Douglas Gregor | 2011-07-12 | 1 | -15/+51 |
| * | Implement name mangling for sizeof...(function parameter pack). | Douglas Gregor | 2011-07-12 | 1 | -9/+2 |
| * | Mangle dependent template names of unknown arity | Douglas Gregor | 2011-07-12 | 1 | -10/+4 |
| * | Implement the Itanium C++ ABI's mangling rule for | Douglas Gregor | 2011-07-12 | 1 | -2/+23 |
| * | Centralize the getCanonicalType() calls in the Itanium C++ mangling | Douglas Gregor | 2011-07-12 | 1 | -9/+4 |
| * | Just mangle substituted template parameter types as unresolved types. | John McCall | 2011-07-01 | 1 | -10/+3 |
| * | Change the mangling of enclosing template template parameters | John McCall | 2011-07-01 | 1 | -19/+73 |
| * | No, actually, we do need to be able to mangle substituted template names. | John McCall | 2011-06-30 | 1 | -3/+10 |
| * | Preserve that a TemplateName was arrived at by substituting | John McCall | 2011-06-30 | 1 | -0/+4 |
| * | Be more thorough about mangling unresolved types. | John McCall | 2011-06-28 | 1 | -56/+101 |
| * | Fix the mangling of dependent-scope decl ref expressions so that they | John McCall | 2011-06-21 | 1 | -20/+8 |
| * | Introduce a new AST node describing reference binding to temporaries. | Douglas Gregor | 2011-06-21 | 1 | -0/+5 |
| * | Objective-C++ ARC: do not mangle __unsafe_unretained lifetime | Douglas Gregor | 2011-06-17 | 1 | -2/+7 |
| * | Automatic Reference Counting. | John McCall | 2011-06-15 | 1 | -2/+40 |
| * | Don't add objc method name mangling to locally declared function. | Fariborz Jahanian | 2011-06-09 | 1 | -0/+6 |
| * | Add name mangling for expr .* expr. Fixes PR9983 / <rdar://problem/9486332>. | Douglas Gregor | 2011-06-05 | 1 | -2/+6 |
| * | Add support for builtin astype: | Tanya Lattner | 2011-06-04 | 1 | -1/+3 |
| * | Implement a new type node, UnaryTransformType, designed to represent a | Alexis Hunt | 2011-05-24 | 1 | -0/+16 |
| * | Type prefixes of unresolved-names should only be mangled as unresolved-types | John McCall | 2011-05-04 | 1 | -15/+92 |
| * | Store a parameter index and function prototype depth in every | John McCall | 2011-05-01 | 1 | -19/+143 |
| * | Implement the mangling for non-ADL call expressions that we just | John McCall | 2011-04-28 | 1 | -2/+47 |
| * | Implementation of Embarcadero array type traits | John Wiegley | 2011-04-28 | 1 | -0/+1 |
| * | Make yet another placeholder type, this one marking that an expression is a b... | John McCall | 2011-04-26 | 1 | -0/+1 |
| * | t/clang/expr-traits | John Wiegley | 2011-04-25 | 1 | -0/+1 |
| * | GCC seems to create address-of expression manglings when passing *any* | John McCall | 2011-04-24 | 1 | -2/+1 |
| * | Update the mangler for some of the "new" unresolved-name manglings. | John McCall | 2011-04-24 | 1 | -77/+206 |
| * | The ABI settled on mangling float literals with lowercase hex dumps. | John McCall | 2011-04-24 | 1 | -5/+18 |
| * | Support for C++11 (non-template) alias declarations. | Richard Smith | 2011-04-15 | 1 | -1/+1 |
| * | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -1/+1 |
| * | C1X: implement generic selections | Peter Collingbourne | 2011-04-15 | 1 | -0/+1 |
| * | Basic, untested implementation for an "unknown any" type requested by LLDB. | John McCall | 2011-04-07 | 1 | -0/+1 |
| * | Do not use IR marker for LLVM intrinsics | Peter Collingbourne | 2011-04-06 | 1 | -2/+3 |
| * | File-scope static functions need to be mangled with 'L' so that | John McCall | 2011-03-22 | 1 | -4/+6 |
| * | Add support for the OpenCL vec_step operator, by generalising and | Peter Collingbourne | 2011-03-11 | 1 | -4/+16 |
| * | Add a missing break, from John Wiegley | Douglas Gregor | 2011-03-03 | 1 | -0/+1 |
| * | When we encounter a dependent template name within a | Douglas Gregor | 2011-02-28 | 1 | -1/+12 |
| * | Teach NestedNameSpecifier to keep track of namespace aliases the same | Douglas Gregor | 2011-02-24 | 1 | -0/+3 |
| * | Mangling of undeduced 'auto' types, as specified by Itanium C++ ABI. | Richard Smith | 2011-02-21 | 1 | -2/+5 |
| * | Implement the C++0x deduced 'auto' feature. | Richard Smith | 2011-02-20 | 1 | -3/+6 |
| * | Change the representation of GNU ?: expressions to use a different expression | John McCall | 2011-02-17 | 1 | -0/+12 |
| * | Add a hack to avoid adding '\01' to asm names when possible. It would be | Rafael Espindola | 2011-02-15 | 1 | -1/+12 |
| * | For consistency, use llvm::raw_ostream in the rest of the mangle api. | Rafael Espindola | 2011-02-11 | 1 | -32/+19 |
| * | Use raw_ostream instead of raw_svector_ostream. | Rafael Espindola | 2011-02-11 | 1 | -11/+11 |
| * | Use raw_svector_ostream in more places in the mangler. | Rafael Espindola | 2011-02-10 | 1 | -27/+37 |
| * | AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actions | Peter Collingbourne | 2011-02-09 | 1 | -1/+2 |
| * | Remove vtables from the Stmt hierarchy; this was pretty easy as | John McCall | 2011-02-09 | 1 | -0/+1 |
| * | When mangling a qualified array type, push the qualifiers down to the | John McCall | 2011-01-26 | 1 | -11/+25 |
| * | Rvalue references for *this: add name mangling for ref-qualifiers, | Douglas Gregor | 2011-01-26 | 1 | -4/+28 |
| * | Change QualType::getTypePtr() to return a const pointer, then change a | John McCall | 2011-01-19 | 1 | -1/+2 |