Age | Commit message (Expand) | Author |
2011-04-24 | The ABI settled on mangling float literals with lowercase hex dumps. | John McCall |
2011-04-15 | Support for C++11 (non-template) alias declarations. | Richard Smith |
2011-04-15 | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner |
2011-04-15 | C1X: implement generic selections | Peter Collingbourne |
2011-04-07 | Basic, untested implementation for an "unknown any" type requested by LLDB. | John McCall |
2011-04-06 | Do not use IR marker for LLVM intrinsics | Peter Collingbourne |
2011-03-22 | File-scope static functions need to be mangled with 'L' so that | John McCall |
2011-03-11 | Add support for the OpenCL vec_step operator, by generalising and | Peter Collingbourne |
2011-03-03 | Add a missing break, from John Wiegley | Douglas Gregor |
2011-02-28 | When we encounter a dependent template name within a | Douglas Gregor |
2011-02-24 | Teach NestedNameSpecifier to keep track of namespace aliases the same | Douglas Gregor |
2011-02-21 | Mangling of undeduced 'auto' types, as specified by Itanium C++ ABI. | Richard Smith |
2011-02-20 | Implement the C++0x deduced 'auto' feature. | Richard Smith |
2011-02-17 | Change the representation of GNU ?: expressions to use a different expression | John McCall |
2011-02-15 | Add a hack to avoid adding '\01' to asm names when possible. It would be | Rafael Espindola |
2011-02-11 | For consistency, use llvm::raw_ostream in the rest of the mangle api. | Rafael Espindola |
2011-02-11 | Use raw_ostream instead of raw_svector_ostream. | Rafael Espindola |
2011-02-10 | Use raw_svector_ostream in more places in the mangler. | Rafael Espindola |
2011-02-09 | AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actions | Peter Collingbourne |
2011-02-09 | Remove vtables from the Stmt hierarchy; this was pretty easy as | John McCall |
2011-01-26 | When mangling a qualified array type, push the qualifiers down to the | John McCall |
2011-01-26 | Rvalue references for *this: add name mangling for ref-qualifiers, | Douglas Gregor |
2011-01-19 | Change QualType::getTypePtr() to return a const pointer, then change a | John McCall |
2011-01-15 | Introduce a new kind of TemplateName that captures a substituted | Douglas Gregor |
2011-01-15 | Introduce a new expression kind, SubstNonTypeTemplateParmPackExpr, | Douglas Gregor |
2011-01-14 | Start implementing support for substitution into pack expansions that | Douglas Gregor |
2011-01-13 | Move name mangling support from CodeGen to AST. In the | Peter Collingbourne |