| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Fix PR13444 - wrong mangling of "const char * const *" and friends with "-cxx... | Timur Iskhodzhanov | 2012-09-03 | 1 | -66/+76 |
| * | Normalize line endings of r163013 (part 2). | Joao Matos | 2012-08-31 | 1 | -7/+7 |
| * | Improved MSVC __interface support by adding first class support for it, inste... | Joao Matos | 2012-08-31 | 1 | -6/+7 |
| * | Use cast<> instead of static_cast. Patch by Timur Iskhodzhanov! | John McCall | 2012-08-27 | 1 | -7/+7 |
| * | Fix the mangling of function pointers in the MS ABI. | John McCall | 2012-08-25 | 1 | -2/+6 |
| * | Remove an outdated comment; add one test to compare function pointer and bloc... | Timur Iskhodzhanov | 2012-07-26 | 1 | -2/+0 |
| * | Fix PR13389 (Wrong mangling of return type qualifiers with -cxx-abi microsoft) | Timur Iskhodzhanov | 2012-07-26 | 1 | -2/+9 |
| * | Add a FIXME to revisit the performance of BackRefMap later | Timur Iskhodzhanov | 2012-07-25 | 1 | -0/+2 |
| * | Fix PR13207 (Mangling of templates with back references when using -cxx-abi m... | Timur Iskhodzhanov | 2012-07-24 | 1 | -10/+55 |
| * | [Windows] Use thiscall as the default calling convention for class methods. P... | Timur Iskhodzhanov | 2012-07-12 | 1 | -2/+10 |
| * | [Windows] Improve mangling of templates when back references are present | Timur Iskhodzhanov | 2012-06-26 | 1 | -0/+7 |
| * | [Windows] Fix mangling of repeated types in the presence of bool and function... | Timur Iskhodzhanov | 2012-06-23 | 1 | -22/+34 |
| * | MicrosoftMangle: Fix mangling of integral constant non-type template argument... | Charles Davis | 2012-06-23 | 1 | -1/+10 |
| * | MS: Mangle rvalue references and nullptr_t, and produce back-references when | Richard Smith | 2012-06-21 | 1 | -15/+48 |
| * | Remove the trailing backslash from the comment to remove the warning about | Kaelyn Uhrain | 2012-06-13 | 1 | -1/+1 |
| * | Grab bag of Microsoft Mangler fixes: | Charles Davis | 2012-06-13 | 1 | -169/+425 |
| * | PR13047: Fix various abuses of clang::Type in the MS mangler, to make it work | Richard Smith | 2012-06-08 | 1 | -12/+10 |
| * | Plug a long standing memory leak in TemplateArgument. | Benjamin Kramer | 2012-06-07 | 1 | -1/+1 |
| * | PR13022: cope with parenthesized function types in MS name mangling. | Richard Smith | 2012-06-04 | 1 | -1/+1 |