| Commit message (Expand) | Author | Age | Files | Lines |
| * | AST: Implement mangling support for function types without a prototype. | Peter Collingbourne | 2015-08-07 | 1 | -4/+10 |
| * | [MS ABI] Create a mangling for extended vector types | David Majnemer | 2015-08-01 | 1 | -7/+3 |
| * | [MS ABI] nullptr data member ptrs are mangled differently for classes vs fns | David Majnemer | 2015-07-02 | 1 | -3/+15 |
| * | [MS ABI] Account for the virtual inheritance quirk when mangling | David Majnemer | 2015-06-23 | 1 | -1/+8 |
| * | [MS ABI] Rework member pointer conversion | David Majnemer | 2015-06-23 | 1 | -0/+12 |
| * | Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). | Alexander Kornienko | 2015-06-22 | 1 | -1/+1 |
| * | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-22 | 1 | -1/+1 |
| * | CFI: Implement bitset emission for the Microsoft ABI. | Peter Collingbourne | 2015-06-19 | 1 | -1/+11 |
| * | [MS ABI] Be a little more defensive wrt vector types | David Majnemer | 2015-06-01 | 1 | -14/+20 |
| * | [MS ABI] Implement restrict qualified references | David Majnemer | 2015-05-26 | 1 | -65/+74 |
| * | [MS ABI] Give __attribute__((overloadable)) functions pretty names | David Majnemer | 2015-05-18 | 1 | -2/+9 |
| * | [MS ABI] Function encodings are always encoded in template arguments | David Majnemer | 2015-05-18 | 1 | -9/+14 |
| * | Give isCompatibleWithMSVC a better interface | David Majnemer | 2015-05-11 | 1 | -1/+2 |
| * | [MS ABI] Make sure we number thread_local statics seperately | David Majnemer | 2015-05-07 | 1 | -4/+2 |
| * | [MS ABI] Implement thread-safe initialization using the MSVC 2015 ABI | David Majnemer | 2015-05-07 | 1 | -11/+18 |
| * | Replace GetNumBytesInBuffer() in MicrosoftCXXNameMangler::mangleArgumentType ... | Yaron Keren | 2015-05-02 | 1 | -2/+2 |
| * | [MS ABI] Rephrase the mangling of array types in parameters | David Majnemer | 2015-04-27 | 1 | -6/+5 |
| * | [MS ABI] Add support for mangling VLA types | David Majnemer | 2015-04-23 | 1 | -13/+12 |
| * | [MS ABI] Treat ConstantArrayType like IncompleteArrayType in args | David Majnemer | 2015-04-23 | 1 | -4/+14 |
| * | Change range-based for-loops to be -Wrange-loop-analysis clean. | Richard Trieu | 2015-04-15 | 1 | -1/+1 |
| * | Reland r234613 (and follow-ups 234614, 234616, 234618) | Reid Kleckner | 2015-04-14 | 1 | -0/+14 |
| * | Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216. | Nico Weber | 2015-04-13 | 1 | -14/+0 |
| * | Revert r234786, it contained a bunch of stuff I did not mean to commit. | Nico Weber | 2015-04-13 | 1 | -0/+14 |
| * | Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216. | Nico Weber | 2015-04-13 | 1 | -14/+0 |
| * | [SEH] Re-land r234532, but use internal linkage for all SEH helpers | Reid Kleckner | 2015-04-10 | 1 | -0/+14 |
| * | Revert r234532 for a bit, it very likely caused http://crbug.com/475768 | Nico Weber | 2015-04-10 | 1 | -14/+0 |
| * | [SEH] Outline finally blocks using the new variable capture support | Reid Kleckner | 2015-04-09 | 1 | -0/+14 |
| * | [MS ABI] Rework .xdata HandlerType emission | David Majnemer | 2015-03-29 | 1 | -14/+7 |
| * | MS ABI: Empty pack expansions had their mangling changed in 2013->2015 | David Majnemer | 2015-03-18 | 1 | -1/+5 |
| * | MS ABI: Fix a couple of -Winconsistent-missing-override warnings | Justin Bogner | 2015-03-17 | 1 | -1/+1 |
| * | MS ABI: Emit HandlerMap entries for C++ catch | David Majnemer | 2015-03-17 | 1 | -0/+18 |
| * | MS ABI: Mangle virtual member pointer thunks with the correct CC | David Majnemer | 2015-03-14 | 1 | -1/+1 |
| * | MS ABI: Generate default constructor closures | David Majnemer | 2015-03-13 | 1 | -1/+2 |
| * | MS ABI: Implement copy-ctor closures, finish implementing throw | David Majnemer | 2015-03-11 | 1 | -18/+71 |
| * | MS ABI: Mangle the location of the catchable type into it's name | David Majnemer | 2015-03-10 | 1 | -2/+17 |
| * | MS ABI: Insert copy-constructors into the CatchableType | David Majnemer | 2015-03-06 | 1 | -8/+20 |
| * | MS ABI: Implement support for throwing a C++ exception | David Majnemer | 2015-03-05 | 1 | -0/+39 |
| * | Implement Control Flow Integrity for virtual calls. | Peter Collingbourne | 2015-02-20 | 1 | -0/+7 |
| * | Initial support for Win64 SEH IR emission | Reid Kleckner | 2015-01-22 | 1 | -0/+14 |
| * | MS ABI: Make the string mangling code more concise | David Majnemer | 2014-12-22 | 1 | -36/+10 |
| * | MS ABI: Fix mangling of unsigned int template params | Will Wilson | 2014-12-11 | 1 | -1/+3 |
| * | Simplify MicrosoftMangleContextImpl::shouldMangleStringLiteral | David Majnemer | 2014-11-22 | 1 | -2/+1 |
| * | MS ABI: Mangle u8 string literals | David Majnemer | 2014-11-21 | 1 | -1/+2 |
| * | MS ABI: Mangle char16_t and char32_t string literals | David Majnemer | 2014-11-21 | 1 | -10/+7 |
| * | MS ABI: Mangle char16_t and char32_t types | David Majnemer | 2014-11-21 | 1 | -2/+2 |
| * | MS ABI: Correctly mangle CV qualifiers from typedefs | Will Wilson | 2014-11-05 | 1 | -1/+1 |
| * | Add frontend support for __vectorcall | Reid Kleckner | 2014-10-24 | 1 | -0/+2 |
| * | Rename TemplateArgument::getTypeForDecl to getParamTypeForDecl for clarity | David Blaikie | 2014-10-17 | 1 | -1/+1 |
| * | PR21246: DebugInfo: Emit the appropriate type (cv qualifiers, reference-ness,... | David Blaikie | 2014-10-16 | 1 | -1/+1 |
| * | MS ABI: Make comment more accurate | David Majnemer | 2014-10-05 | 1 | -1/+1 |