| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the mangling of class template arguments in a particular | John McCall | 2012-01-06 | 1 | -2/+17 |
* | Fix mangling substitutions for address-space-qualified class | Douglas Gregor | 2011-12-03 | 1 | -2/+9 |
* | Change the AST representation of operations on Objective-C | John McCall | 2011-11-06 | 1 | -0/+1 |
* | Macro metaprogramming for builtin types. | John McCall | 2011-10-18 | 1 | -4/+4 |
* | Add a new placeholder type to represent "unbridged" | John McCall | 2011-10-17 | 1 | -0/+1 |
* | Provide half floating point support as a storage only type. | Anton Korobeynikov | 2011-10-14 | 1 | -1/+2 |
* | Initial implementation of __atomic_* (everything except __atomic_is_lock_free). | Eli Friedman | 2011-10-11 | 1 | -0/+1 |
* | Constant expression evaluation refactoring: | Richard Smith | 2011-10-10 | 1 | -1/+2 |
* | Support for C1x _Atomic specifier (see testcase). This is primarily being co... | Eli Friedman | 2011-10-06 | 1 | -0/+8 |
* | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie | 2011-09-25 | 1 | -8/+8 |
* | Removing a bunch of dead returns/breaks after llvm_unreachables. | David Blaikie | 2011-09-23 | 1 | -3/+0 |
* | Switch assert(0/false) llvm_unreachable. | David Blaikie | 2011-09-23 | 1 | -3/+3 |
* | Rename ExplicitTemplateArgumentList -> ASTTemplateArgumentListInfo, no functi... | Argyrios Kyrtzidis | 2011-09-22 | 1 | -2/+2 |
* | Extend the ASTContext constructor to delay the initialization of | Douglas Gregor | 2011-09-02 | 1 | -1/+1 |
* | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -35/+35 |
* | 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 |