Age | Commit message (Expand) | Author |
2010-05-05 | Reapplying patch to change StmtNodes.def to StmtNodes.td, this time | Sean Hunt |
2010-05-05 | Revert r103072; I accidentally ended up deleting a bunch of trailing | Sean Hunt |
2010-05-05 | Change StmtNodes.def to StmtNodes.td in anticipation of a rewrite of attributes | Sean Hunt |
2010-04-28 | Improve name mangling for dependent template names (e.g., typename | Douglas Gregor |
2010-04-27 | Make the InjectedClassNameType the canonical type of the current instantiation | John McCall |
2010-04-23 | Emit a lame diagnostic when we can't mangle operator names | Douglas Gregor |
2010-04-23 | Mangle dependent template names such as the nested-name-specifier in | Douglas Gregor |
2010-04-20 | Fixes a code gen. bug by removing an assert. | Fariborz Jahanian |
2010-04-17 | Vtable -> VTable renames across the board. | Anders Carlsson |
2010-04-17 | Add raw_ostream operators to NamedDecl for convenience. Switch over all users... | Benjamin Kramer |
2010-04-10 | A bunch of string-related microoptimizations in Mangler. | Benjamin Kramer |
2010-04-10 | Doug pointed out that we have a perfectly reasonable expression here to | John McCall |
2010-04-09 | Mangle some expressions with codegen implications but no mangling "overhead". | John McCall |
2010-04-09 | Provide an extremely unsatisfactory diagnostic (instead of crashing) when | John McCall |
2010-04-09 | Provide manglings for bool and character literal expressions. These are | John McCall |
2010-04-08 | Rename CGVtable files to CGVTables. | Anders Carlsson |
2010-03-31 | Extend DependentNameType with a keyword enum that specifies whether | Douglas Gregor |
2010-03-31 | Rename TypenameType to DependentNameType in anticipation of some | Douglas Gregor |
2010-03-30 | Remove the old vtable layout code. | Anders Carlsson |
2010-03-26 | Implement new mangling for vectors. | Nick Lewycky |
2010-03-23 | More thunks scaffolding. | Anders Carlsson |
2010-03-17 | Correctly mangle dependent TypenameType. | Rafael Espindola |
2010-03-13 | Use SmallString instead of SmallVector | Kovarththanan Rajaratnam |
2010-03-11 | Correctly mangle address of member in template arguments. Fixes PR6460 | Rafael Espindola |
2010-03-07 | Don't turn off mangling in implicitly extern "C" system headers. GCC | Douglas Gregor |
2010-03-04 | Refactor local class name mangling and make it | Fariborz Jahanian |
2010-03-03 | Implements mangling of local class names to | Fariborz Jahanian |
2010-03-01 | Split out types that are non-canonical unless dependent as their own | John McCall |
2010-03-01 | The latest draft uses 'dt' to mangle member expressions, and now so do we. | John McCall |
2010-02-28 | Improve name mangling for dependently-scoped declaration references. | Douglas Gregor |
2010-02-28 | Add name mangling for DeclRefExprs that refer to external names | Douglas Gregor |
2010-02-23 | Make previous fix handle a few more edge cases. | Eli Friedman |
2010-02-23 | PR6400: Handle an extreme edge case in mangling correctly. | Eli Friedman |
2010-02-06 | Only append 'L' for internal variable declarations, not all declarations. (Fo... | Anders Carlsson |
2010-02-06 | Assert when we try to mangle a dependent template name, rather than | Douglas Gregor |
2010-02-05 | Implement name mangling for template template parameters | Douglas Gregor |
2010-02-05 | Check in a mangle checker that's turned off by default. | Anders Carlsson |
2010-02-04 | Mangle member expressions. Also invented. | John McCall |
2010-02-04 | Add a cautionary note about the mangling I just invented. | John McCall |
2010-02-04 | Add mangling support for calls, sizeof/alignof, constructor calls, | John McCall |
2010-02-03 | When a function or variable somehow depends on a type or declaration | Douglas Gregor |
2010-02-03 | Remove abstract expression kinds from the StmtClass enum. Update a few users | John McCall |
2010-01-29 | Name mangling for cast expressions, from Matthias Schiffer! Fixes PR5876. | Douglas Gregor |
2010-01-24 | Mangle static variables with an extra name to distinguish them from non-stati... | Sean Hunt |
2010-01-07 | fix PR5869: mangle static symbols like gcc does to make it easier to diff sym... | Nuno Lopes |
2009-12-29 | Get rid of FixedWidthIntType, as suggested by Chris and Eli. | Anders Carlsson |
2009-12-23 | Mangle block pointer types. Fixes PR5858. | Anders Carlsson |
2009-12-23 | There is no such thing as typeinfo for a cv-qualified type. Assert | Douglas Gregor |
2009-12-23 | Mangle template template parameters. Fixes PR5861. | Anders Carlsson |
2009-12-22 | Make sure that we mangle overloaded operators that are member functions corre... | Anders Carlsson |