Age | Commit message (Expand) | Author |
2013-04-25 | [ms-cxxabi] Fix a number of bugs in the mangler. | Peter Collingbourne |
2013-04-09 | [ms-cxxabi] Add "$$C" when mangling template arg QualTypes | Reid Kleckner |
2013-03-26 | [ms-cxxabi] Mangle vector types | Reid Kleckner |
2013-03-20 | [ms-cxxabi] Mangle function pointer template arguments correctly | Reid Kleckner |
2013-03-20 | [ms-cxxabi] Fix assertion on unhandled function template arg types | Reid Kleckner |
2013-02-27 | Better support for constructors with -cxx-abi microsoft, partly fixes PR12784 | Timur Iskhodzhanov |
2013-02-18 | Replace TypeLoc llvm::cast support to be well-defined. | David Blaikie |
2013-02-13 | Emit virtual/deleting destructors properly with -cxx-abi microsoft, PR15058 | Timur Iskhodzhanov |
2013-02-07 | Add OpenCL samplers as Clang builtin types and check sampler related restrict... | Guy Benyei |
2013-01-20 | Implement OpenCL event_t as Clang builtin type, including event_t related Ope... | Guy Benyei |
2012-12-18 | Re-commit r170428 changes with Linux style file endings. | Guy Benyei |
2012-12-18 | Revert changes from r170428, as I accidentally changed the line endings of th... | Guy Benyei |
2012-12-18 | Add OpenCL images as clang builtin types. | Guy Benyei |
2012-12-01 | Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ... | Benjamin Kramer |
2012-11-29 | [-cxx-abi microsoft] Also spill the argument-back-references context when man... | Timur Iskhodzhanov |
2012-11-26 | Fix PR14413 - incorrect mangling of anonymous namespaces with -cxx-abi microsoft | Timur Iskhodzhanov |
2012-11-16 | Fix PR14321, a crash when Clang is built with GCC 4.7 at -O1 or greater. | Matt Beaumont-Gay |
2012-11-13 | [ms] Make mangleIntegerLiteral less aware of exact type of the literal. | Nico Weber |
2012-11-09 | [ms] Implement int64_t version of mangleNumber() in terms of the APSInt version. | Nico Weber |
2012-11-08 | [Windows] Fix mangling of number literal '0' | Nico Weber |
2012-10-23 | Make DiagnosticOptions intrusively reference-counted, and make sure | Douglas Gregor |
2012-10-03 | When mangling an APSInt with the ms abi, make sure to look at all nibbles. | Nico Weber |
2012-10-03 | While I'm here, resync a %select with the enum definition it selects on. | Nico Weber |
2012-10-03 | Move expression mangling in the microsoft mangler to its own function. | Nico Weber |
2012-10-03 | Replace a default: with an explicit list of cases. No functionality change. | Nico Weber |
2012-09-03 | Fix PR13444 - wrong mangling of "const char * const *" and friends with "-cxx... | Timur Iskhodzhanov |
2012-08-31 | Normalize line endings of r163013 (part 2). | Joao Matos |
2012-08-31 | Improved MSVC __interface support by adding first class support for it, inste... | Joao Matos |
2012-08-27 | Use cast<> instead of static_cast. Patch by Timur Iskhodzhanov! | John McCall |
2012-08-25 | Fix the mangling of function pointers in the MS ABI. | John McCall |
2012-07-26 | Remove an outdated comment; add one test to compare function pointer and bloc... | Timur Iskhodzhanov |
2012-07-26 | Fix PR13389 (Wrong mangling of return type qualifiers with -cxx-abi microsoft) | Timur Iskhodzhanov |
2012-07-25 | Add a FIXME to revisit the performance of BackRefMap later | Timur Iskhodzhanov |
2012-07-24 | Fix PR13207 (Mangling of templates with back references when using -cxx-abi m... | Timur Iskhodzhanov |
2012-07-12 | [Windows] Use thiscall as the default calling convention for class methods. P... | Timur Iskhodzhanov |
2012-06-26 | [Windows] Improve mangling of templates when back references are present | Timur Iskhodzhanov |
2012-06-23 | [Windows] Fix mangling of repeated types in the presence of bool and function... | Timur Iskhodzhanov |
2012-06-23 | MicrosoftMangle: Fix mangling of integral constant non-type template argument... | Charles Davis |
2012-06-21 | MS: Mangle rvalue references and nullptr_t, and produce back-references when | Richard Smith |
2012-06-13 | Remove the trailing backslash from the comment to remove the warning about | Kaelyn Uhrain |
2012-06-13 | Grab bag of Microsoft Mangler fixes: | Charles Davis |
2012-06-08 | PR13047: Fix various abuses of clang::Type in the MS mangler, to make it work | Richard Smith |
2012-06-07 | Plug a long standing memory leak in TemplateArgument. | Benjamin Kramer |
2012-06-04 | PR13022: cope with parenthesized function types in MS name mangling. | Richard Smith |
2012-05-29 | Use fewer temporaries mangling APSInt objects. The performance difference | Charles Davis |
2012-05-28 | Fix mangling of integral template arguments between 1 and 10. Add a test case | Charles Davis |
2012-05-28 | Fix Lang's fix. This should fix the tests for +Asserts builds. | Charles Davis |
2012-05-27 | Fix call to APSInt constructor - it doesn't take an initial value, just a | Lang Hames |
2012-05-26 | Mangle template instantiations properly (as of VC 7.x) when compiling for | Charles Davis |
2012-05-01 | When mangling a synthetic function declaration, we might not have | John McCall |