| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix virtual destructor mangling when using "-cxx-abi microsoft" on x64 | Timur Iskhodzhanov | 2013-08-26 | 1 | -1/+1 |
| * | [-cxx-abi microsoft] Unnamed types are mangled less wrong | David Majnemer | 2013-08-26 | 1 | -2/+2 |
| * | Parse: Do not 'HandleTopLevelDecl' on templated functions. | David Majnemer | 2013-08-16 | 1 | -7/+3 |
| * | [-cxx-abi microsoft] Mangle member pointers better | David Majnemer | 2013-08-15 | 1 | -14/+24 |
| * | Fix typo in comment. | David Majnemer | 2013-08-13 | 1 | -1/+1 |
| * | [-cxx-abi microsoft] Mangle __uuidof correctly into template parameters | David Majnemer | 2013-08-13 | 1 | -0/+28 |
| * | [-cxx-abi microsoft] Mangle TemplateArgument::Declaration for references | David Majnemer | 2013-08-13 | 1 | -2/+4 |
| * | Revert "[-cxx-abi microsoft] Mangle UUIDs correctly, stick them in the proper... | David Majnemer | 2013-08-09 | 1 | -1/+4 |
| * | [-cxx-abi microsoft] Mangle UUIDs correctly, stick them in the proper section | David Majnemer | 2013-08-09 | 1 | -4/+1 |
| * | [ms-cxxabi] Properly mangle member pointers | David Majnemer | 2013-08-05 | 1 | -1/+9 |
| * | [ms-cxxabi] Handle template-template arguments | David Majnemer | 2013-08-05 | 1 | -7/+10 |
| * | [ms-cxxabi] Mangle nullptr template arguments | David Majnemer | 2013-08-05 | 1 | -2/+4 |
| * | Add MicrosoftVFTableContext to AST | Timur Iskhodzhanov | 2013-07-30 | 1 | -6/+23 |
| * | [ms-cxxabi] Emit linkonce complete dtors in TUs that need them | Reid Kleckner | 2013-07-22 | 1 | -13/+14 |
| * | [ms-cxxabi] Don't consider function templates for name backrefs | Reid Kleckner | 2013-07-13 | 1 | -1/+10 |
| * | Get rid of dead/useless code for block mangling. | Eli Friedman | 2013-07-10 | 1 | -1/+8 |
| * | [ms-cxxabi] Mangle variadic template parameter packs | Reid Kleckner | 2013-07-02 | 1 | -35/+49 |
| * | [ms-cxxabi] Use sugared types in the mangler instead of canonical types | Reid Kleckner | 2013-06-24 | 1 | -34/+39 |
| * | [ms-cxxabi] Emit and install appropriately mangled vbtables | Reid Kleckner | 2013-06-19 | 1 | -8/+28 |
| * | Remove unused #include <map> | Reid Kleckner | 2013-05-22 | 1 | -1/+0 |
| * | Use StringMap in MicrosoftMangle to resolve FIXME. | Reid Kleckner | 2013-05-22 | 1 | -3/+2 |
| * | Fix clang -Werror build due to -Wreorder violation introduced in r181825 | David Blaikie | 2013-05-14 | 1 | -4/+4 |
| * | [ms-cxxabi] Mangle in an implicit 'E' for certain types on win64 | Reid Kleckner | 2013-05-14 | 1 | -32/+58 |
| * | Cleanup handling of UniqueExternalLinkage. | Rafael Espindola | 2013-05-13 | 1 | -1/+1 |
| * | CodeGen for CapturedStmts | Ben Langmuir | 2013-05-09 | 1 | -0/+4 |
| * | [ms-cxxabi] Fix a number of bugs in the mangler. | Peter Collingbourne | 2013-04-25 | 1 | -91/+98 |
| * | [ms-cxxabi] Add "$$C" when mangling template arg QualTypes | Reid Kleckner | 2013-04-09 | 1 | -2/+6 |
| * | [ms-cxxabi] Mangle vector types | Reid Kleckner | 2013-03-26 | 1 | -5/+31 |
| * | [ms-cxxabi] Mangle function pointer template arguments correctly | Reid Kleckner | 2013-03-20 | 1 | -1/+3 |
| * | [ms-cxxabi] Fix assertion on unhandled function template arg types | Reid Kleckner | 2013-03-20 | 1 | -49/+22 |
| * | Better support for constructors with -cxx-abi microsoft, partly fixes PR12784 | Timur Iskhodzhanov | 2013-02-27 | 1 | -0/+4 |
| * | Replace TypeLoc llvm::cast support to be well-defined. | David Blaikie | 2013-02-18 | 1 | -1/+1 |
| * | Emit virtual/deleting destructors properly with -cxx-abi microsoft, PR15058 | Timur Iskhodzhanov | 2013-02-13 | 1 | -5/+60 |
| * | Add OpenCL samplers as Clang builtin types and check sampler related restrict... | Guy Benyei | 2013-02-07 | 1 | -0/+1 |
| * | Implement OpenCL event_t as Clang builtin type, including event_t related Ope... | Guy Benyei | 2013-01-20 | 1 | -0/+1 |
| * | Re-commit r170428 changes with Linux style file endings. | Guy Benyei | 2012-12-18 | 1 | -0/+7 |
| * | Revert changes from r170428, as I accidentally changed the line endings of th... | Guy Benyei | 2012-12-18 | 1 | -1725/+1718 |
| * | Add OpenCL images as clang builtin types. | Guy Benyei | 2012-12-18 | 1 | -1718/+1725 |
| * | Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ... | Benjamin Kramer | 2012-12-01 | 1 | -1/+1 |
| * | [-cxx-abi microsoft] Also spill the argument-back-references context when man... | Timur Iskhodzhanov | 2012-11-29 | 1 | -3/+7 |
| * | Fix PR14413 - incorrect mangling of anonymous namespaces with -cxx-abi microsoft | Timur Iskhodzhanov | 2012-11-26 | 1 | -1/+1 |
| * | Fix PR14321, a crash when Clang is built with GCC 4.7 at -O1 or greater. | Matt Beaumont-Gay | 2012-11-16 | 1 | -1/+1 |
| * | [ms] Make mangleIntegerLiteral less aware of exact type of the literal. | Nico Weber | 2012-11-13 | 1 | -7/+8 |
| * | [ms] Implement int64_t version of mangleNumber() in terms of the APSInt version. | Nico Weber | 2012-11-09 | 1 | -24/+8 |
| * | [Windows] Fix mangling of number literal '0' | Nico Weber | 2012-11-08 | 1 | -2/+2 |
| * | Make DiagnosticOptions intrusively reference-counted, and make sure | Douglas Gregor | 2012-10-23 | 1 | -0/+1 |
| * | When mangling an APSInt with the ms abi, make sure to look at all nibbles. | Nico Weber | 2012-10-03 | 1 | -1/+1 |
| * | While I'm here, resync a %select with the enum definition it selects on. | Nico Weber | 2012-10-03 | 1 | -2/+2 |
| * | Move expression mangling in the microsoft mangler to its own function. | Nico Weber | 2012-10-03 | 1 | -10/+21 |
| * | Replace a default: with an explicit list of cases. No functionality change. | Nico Weber | 2012-10-03 | 1 | -1/+6 |