| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Implement ARM pcs attribute. Basically it's another way of calling convention... | Anton Korobeynikov | 2011-04-14 | 1 | -0/+2 |
| * | Basic, untested implementation for an "unknown any" type requested by LLDB. | John McCall | 2011-04-07 | 1 | -0/+1 |
| * | Revert "Add CC_Win64ThisCall and set it in the necessary places." | Tilmann Scheller | 2011-03-02 | 1 | -3/+0 |
| * | Add CC_Win64ThisCall and set it in the necessary places. | Tilmann Scheller | 2011-03-02 | 1 | -0/+3 |
| * | Implement the C++0x deduced 'auto' feature. | Richard Smith | 2011-02-20 | 1 | -3/+4 |
| * | For consistency, use llvm::raw_ostream in the rest of the mangle api. | Rafael Espindola | 2011-02-11 | 1 | -19/+17 |
| * | Use raw_ostream instead of raw_svector_ostream. | Rafael Espindola | 2011-02-11 | 1 | -8/+8 |
| * | Use raw_svector_ostream in more places in the mangler. | Rafael Espindola | 2011-02-10 | 1 | -13/+12 |
| * | Change QualType::getTypePtr() to return a const pointer, then change a | John McCall | 2011-01-19 | 1 | -1/+1 |
| * | Start implementing support for substitution into pack expansions that | Douglas Gregor | 2011-01-14 | 1 | -0/+6 |