| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Use fewer temporaries mangling APSInt objects. The performance difference | Charles Davis | 2012-05-29 | 1 | -6/+7 |
| * | Fix mangling of integral template arguments between 1 and 10. Add a test case | Charles Davis | 2012-05-28 | 1 | -2/+2 |
| * | Fix Lang's fix. This should fix the tests for +Asserts builds. | Charles Davis | 2012-05-28 | 1 | -1/+1 |
| * | Fix call to APSInt constructor - it doesn't take an initial value, just a | Lang Hames | 2012-05-27 | 1 | -3/+4 |
| * | Mangle template instantiations properly (as of VC 7.x) when compiling for | Charles Davis | 2012-05-26 | 1 | -7/+132 |
| * | When mangling a synthetic function declaration, we might not have | John McCall | 2012-05-01 | 1 | -5/+9 |
| * | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 1 | -2/+2 |
| * | Add Microsoft mangling of constructors and destructors. Patch by Dmitry! | Michael J. Spencer | 2011-12-01 | 1 | -6/+10 |
| * | Macro metaprogramming for builtin types. | John McCall | 2011-10-18 | 1 | -7/+7 |
| * | Add a new placeholder type to represent "unbridged" | John McCall | 2011-10-17 | 1 | -0/+1 |
| * | Provide half floating point support as a storage only type. | Anton Korobeynikov | 2011-10-14 | 1 | -0/+1 |
| * | Support for C1x _Atomic specifier (see testcase). This is primarily being co... | Eli Friedman | 2011-10-06 | 1 | -0/+4 |
| * | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie | 2011-09-25 | 1 | -2/+2 |
| * | Removing a bunch of dead returns/breaks after llvm_unreachables. | David Blaikie | 2011-09-23 | 1 | -9/+0 |
| * | Switch assert(0/false) llvm_unreachable. | David Blaikie | 2011-09-23 | 1 | -38/+39 |
| * | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -27/+27 |
| * | Implement a new type node, UnaryTransformType, designed to represent a | Alexis Hunt | 2011-05-24 | 1 | -0/+4 |
| * | Remove comments about __int8 and friends from the mangler. Turns out we don't | Charles Davis | 2011-04-29 | 1 | -7/+0 |
| * | Make yet another placeholder type, this one marking that an expression is a b... | John McCall | 2011-04-26 | 1 | -0/+1 |
| * | Support for C++11 (non-template) alias declarations. | Richard Smith | 2011-04-15 | 1 | -1/+1 |
| * | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -1/+1 |