| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rename CGVtable files to CGVTables. | Anders Carlsson | 2010-04-08 | 1 | -1/+1 |
| * | Extend DependentNameType with a keyword enum that specifies whether | Douglas Gregor | 2010-03-31 | 1 | -2/+3 |
| * | Rename TypenameType to DependentNameType in anticipation of some | Douglas Gregor | 2010-03-31 | 1 | -2/+2 |
| * | Remove the old vtable layout code. | Anders Carlsson | 2010-03-30 | 1 | -53/+0 |
| * | Implement new mangling for vectors. | Nick Lewycky | 2010-03-26 | 1 | -2/+7 |
| * | More thunks scaffolding. | Anders Carlsson | 2010-03-23 | 1 | -4/+55 |
| * | Correctly mangle dependent TypenameType. | Rafael Espindola | 2010-03-17 | 1 | -24/+21 |
| * | Use SmallString instead of SmallVector | Kovarththanan Rajaratnam | 2010-03-13 | 1 | -52/+52 |
| * | Correctly mangle address of member in template arguments. Fixes PR6460 | Rafael Espindola | 2010-03-11 | 1 | -20/+49 |
| * | Don't turn off mangling in implicitly extern "C" system headers. GCC | Douglas Gregor | 2010-03-07 | 1 | -6/+0 |
| * | Refactor local class name mangling and make it | Fariborz Jahanian | 2010-03-04 | 1 | -13/+8 |
| * | Implements mangling of local class names to | Fariborz Jahanian | 2010-03-03 | 1 | -13/+58 |
| * | Split out types that are non-canonical unless dependent as their own | John McCall | 2010-03-01 | 1 | -1/+39 |
| * | The latest draft uses 'dt' to mangle member expressions, and now so do we. | John McCall | 2010-03-01 | 1 | -9/+3 |
| * | Improve name mangling for dependently-scoped declaration references. | Douglas Gregor | 2010-02-28 | 1 | -1/+12 |
| * | Add name mangling for DeclRefExprs that refer to external names | Douglas Gregor | 2010-02-28 | 1 | -2/+8 |
| * | Make previous fix handle a few more edge cases. | Eli Friedman | 2010-02-23 | 1 | -3/+3 |
| * | PR6400: Handle an extreme edge case in mangling correctly. | Eli Friedman | 2010-02-23 | 1 | -0/+3 |
| * | Only append 'L' for internal variable declarations, not all declarations. (Fo... | Anders Carlsson | 2010-02-06 | 1 | -3/+4 |
| * | Assert when we try to mangle a dependent template name, rather than | Douglas Gregor | 2010-02-06 | 1 | -1/+3 |
| * | Implement name mangling for template template parameters | Douglas Gregor | 2010-02-05 | 1 | -2/+15 |
| * | Check in a mangle checker that's turned off by default. | Anders Carlsson | 2010-02-05 | 1 | -0/+18 |
| * | Mangle member expressions. Also invented. | John McCall | 2010-02-04 | 1 | -1/+57 |
| * | Add a cautionary note about the mangling I just invented. | John McCall | 2010-02-04 | 1 | -0/+3 |
| * | Add mangling support for calls, sizeof/alignof, constructor calls, | John McCall | 2010-02-04 | 1 | -29/+151 |
| * | When a function or variable somehow depends on a type or declaration | Douglas Gregor | 2010-02-03 | 1 | -3/+2 |
| * | Remove abstract expression kinds from the StmtClass enum. Update a few users | John McCall | 2010-02-03 | 1 | -6/+23 |
| * | Name mangling for cast expressions, from Matthias Schiffer! Fixes PR5876. | Douglas Gregor | 2010-01-29 | 1 | -0/+18 |
| * | Mangle static variables with an extra name to distinguish them from non-stati... | Alexis Hunt | 2010-01-24 | 1 | -6/+11 |
| * | fix PR5869: mangle static symbols like gcc does to make it easier to diff sym... | Nuno Lopes | 2010-01-07 | 1 | -1/+4 |
| * | Get rid of FixedWidthIntType, as suggested by Chris and Eli. | Anders Carlsson | 2009-12-29 | 1 | -4/+0 |
| * | Mangle block pointer types. Fixes PR5858. | Anders Carlsson | 2009-12-23 | 1 | -1/+2 |
| * | There is no such thing as typeinfo for a cv-qualified type. Assert | Douglas Gregor | 2009-12-23 | 1 | -0/+1 |
| * | Mangle template template parameters. Fixes PR5861. | Anders Carlsson | 2009-12-23 | 1 | -9/+12 |
| * | Make sure that we mangle overloaded operators that are member functions corre... | Anders Carlsson | 2009-12-22 | 1 | -7/+22 |
| * | Mangle CXXOperatorCallExprs, fixes PR5796. | Anders Carlsson | 2009-12-16 | 1 | -0/+10 |
| * | Mangle unary, binary and ternary expressions correctly. | Anders Carlsson | 2009-12-14 | 1 | -18/+58 |
| * | Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gave | Jeffrey Yasskin | 2009-12-12 | 1 | -2/+2 |
| * | Make sure mangling doesn't crash in another case. Add some more tests. | Eli Friedman | 2009-12-11 | 1 | -1/+1 |
| * | Fix for PR5706: let mangleName deal with mangling names without identifiers | Eli Friedman | 2009-12-11 | 1 | -4/+1 |
| * | Mangle static variables inside Objective-C methods in Objective-C++. We curre... | Anders Carlsson | 2009-12-10 | 1 | -3/+24 |
| * | Mangle basic_ostream and basic_iostream specializations. | Anders Carlsson | 2009-12-07 | 1 | -12/+34 |
| * | Fix "using typename" and the instantiation of non-dependent using declarations. | John McCall | 2009-12-04 | 1 | -0/+6 |
| * | Put in FIXME that this mangling is not official in. | Alexis Hunt | 2009-12-04 | 1 | -1/+1 |
| * | Switch mangling of literal operator names to a string that's | Alexis Hunt | 2009-12-04 | 1 | -1/+1 |
| * | Correctly mangle the 'std' namespace inside extern "C++" blocks. | Anders Carlsson | 2009-12-04 | 1 | -13/+23 |
| * | Note a failure I saw from the g++ testsuite: | Mike Stump | 2009-12-03 | 1 | -0/+1 |
| * | Work-in-progress: teach mangler how to mangle thunks for destructors. | Eli Friedman | 2009-12-03 | 1 | -3/+13 |
| * | Fix for PR5522 and PR5666: fix a bunch of mangling issues with extern variables | Eli Friedman | 2009-12-02 | 1 | -11/+25 |
| * | Change rtti/Rtti to RTTI, as it is an acronym. | Mike Stump | 2009-12-02 | 1 | -2/+2 |